T | |
toString, thyCollection | |
U | |
uncheck, thyCheckBox | |
unlink, thyDataSource | |
unselect, thyGridRow | |
unselectOnly, thyGridRow | |
unsetSelectCellSelectRow, thyGridRow | |
unstick, thyWindow | |
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 )