.mark( value ) |
Changes the mark value of one or more records. Returns the 'this' object. Syntax
The required value is either a boolean or the string 'toggle' and has the following datatype and meaning:
Examples $.udb('EMP').rows().mark(true); // Mark all queried records $.udb('EMP').rows(5).mark(false); // Unmark the 6th record
See Also |