Documentation

AtomRender

Primitive render for views.

Methods
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
Back to top