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
G
 getAbsoluteX, thyPanel
 getAbsoluteY, thyPanel
 getAllRows, thyGrid
 getCell
 getCellElement
 getCellsCount, thyGridRow
 getColumn, thyGrid
 getColumnsCount, thyGrid
 getContentByValue
 getContentType, thyXMLRPCProtocol
 getCSSClasses, thyPanel
 getDisplay, thyPanel
 getElementByIndex, thyCollection
 getElementByName, thyCollection
 getElementIndex, thyCollection
 getElementName, thyCollection
 getElementsCount, thyCollection
 getFormatted, thyPopupCalendar
 getHeight
 getHTML, ThyWidgets
 getIndex, thyGridRow
 getIndexByName, thyCollection
 getIndexedElements, thyCollection
 getInnerHTML
 getKeyEventElement
 getLabel, thyLabelPanel
 getNameByIndex, thyCollection
 getNamedElements, thyCollection
 getOuterHTML
 getRow, thyGrid
 getRowElement, thyGrid
 getRowsCount, thyGrid
 getSelected
 getSelectedCells
 getSelectedCols, thyGrid
 getSelectedContent, thyDropDownBox
 getSelectedIndex, thyDropDownBox
 getSelectedIndexes, thyListBox
 getSelectedRows, thyGrid
 getSelectedRowsIndexes, thyGrid
 getSelectedValue, thyDropDownBox
 getSelectedValues, thyListBox
 getServerURL, thyXMLRPCProtocol
 getTimestamp, thyPopupCalendar
 getTitle, thyWindow
 getWidth
 getX, thyPanel
 getY, thyPanel
I
 i, thyCollection
 Index and name changing, thyCollection
 index2name, thyCollection
 Initialization, thySynchronizer
 initThyButton, thyButton
 initThyDialogWindow, thyDialogWindow
 initThyDropDownBox, thyDropDownBox
 initThyEditBox, thyEditBox
 initThyGridRow, thyGridRow
 initThyLabelPanel, thyLabelPanel
 initThyPopupCalendar, thyPopupCalendar
 initThyRichTextEdit, thyRichTextEdit
 initThyTabsManager, thyTabsManager
 initThyTextEdit, thyTextEdit
 initThyWindow, thyWindow
 insertCell, thyGridRow
 insertColumn
 insertRow, thyGrid
 invokeEvent
 isClass, thyBase. DynObject
 isFromClass
 isSelected
