| P | |
| Panel, Jx. | |
| panelContentLoaded, Jx. | |
| panels, Jx. | |
| PanelSet, Jx. | |
| parent | |
| position | |
| prelightCell, Jx.Grid | |
| prelightColumn | |
| prelightColumnHeader, Jx.Grid | |
| prelightRow, Jx.Grid | |
| prelightRowHeader, Jx.Grid | |
| prepareBar, Jx. | |
| prepareElement, Jx. | |
| propagate, Jx. | |
| Properties JxJx. | |
| propertyChanged, Jx. | |
| R | |
| remove | |
| replace, Jx. | |
| resize | |
| resizeTabBox, Jx. | |
| resizeTooltip, Jx. | |
| right, Jx. | |
| rowHeaderPrelight, Jx.Grid | |
| rowHeaders, Jx.Grid | |
| rowHeaderWidth, Jx. | |
| rowHeight, Jx. | |
| rowPrelight, Jx.Grid | |
| rowSelected, Jx. | |
| rowSelection, Jx.Grid |
When the content of the panel is loaded from a remote URL, this method is called when the ajax request returns.
panelContentLoaded: function( html )
positions an element relative to another element based on the provided options.
position: function( element, relative, options )
apply the jxGridCellPrelight style to a cell.
prelightCell: function( row, col )
apply the jxGridColumnHeaderPrelight style to the header cell of a column.
prelightColumnHeader: function( col )
apply the jxGridRowPrelight style to row.
prelightRow: function( row )
apply the jxGridRowHeaderPrelight style to the header cell of a row.
prelightRowHeader: function( row )
Prepare a new, empty bar to go into between split areas.
prepareBar: function()
Prepare a new, empty element to go into a split area.
prepareElement: function()
A property of an object has changed, synchronize the state of the TreeItem with the state of the object
propertyChanged : function( obj )
Remove the item at the given index.
remove: function( idx )
remove a button from a multi button
remove: function( button )
Remove a button from this Button.
remove : function( button )
Remove a single menu item from the menu.
remove: function( item )
Remove a single menu item from the menu.
remove: function( item )
Remove a tab from the TabSet.
remove : function( tab )
Remove a tab from this TabSet.
remove: function( tab )
remove an item from a toolbar.
remove: function( item )
remove an item from a toolbar.
remove: function( item )
remove the specified node from the tree
remove : function( node )
Replace a node with another node
replace: function( newNode, refNode )
resize the grid to fit inside its container.
resize: function()
resize the element controlled by this Jx.Layout object.
resize: function( options )
Resize the tab set content area and propogate the changes to each of the tabs managed by the tab set.
resizeTabBox: function()
This function is called by the grid to indicate that the user has selected a row by clicking on the row header.
rowSelected: function( grid, row )