javascript tBodies tags( )
Returns a collection of tBody objects (among all objects nested within the current collection) whose tags match the tagName parameter.
javascript tBodies namedItem( )
Returns a single tBody object or collection of tBody objects corresponding to the element matching the parameter string value.
javascript tBodies item( )
Returns a single tBody object or collection of tBody objects corresponding to the element matching the index value (or, optionally in IE, the
javascript tBodies length
Returns the number of elements in the collection. It is 1 in most case, event there is no <tbody> tag.
javascript tBodies Description
This is a collection of all tbody elements contained within a single table element. Collection members are sorted in source code order.
javascript tags Description
The tags object is used by JavaScript syntax for style sheets in Navigator 4 only. As a property of the document object, this tags object is
javascript TABLE refresh( )
Advises the data binding facilities to reload the current page of data from the data source. If your table is retrieving frequently-changing data from
javascript TABLE moveRow( )
Moves a row in the table from its original location to a different row position. The first parameter is a zero-based index of the row (within the r
javascript TABLE lastPage( ), nextPage( ), previousPage( )
Advises the data binding facilities to load the last, next, or previous group of records from the data source to fill the number of records establis
javascript TABLE insertRow( )
Inserts a tr element nested within the current table element. The integer parameter points to the zero-based index in the rows collection where the ne
javascript TABLE deleteRow( )
Removes a tr element nested within the current table element. The integer parameter points to the zero-based item in the rows collection. To
javascript TABLE createTFoot( ), createTHead( ), deleteTFoot( ), deleteTHead( )
Add or remove a thead or tfoot element nested within the current table element.
javascript TABLE createCaption( ), deleteCaption( )
Add or remove a caption element nested within the current table element. If no caption exists, the creation method produces an empty element, which yo
javascript TABLE width
The width property of TABLE is described in chapter: javascript TABLE height, width
javascript TABLE tHead
Returns a reference to the thead element object if one has been defined for the table. If no thead element exists, the value is null . You can
Powered by Linode.