p.getAbsoluteX = function ()
Returns the actual X position of this element, relative to the whole page
p.getAbsoluteY = function ()
Returns the actual Y position of this element, relative to the whole page
p.getAllRows = function ()
Return a thyCollection with other thyCollections containing the elements of the entire thyGrid
p.getCell = function (rIndex,
cIndex)
Returns the contents of a specified Cell
p.getCell = function (column)
Returns the contents of the Cell that resides on the specified column
p.getCellElement = function (rIndex,
cIndex)
Returns the thyGridCell element that resides on the specified location
p.getCellElement = function (column)
Returns the thyGridCell element that resides on the specified position
p.getCellsCount = function ()
Returns the number of cells this row has
p.getColumn = function (index)
Returns a thyCollection of all specified column contents
p.getColumnsCount = function ()
Returns the number of columns this grid has
p.getContentByValue = function (value)
Returns the associated content with the specified value
p.getContentByValue = function (value)
Returns the content associated with the given value
p.getContentType = function()
Returns the content type of XML document
p.getCSSClasses = function (type)
Returns the CSS Classes based on cssBaseClasses and append aditional parameters, if available
p.getDisplay = function ()
Returns this element’s display property
p.getElementByIndex = function (index)
Returns an element by its index
p.getElementByName = function (name)
Returns an element by its name
p.getElementIndex = function (elm)
Gets the index of an element
p.getElementName = function (elm)
Gets the name of an element
p.getElementsCount = function()
Returns the number of elements this collection has.
p.getFormatted = function ()
Returns the actual timestamp formatted with the actual format string
p.getHeight = function ()
Overloaded method that returns the height of the input field
p.getHeight = function ()
Returns the actual height of the panel
p.getHTML = function ()
Overloaded method that returns the HTML of Contents and not the HTML of cell.
p.getIndex = function ()
Returns the index of this Row
p.getIndexByName = function(name)
Gets the index of an element, given its name
p.getIndexedElements = function()
Returns a javascript array with the elements indexed by their ids used internally
p.getInnerHTML = function()
Overwritten method that insert borders on result
Returns the HTML needed to insert FCK editor inside the thyAPI panel this class holds
p.getInnerHTML = function()
Overwritten getInnerHTML that inserts Title
p.getKeyEventElement = function ()
Returns the element that should be used to listen key events
p.getKeyEventElement = function ()
Returns the element that should be used to listen key events
p.getLabel = function ()
Returns the Panel label text
p.getNameByIndex = function(index)
Gets the name of an element, given its index
p.getNamedElements = function()
Returns a javascript object with the elements indexed by their names
p.getOuterHTML = function ()
Overwritten method that draws TABLE element instead of DIV
p.getOuterHTML = function ()
Overwritten method that draws TR element instead of DIV
p.getOuterHTML = function ()
Overwritten DynLayer Methods that garantees CSS priority when creating elements
p.getOuterHTML = function ()
Overwritten method that draws TD element instead of DIV
p.getRow = function (index)
Returns a thyCollection of all specified row contents
p.getRowElement = function (index)
Returns the thyGridRow element that is in the specified position
p.getRowsCount = function ()
Returns the number of rows in Grid
p.getSelected = function ()
Returns a thyCollection with the index, the value and the content of the selected option
Returns all selected informations
p.getSelectedCells = function ()
Returns a thyCollection with the contents of the selected cells
p.getSelectedCells = function ()
Returns a thyCollection with the contents of the Selected Cells
Returns a thyCollection composed of other thyCollections, each one with the contents of a selected column.
p.getSelectedContent = function ()
Returns the content of the selected option
p.getSelectedIndex = function ()
Returns the index of the selected option
p.getSelectedIndexes = function ()
Returns an array with the indexes of the selected rows
p.getSelectedRows = function ()
Returns a thyCollection composed of other thyCollections, each one with the contents of a selected row.
p.getSelectedRowsIndexes = function ()
Returns a thyCollection with the selected row indexes
p.getSelectedValue = function ()
Returns the value of the selected option
p.getSelectedValues = function ()
Returns an array with the values of the selected rows
p.getServerURL = function()
Returns the server URL
p.getTimestamp = function (miliseconds)
Return the timestamp of this field
p.getTitle = function ()
Returns the actual title set
p.getWidth = function ()
Overloaded method that returns the width of the input field
p.getWidth = function ()
Returns the actual width of the panel
p.getX = function ()
Returns the actual X position of this element, relative to its parent
p.getY = function ()
Returns the actual Y position of this element, relative to its parent
Returns an element by its index (alias of getElementByIndex)
Gets the index of an element, given its name (alias of getIndexByName)
p.initThyButton = function ()
Calls all required initialization procedures.
p.initThyDialogWindow = function ()
Initialization method
p.initThyDropDownBox = function ()
Initialization method called before creation
p.initThyEditBox = function()
Initialization Method
p.initThyGridRow = function ()
Initialization Method.
p.initThyLabelPanel = function ()
Initialization Method
p.initThyPopupCalendar = function ()
Initialization Method
p.initThyRichTextEdit = function ()
Initialization Method
p.initThyTabsManager = function ()
Initialization Method
p.initThyTextEdit = function()
Initialization method
p.initThyWindow = function ()
Initialization method
p.insertCell = function (content,
column,
type)
Inserts a Cell into the specified column
p.insertColumn = function (title,
col,
index)
Inserts a new column into the grid.
p.insertColumn = function ()
Overloaded method that prevents the insertion of columns in a listbox
p.insertRow = function (row,
index)
Inserts a Row on the specified position (or at the end, if no index specified
p.invokeEvent = function (eventName,
eventObj)
Overloaded method that calls the invokeEvent of thyGrid instead of this.
p.invokeEvent = function(type,
e,
args)
Overwritten invokeEvent method to detect disabled state
DynObject.isClass = function(cn,
n)
Overloaded method that checks if a class is derivate from another class
Checks if the object is from the specified class type or from a class derivate from that.
p.isFromClass = function (className)
Checks if the object is from the specified class type or from a class derivate from that.
p.isSelected = function ()
Used to check if the cell is selected or not
p.isSelected = function()
Returns the selected state of this Cell