A | |
add | |
addCellCSSClass, thyGridRow | |
addCellIndexedCSSClass, thyGridRow | |
addChild | |
addCSSClass, thyPanel | |
addEventListener, thyCheckBox | |
addTab, thyTabsManager | |
appendColumn | |
appendRow | |
C | |
cancelRequest, thyConnector | |
changeCell, thyGrid | |
changeElementIndex | |
changeElementName, thyCollection | |
check, thyCheckBox | |
cleanUp | |
clear, thyCollection | |
clone, thyBase | |
close, thyWindow | |
concat, thyCollection | |
D | |
decode | |
E | |
encode | |
F | |
focus |
Adds a new element into the collection
p.add = function ( elm, name, index )
Inserts a visualElement into the collection and add it as child of vParent
p.add = function ( elm, name, index )
Append a CSS class to the list of classes that will be added to all Cells created/manipulated by thyGridRow
p.addCellCSSClass = function ( cssClass )
Append a CSS class to the list of classes that will be added to all Cells created/manipulated by thyGridRow.
p.addCellIndexedCSSClass = function ( cssClass )
Overloaded method that prevents the insertion of children in thyDropDownBox
p.addChild = function ()
Overloaded method that add childs to Contents Panel
p.addChild = function ( child, alias, inlineID )
Add another object inside this one.
p.addChild = function ( child, position )
Overwritten method that impossibilitates the developer to add childs to this widget, as this have no meaning.
p.addChild = function ()
Overwritten method that turns addChild into an alias of addTab
p.addChild = function ( caption, tab )
Adds a widget inside the cell
p.addChild = function ( child )
Overwritten AddChild method that insert childs in contents
p.addChild = function ( c, alias, inlineID )
Append a base class to the base classes list and refresh
p.addCSSClass = function ( cssClass )
Appends the event listener to the contents element, as this is the correct place for this widget
p.addEventListener = function ( event )
Adds a Panel as a tab contents.
p.addTab = function ( tab, caption )
Inserts a new column in the next available position.
p.appendColumn = function ( title, col )
Overloaded method that prevents the insertion of columns in a listbox
p.appendColumn = function ()
Inserts a row at the end of the grid.
p.appendRow = function ( row )
Overloaded method that garantees if the user sends just one field for each roll, they will be assumed as contents and their values will be set to null
p._thyGridAppendRow = p.appendRow; p.appendRow = function ( row )
Cancel the request specified by ID
p.cancelRequest = function ( id )
Change the contents of a specified cell.
p.changeCell = function ( content, rIndex, cIndex )
Changes the index of an element
p.changeElementIndex = function ( info, name_also )
Change the position of an element inside the collection and on vParent
p.changeElementIndex = function ( info, name_also )
Changes the name of an element
p.changeElementName = function ( info )
Sets the element as checked
p.check = function ()
Removes all elements from collection
p.cleanUp = function ()
Resets the contents
p.cleanUp = function ()
Removes every cell of the grid, including columns
p.cleanUp = function ()
Removes all data from contents
p.cleanUp = function ()
Removes all rows from list
p.cleanUp = function ()
Removes all data from panel and from its children
p.cleanUp = function ()
Resets the contents
p.cleanUp = function ()
Clears collection’s values.
p.clear = function ()
Returns an exact copy of object (including children and DOM nodes)
p.clone = function ( name )
Hides the window
p.close = function()
Concatenate this collection with the one passed by parameter.
p.concat = function( collection )
Decodes a base64 encoded string to the original one, if key is correct
p.decode = function ( code, pass, init )
Decodes a base64 encoded string to the original one, if key is correct
p.decode = function ( code, key )
Decodes received XML in XMLRPC response format to JS data structure
p.decode = function ( response )
Encodes the text passed with key
p.encode = function ( str, pass )
Encodes the text passed with key
p.encode = function ( str, key )
Returns the base64 encoded hash of str
p.encode = function ( str, key )
Returns the hash of str
p.encode = function ( str )
Encode the data in XMLRPC protocol and returns the appropriate string
p.encode = function ( method, params )
Give the Edit Box Focus
p.focus = function ()
Give the Edit Box Focus
p.focus = function ()