Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
P
 Panel, Jx.Panel.Jx
 panelContentLoaded, Jx.Panel
 panels, Jx.PanelSet
 PanelSet, Jx.PanelSet.Jx
 parent
 position
 prelightCell, Jx.Grid
 prelightColumn
 prelightColumnHeader, Jx.Grid
 prelightRow, Jx.Grid
 prelightRowHeader, Jx.Grid
 prepareBar, Jx.Splitter
 prepareElement, Jx.Splitter
 propagate, Jx.Layout
 Properties
 propertyChanged, Jx.TreeItem
R
 remove
 replace, Jx.TreeFolder
 resize
 resizeTabBox, Jx.TabSet
 resizeTooltip, Jx.Dialog
 right, Jx.Layout
 rowHeaderPrelight, Jx.Grid
 rowHeaders, Jx.Grid
 rowHeaderWidth, Jx.Grid.Model
 rowHeight, Jx.Grid.Model
 rowPrelight, Jx.Grid
 rowSelected, Jx.Grid.Model
 rowSelection, Jx.Grid
Initialize a new Jx.Panel instance
panelContentLoaded: function(html)
When the content of the panel is loaded from a remote URL, this method is called when the ajax request returns.
an array of Jx.Panel objects that will be managed by the set.
Create a new instance of Jx.PanelSet.
default null, the DOM element to add the palette to.
(optional) {HTMLElement} a reference to an HTML element that the dialog is to be contained by.
the HTML element to create the grid inside.
the object to add the panel set to
a DOM element to add the tab box to
a DOM element to add this toolbar to
a DOM element to add this to
position: function(element,
relative,
options)
positions an element relative to another element based on the provided options.
how to position the element, either ‘absolute’ or ‘relative’.
the position of the tab bar in the box, one of ‘top’, ‘right’, ‘bottom’ or ‘left’.
the position of this toolbar in the container.
the position of the toolbar container in its parent, one of ‘top’, ‘right’, ‘bottom’, or ‘left’.
prelightCell: function(row,
col)
apply the jxGridCellPrelight style to a cell.
apply the jxGridColumnPrelight style to a column.
Not Yet Implemented.
prelightColumnHeader: function(col)
apply the jxGridColumnHeaderPrelight style to the header cell of a column.
prelightRow: function(row)
apply the jxGridRowPrelight style to row.
prelightRowHeader: function(row)
apply the jxGridRowHeaderPrelight style to the header cell of a row.
prepareBar: function()
Prepare a new, empty bar to go into between split areas.
prepareElement: function()
Prepare a new, empty element to go into a split area.
boolean, controls propogation of resize to child nodes.
propertyChanged : function(obj)
A property of an object has changed, synchronize the state of the TreeItem with the state of the object
remove: function(idx)
Remove the item at the given index.
remove: function(button)
remove a button from a multi button
remove : function(button)
Remove a button from this Button.
remove: function(item)
Remove a single menu item from the menu.
remove: function(item)
Remove a single menu item from the menu.
remove : function(tab)
Remove a tab from the TabSet.
remove: function(tab)
Remove a tab from this TabSet.
remove: function(item)
remove an item from a toolbar.
remove: function(item)
remove an item from a toolbar.
remove : function(node)
remove the specified node from the tree
replace: function(newNode,
refNode)
Replace a node with another node
(optional) {Boolean} determines whether the dialog is resizeable by the user or not.
resize: function()
resize the grid to fit inside its container.
if not showing column or row, should we handle the resize differently
resize: function(options)
resize the element controlled by this Jx.Layout object.
resizeTabBox: function()
Resize the tab set content area and propogate the changes to each of the tabs managed by the tab set.
the tooltip to display for the resize handle, empty by default.
the distance (in pixels) to maintain the right edge of the element from its parent element.
defaults to false.
defaults to false.
default 28, the width of the row header column.
default 20, the height of rows
defaults to false.
rowSelected: function(grid,
row)
This function is called by the grid to indicate that the user has selected a row by clicking on the row header.
defaults to false.