| |
Method name |
Brief description |
|
addClass |
The addClass method adds a CSS class to the component. |
|
addEvent |
The addEvent method adds an event handler to a DOM node. |
|
addEventHandler |
The addEventHandler method adds an event handler to a DOM node. |
|
addEvents |
The addEvents method adds an array of event handlers to a DOM node. |
|
addStateClass |
The addStateClass method adds a CSS class to the component and removes the previous CSS class. |
|
addStyleBySelector |
The addStyleBySelector method creates a block that contains a style with the specified CSS selector. |
|
addToNode |
The addToNode method adds a component to the specified node. |
|
bindEvents |
The bindEvents method subscribes an element to all available events. |
|
clearStylesCache |
The clearStylesCache method clears cache of component styles. |
|
getAnchorFlags |
The getAnchorFlags method returns JSON object that contains settings of the current component's position. |
|
getClass |
The getClass method returns the current CSS classes of the component. |
|
getCssStyle |
The getCssStyle method returns style for the specified node. |
|
getDomNode |
The getDomNode method returns main DOM node of the component. |
|
getFocused |
The getFocused method determines whether the component is focused. |
|
getFunctionByName |
The getFunctionByName method returns function by name. |
|
getIsBinded |
The getIsBinded method returns whether an element is subscribed to all DOM node events. |
|
hasClass |
The hasClass method determines whether the specified CSS class is set for root DOM node of the control. |
|
hide |
The hide method hides a control. |
|
hideToolTip |
The hideToolTip method clears tooltip timeout and hides the tooltip if it is displayed. |
|
isResingNow |
The isResingNow method determines whether the component is being resized. |
|
refreshBindingProperty |
The refreshBindingProperty method refreshes the bound property by name. |
|
refreshItemsStyle |
The refreshItemsStyle method refreshes CSS styles of child elements. |
|
refreshStyle |
The refreshStyle method refreshes element CSS styles. |
|
removeClass |
The removeClass method removes CSS class from the component. |
|
removeEvent |
The removeEvent method removes event handler from DOM node. |
|
removeEventHandler |
The removeEventHandler method removes event handler from DOM node. |
|
removeFromDOM |
The removeFromDOM method removes node from the DOM structure. |
|
removeStateClasses |
The removeStateClasses method removes CSS classes of the component. |
|
setDraggable |
The setDraggable method determines whether it is possible to drag component on the HTML page. |
|
setFocus |
The setFocus method sets the component focus. |
|
setIsHovered |
The setIsHovered method displays the component as on hover. |
|
setIsPressed |
The setIsPressed method displays the component as if clicked upon. |
|
setOpacityIE8 |
The setOpacityIE8 method sets component transparency value in Internet Explorer 8. |
|
setSize |
The setSize method establishes the sizes of the component. |
|
show |
The show method displays a control. |
|
unBindEvents |
The unBindEvents method unsubscribes an element from all standard events. |
|
updatePosition |
The updatePosition method updates size and position when absolute positioning based on the current parameters is used. |
|
updateSize |
The updateSize method updates the component size on changing the size of the container that contains the component. |