Child pages
  • Angular template (.html file)

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There are a couple of special environment parameters/objects:

  • svy-apply: contains a function to tell the server the dataprovider type properties have to be delegated to deeper/persistent model. When invoked the dataprovider value's are delegated from server component model to the record. To ease the component coding an shortcut can be used; when a component uses "ng-model" directive, the additional directive "svy-autoapply" can be used to prevent having the component logic calling to svy-apply function.svy-servoyApi: an object which provides Servoy environment functions to be used at client side logic, currently it contains "setFormVisibility(form,visible,[relation])"for example showForm, hideForm, apply (to push a dataprovider value to the server)