T | |
Theme Loader | |
thyAbout | |
ThyAPI | |
thyBase | |
thyBlowfish | |
thyBorderPanel | |
thyButton | |
thyCheckBox | |
thyCollection | |
thyConnector | |
thyCrypt | |
thyDataSource | |
thyDialogWindow | |
thyDragEvent | |
thyDropDownBox | |
thyEditBox | |
thyGrid | |
thyGridCell | |
thyGridContents | |
thyGridRow | |
thyHash | |
thyHashMD5 | |
thyLabelPanel | |
thyListBox | |
thyPanel | |
thyPopupCalendar | |
thyRichTextEdit | |
thySynchronizer | |
thyTabsManager | |
thyTextEdit | |
thyVisualCollection | |
ThyWidgets | |
thyWindow | |
thyXMLRPCProtocol | |
toString, thyCollection | |
U | |
uncheck, thyCheckBox | |
unlink, thyDataSource | |
unselect, thyGridRow | |
unselectOnly, thyGridRow | |
unsetSelectCellSelectRow, thyGridRow | |
unstick, thyWindow | |
V | |
Visual Methods, thyPanel | |
W | |
write, thyDataSource |
Returns a string representation of the collection
p.toString = function ()
Sets the element as unchecked
p.uncheck = function ()
Unlink Object from this DataSource
p.unlink = function( name, event )
Unselectes the whole Row, that means, all Cells and calls event handler ‘onselectrow’ and ‘onselectrow<n>’ where n is the row index.
p.unselect = function ()
Unselects the whole row, BUT DO NOT CALL event ‘onunselectrow’
p.unselectOnly = function ()
Selects all cells only if clicking on row header
p.unsetSelectCellSelectRow = function ()
Release window for movement
p.unstick = function ()
Method that sweepOut all linked elements data, connects to the server and sends the data to the server
p.write = function( data )