$drag | method called when drag operation initiated |
$dragHTML | defines how dragged item will look |
$dragIn | method called when item moved on possible drop landing during dnd |
$dragMark | method called during dnd when some item in the component need to be marked as active drop target |
$dragOut | method called when item moved out of possible drop landing during dnd |
$drop | method called when item dragged and dropped on valid target |
$dropAllow | can be redefine if you need custom drop rules |
$getSize | returns the current size of the component |
$height | current height of the view |
$scope | scope for resolving event and method names |
$setSize | sets the component size |
$skin | method, which will be called when skin defined |
$view | reference to top html element of the view |
$width | current width of the view |
config | all options from initial component configuration |
name | indicates the name of the component (a read-only property) |
on_click | redefines default click behavior for component items. |
on_context | a property used to define custom context-click (right click) handlers for elements in the DataTable cells
|
on_dblclick | attaches a dblclick behavior for component items with the specified CSS class. |
on_mouse_move | attaches a dblclick behavior for component items with the specified CSS class. |
type | set of properties and helpers for item rendering |
types | collection of possible types |
waitData | eventual result of an asynchronous operation ('promise' object) for the loaded data |