RenderStack
Render strategy for plain datasets.
Methods
customize | redefines the "type" property |
getItemNode | returns HTML element of the item |
locate | gets the id of an item from the specified HTML event |
render | renders the specified item or the whole component |
showItem | scrolls the component to make the specified item visible |
Events
onAfterRender | occurs immediately after the component has been rendered |
onBeforeRender | occurs immediately before the component has been rendered |
onItemRender | for each item rendering, occurs only for items with custom templates |
Properties
click | sets an action happening on a button click |
item | alias to the type property |
template | the component template |
type | an object that specifies items presentation |
Other
type | set of properties and helpers for item rendering |
types | collection of possible types |
Back to top