S | |
search, thyListBox | |
searchColumn, thyGrid | |
select, thyGridRow | |
selectOnly, thyGridRow | |
setActive, thyTabsManager | |
setButtons, thyDialogWindow | |
setCaption, thyTabsManager | |
setContentType, thyConnector | |
setCSSClass | |
setCustomRandomGenerator, thyCrypt | |
setCypher | |
setDefaultName, thyCollection | |
setDefaultValue, thyDropDownBox | |
setDisabled | |
setDisplay | |
setDOMParent, thyPanel | |
setFloat, thyPanel | |
setFormat, thyPopupCalendar | |
setHeight, thyPanel | |
setHTML | |
setIndex, thyGridRow | |
setInterval, thySynchronizer | |
setLabel, thyLabelPanel | |
setMessageHolder, thyDataSource | |
setMessages, thySynchronizer | |
setMinHeight, thyPanel | |
setMinWidth, thyPanel | |
setMode, ThyWidgets | |
setName | |
setNoBreak, thyPanel | |
setProgressContent, thyConnector | |
setProgressHolder | |
setProtocol | |
setPrototype, thyBase. dynapi | |
setReadMessages, thyDataSource | |
setReadMethod, thyDataSource | |
setReadOnly, thyPanel | |
setRelativeness, thyPanel | |
setRemoveMessages, thyDataSource | |
setRemoveMethod, thyDataSource | |
setSelectCellSelectRow | |
setSelected, ThyWidgets | |
setServerClass, thyDataSource | |
setStartupMethod, thyDataSource | |
setSyncMethod, thySynchronizer | |
setTitle, thyWindow | |
setToggle, thyButton | |
setType, ThyWidgets | |
setVisible, thyConnector | |
setWidth, thyPanel | |
setWriteMessages, thyDataSource | |
setWriteMethod, thyDataSource | |
setX, thyPanel | |
setY, thyPanel | |
showMessage, thyBase | |
startup, thyDataSource | |
stick, thyWindow | |
swapElements, thyCollection | |
swapIndex, thyCollection | |
swapNames, thyCollection | |
sweepOut | |
switchCheckedState, thyCheckBox | |
switchSelectedState | |
switchStick, thyWindow | |
synchronize, thySynchronizer |
Searches for a specified string inside values column
p.search = function ( str )
Searches for a specified string in the specified column
p.searchColumn = function ( str, col )
Selects the whole Row, that means, all Cells and calls event handler ‘onselectrow’ and ‘onselectrow<n>’ where n is the row index.
p.select = function ()
Selects the whole row, BUT DO NOT CALL event ‘onselectrow’
p.selectOnly = function ()
Changes the specified Tab to active state
p.setActive = function ( tab )
Tells the Window which buttons it should have
p.setButtons = function ( buttons )
Sets the caption of a tab.
p.setCaption = function ( tab, caption )
Sets up the Content-type HTTP header attribute that will be sent to server when a new request is made
p.setContentType = function( type )
Overwritten method that calls parent setCSSClass and sets the class of the button layer
p.setCSSClass = function ( type )
Overloaded method that sets the CSS Class of main, button and listbox
p.setCSSClass = function ( type )
Overwritten method that sets CSS classes of main, label and contents panels
p.setCSSClass = function ( type )
Sets the CSS Class property of this widget based on its base classes, cssClasses attributes and extra classes
p.setCSSClass = function( type )
Overwritten thyPanel::setCSSClass method that sets the class of main, tabs panel and contents
p.setCSSClass = function ( type )
Overwritten method that calls parent setCSSClass and also sets CSS of title, content, buttons and drag border
p.setCSSClass = function ( type )
Sets the random number generator function to be a custom one.
p.setCustomRandomGenerator = function ( rand )
Sets the cypher to be used.
p.setCypher = function ( cypher )
Sets the cypher to be used.
p.setCypher = function ( cypher )
Sets a default name for elements that are passed without name.
p.setDefaultName = function ( name )
Sets the default value when widget is reset
p.setDefaultValue = function ( value )
Sets this element’s disabled attribute
p.setDisabled = function( bool )
Overloaded method that calls just the tabs contents setDisabled method
p.setDisabled = function ( bool )
Sets this element’s display property
p.setDisplay = function ( display )
FCK Editor doesn’t like ‘display: none’ property.
p.setDisplay = function ( b )
Attach this widget to a DOM element.
p.setDOMParent = function ( inlineID )
Sets the CSS Float property
p.setFloat = function ( f )
Sets the default format for displaying
p.setFormat = function ( format )
Sets element height.
p.setHeight = function ( h )
Sets the HTML of the contents.
p.setHTML = function ( html )
Overwritten method that makes setHTML to have the same functionality as populate
p.setHTML = function ( html )
Overloaded method that sets HTML of Contents, never putting empty HTML inside box (otherwise it would not be visible).
p.setHTML = function ( html )
Sets the Index of this Row
p.setIndex = function ( index )
Sets internal synchronize check interval.
p.setInterval = function ( interval )
Sets this Panel Label text
p.setLabel = function ( label )
Sets element min-height CSS property.
p.setMinHeight = function ( h )
Sets element min-width CSS property.
p.setMinWidth = function ( w )
p.setMode = function( mode )
Changes the name of the widget
p.setName = function ( name )
Overwritten method that sets the name of main and dialog buttons and refreshes CSS Classes
p.setName = function ( name )
Overwritten method that sets the name of main, button and listbox and refreshes CSS Classes
p.setName = function ( name )
Overwritten method that sets the name of main, label and contents and refreshes CSS Classes
p.setName = function ( name )
Changes the name of the widget and refreshes the CSS Classes
p.setName = function ( name )
Overwritten method that sets the name of main, contents and tabs panel and refreshes CSS Classes
p.setName = function ( name )
Overwritten method that sets the name of main, title, contents and drag border and refreshes CSS Classes
p.setName = function ( name )
If set to true, a nobr tag will be inserted around contents
p.setNoBreak = function( bool )
When creating a request, one can specify what message should be shown on the various possible states of the connection.
p.setProgressContent = function ( id, state, content )
Specifies a location in the document where the status messages should be shown.
p.setProgressHolder = function ( id, holder )
Tells the Connector to put its message on the specified Progress Holder
p.setProgressHolder = function( holder )
Tells the Connector to put its message on the specified Progress Holder
p.setProgressHolder = function( holder )
Sets the protocol to be used by this DataSource
p.setProtocol = function ( protocol, url )
Sets the protocol to be used by Synchronizer
p.setProtocol = function ( protocol )
Overloaded DynAPI method that permits multiple inheritance
dynapi.setPrototype = function( sC, sP )
Tells the Connector which messages are to be shown when calling read
p.setReadMessages = function ( messages )
Sets the method that will be called when performed a read call
p.setReadMethod = function ( method )
Sets this element’s read-only attribute
p.setReadOnly = function( bool )
Sets this element internal ralative box creation
p.setRelativeness = function ( b )
Tells the Connector which messages are to be shown when calling remove
p.setRemoveMessages = function ( messages )
Sets the method that will be called when performed a remove call
p.setRemoveMethod = function ( method )
Always selects a row instead of just a cell.
p.setSelectCellSelectRow = function ()
Selects all cells if any cell is selected
p.setSelectCellSelectRow = function ()
Sets the selected state of this Cell
p.setSelected = function( state )
If the user of DataSource will communicate to server using a standard format, that is, the same class for startup, read, write and remove and that class has these methods, one can call setServerClass method instead of setStartupMethod, setReadMethod, setWriteMethod or setRemoveMethod; setServerClass will do that, appending the correct string to the parameter passed.
p.setServerClass = function ( className )
Sets the method that will be called when a startup is performed
p.setStartupMethod = function ( method )
Sets up the method that will handle synchronization calls
p.setSyncMethod = function ( methodName )
Sets the Title of the window
p.setTitle = function( title )
Sets the type of button to toggle or to conventional
p.setToggle = function( bool )
p.setType = function( type )
Sets the visibility of the messages.
p.setVisible = function ( visible )
Sets element width.
p.setWidth = function ( w )
Tells the Connector which messages are to be shown when calling write
p.setWriteMessages = function ( messages )
Sets the method that will be called when performed a write call
p.setWriteMethod = function ( method )
Sets X position and calls locationchange event
p.setX = function ( x )
Sets Y position and calls locationchange event
p.setY = function ( y )
Shows the message
function showMessage( message )
Performs a startup call.
p.startup = function ( data )
Makes window unmovable
p.stick = function ()
Swaps the names and indexes of two elements
p.swapElements = function ( elm1, elm2 )
Swaps the indexes of two elements
p.swapIndex = function ( elm1, elm2 )
Swaps the names of two elements
p.swapNames = function ( elm1, elm2 )
Returns the current caption of this button
p.sweepOut = function()
Returns an object with the contents of this thyCollection
p.sweepOut = function()
Returns the sweepOut of the contents
p.sweepOut = function ()
Method that will be called by DataSource before sending data to server
p.sweepOut = function()
Returns the contents of the Rich Text Editor
p.sweepOut = function ()
Returns the contents of each tab
p.sweepOut = function ()
Gets the contents of the cell.
p.sweepOut = function ()
Switch the actual checked state
p.switchCheckedState = function ()
Changes the selected state to its oposit state
p.switchSelectedState = function ()
Switches the actual selected state, turning the cell into selected if it is not and vice-versa
p.switchSelectedState = function()
Change from one sticked state to another
p.switchStick = function ()
This method is automatically called every pre-defined period of time.
p.synchronize = function ()