Function 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
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
p.add = function (elm,
name,
index)
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.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)
Append a CSS class to the list of classes that will be added to all Cells created/manipulated by thyGridRow.
p.addChild = function ()
Overloaded method that prevents the insertion of children in thyDropDownBox
p.addChild = function (child,
alias,
inlineID)
Overloaded method that add childs to Contents Panel
p.addChild = function (child,
position)
Add another object inside this one.
p.addChild = function ()
Overwritten method that impossibilitates the developer to add childs to this widget, as this have no meaning.
p.addChild = function (caption,
tab)
Overwritten method that turns addChild into an alias of addTab
p.addChild = function (child)
Adds a widget inside the cell
p.addChild = function (c,
alias,
inlineID)
Overwritten AddChild method that insert childs in contents
p.addCSSClass = function (cssClass)
Append a base class to the base classes list and refresh
p.addEventListener = function (event)
Appends the event listener to the contents element, as this is the correct place for this widget
p.addTab = function (tab,
caption)
Adds a Panel as a tab contents.
p.appendColumn = function (title,
col)
Inserts a new column in the next available position.
p.appendColumn = function ()
Overloaded method that prevents the insertion of columns in a listbox
p.appendRow = function (row)
Inserts a row at the end of the grid.
p._thyGridAppendRow = p.appendRow; 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.cancelRequest = function (id)
Cancel the request specified by ID
p.changeCell = function (content,
rIndex,
cIndex)
Change the contents of a specified cell.
p.changeElementIndex = function (info,
name_also)
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.changeElementName = function (info)
Changes the name of an element
p.check = function ()
Sets the element as checked
p.cleanUp = 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.clear = function ()
Clears collection’s values.
p.clone = function (name)
Returns an exact copy of object (including children and DOM nodes)
p.close = function()
Hides the window
p.concat = function(collection)
Concatenate this collection with the one passed by parameter.
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 a base64 encoded string to the original one, if key is correct
p.decode = function (response)
Decodes received XML in XMLRPC response format to JS data structure
p.encode = function (str,
pass)
Encodes the text passed with key
p.encode = function (str,
key)
Encodes the text passed with key
p.encode = function (str,
key)
Returns the base64 encoded hash of str
p.encode = function (str)
Returns the hash of str
p.encode = function (method,
params)
Encode the data in XMLRPC protocol and returns the appropriate string
p.focus = function ()
Give the Edit Box Focus
p.focus = function ()
Give the Edit Box Focus