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
T
 toString, thyCollection
U
 uncheck, thyCheckBox
 unlink, thyDataSource
 unselect, thyGridRow
 unselectOnly, thyGridRow
 unsetSelectCellSelectRow, thyGridRow
 unstick, thyWindow
W
 write, thyDataSource
p.toString = function ()
Returns a string representation of the collection
p.uncheck = function ()
Sets the element as unchecked
p.unlink = function(name,
event)
Unlink Object from this DataSource
p.unselect = function ()
Unselectes the whole Row, that means, all Cells and calls event handler ‘onselectrow’ and ‘onselectrow<n>’ where n is the row index.
p.unselectOnly = function ()
Unselects the whole row, BUT DO NOT CALL event ‘onunselectrow’
p.unsetSelectCellSelectRow = function ()
Selects all cells only if clicking on row header
p.unstick = function ()
Release window for movement
p.write = function(data)
Method that sweepOut all linked elements data, connects to the server and sends the data to the server