Others

$getSize returns the current size of the component
$height the current height of the view
$resizeEnd the method is called when the user ends dragging the "resize" handle (releases the mouse button)
$resizeMove the method is called when the user drags the "resize" handle
$setNode defines HTML element for the component
$setSize sets the component size
$skin the method which will be called when skin is defined
$view reference to the top HTML element of the view
$width the current width of the view
config all options from the initial component configuration
name indicates the name of the component (a read-only property)
Back to top