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 copies 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
template the component template
Other
type currently used set of helpers for view rendering
Back to top