SingleRender
Render for single-value views.
Methods
customize | redefines the 'type' property |
render | renders the specified item or the whole component |
sync | allows you to sync two copy of data (all or just a part of it) from one DataCollection to another |
Events
onAfterRender | occurs immediately after the component has been rendered. |
onBeforeRender | occurs immediately before the component has been rendered |
Properties
content | the id or node, whose content will be moved to the view |
template | the component template |
Other
type | currently used set of helpers for view rendering |
Back to top