add a new item to the pick list
add: function()
adds one or more buttons to the Multi button.
add: function()
Add one or more Jx.Buttons to the ButtonSet.
add : function()
Add menu items to the sub menu.
add : function()
Add menu items to the sub menu.
add : function()
Add one or more Jx.Tabs to the TabBox.
add : function()
Add one or more Jx.Button.Tabs to the TabSet.
add: function()
Add an item to the toolbar.
add: function( )
Add a toolbar to the container.
add: function( )
adds the object to the DOM relative to another element.
addTo: function( reference, where )
add this toolbar to a DOM element automatically creating a toolbar container if necessary
addTo: function( parent )
Request that an image be set to a DOM IMG element src attribute.
Jx.addToImgQueue = function( obj )
handle the user entering a new alpha value manually by updating the selected alpha if the entered value is valid alpha (0-100).
alphaChanged: function()
Append a node at the end of the sub-tree
append: function( node )
append a node at the end of the sub-tree
append : function( node )
Static method that applies the PNG Filter Hack for IE browsers when showing 24bit PNG’s.
Jx.applyPNGFilter = function( o )
remove the keyboard focus from this button
blur: function()
This function is called by the grid to indicate that the user has selected a cell by clicking on the cell in the grid.
cellSelected: function( grid, row, col )
handle the color changing in the palette by updating the preview swatch in the button and firing the change event.
changed: function( panel )
handle the user entering a new colour value manually by updating the selected colour if the entered value is valid HEX.
changed: function()
An internal method that ensures no more than 2 images are loading at a time.
Jx.checkImgQueue = function()
Is fired after a delay to check the request to make sure it’s not failing in AIR.
checkRequest: function()
Clear the tree of all child nodes
clear: function()
triggered when the user clicks the button, processes the actionPerformed event
clicked : function( evt )
override Jx.Button.Flyout to use a singleton color palette.
clicked: function()
Override Jx.Button::clicked to hide/show the content area of the flyout.
clicked: function( e )
triggered when the user clicks the button, processes the actionPerformed event
clicked : function( evt )
Handle the user clicking on the menu item, overriding the Jx.Button::clicked method to facilitate menu tracking
clicked: function( obj )
handle the user clicking on this folder by expanding or collapsing it.
clicked : function( e )
Create a clone of the TreeFolder
clone : function()
Create a clone of the TreeItem
clone : function()
Collapses the folder
collapse : function()
This function is called by the grid to indicate that the user has selected a column by clicking on the column header.
columnSelected: function( grid, col )
create the grid for the current model
createGrid: function()
Creates a new iframe element that is intended to fill a container to mask out other operating system controls (scrollbars, inputs, buttons, etc) when HTML elements are supposed to be above them.
Jx.createIframeShim = function()