Child pages
  • Angular template (.html file)

Versions Compared

Key

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

...

  • svy-model: object contains all the properties set in the designer or at runtime (if they are data driven like a dataprovider property), it reflects the model object defined in the spec.
  • svy-handlers: object contains all the event functions that are set in the designer like "onclick" or "ondatachange"
  • svy-api: object has to contains all the functions for the api which the server can call, like a requestFocus function.

...

  • 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])"