One of Cbn.Enums.CtrlProperties
Gets the inner ExtJS dataview.
If the dataview is not rendered at the call time (e.g. dataview in hidden wizard page)
the callback is automatically deferred until the dataview is actually rendered.
This function is actually inherited from ExtJS: https://docs.sencha.com/extjs/6.2.0/modern/Ext.mixin.Observable.html#method-on
Scrolls the selected item into view.\
This function hasn't been tested & used a lot so far which means that it could easily be that it won't work under all conditions (e.g. horizontal scrolling, elements with absolute positioning etc)
If not given the currently selected one will be scrolled into view
A css compliant background string
CSS size string with or without unit or number which will be interpreted as px
Show or hide the control
True:
"Show"
False:
"PluggedOut"
CSS size string with or without unit or number which will be interpreted as px
The value of the item that should be selected
Fills the dataview store with the given data
An array of ListCtrlEntryData if the dataview is using a standard layout (i.e. property
Custom layout
is not set).
If using a custom layout, the given properties inside entries
need to match the properties used
in the layout (usually everything after values.
).
One or more CSS classes which are added to the control. Previously added classes are removed.
This function is actually inherited from ExtJS: https://docs.sencha.com/extjs/6.2.0/modern/Ext.mixin.Observable.html#method-un
Generated using TypeDoc
This is the actual name of the component