|
CORE
NATIVE
TABLE
MAKE
CUSTOMIZE
EFFECTS
effects_base.js
effects_morph.js
effects_fade.js
effects_move.js
effects_extra.js
effects_toggle.js
effects_cycle.js
effects_cycles.js
VIRTUAL BOX
PLUG-IN
|
table_rows.js
Extends the Table Class adding the capability to customize the the table rows Contains Class Table Requires Summary
Contains methods that allows you to customize table rows.You can also set the mouseover and click events for the table rows: the table datas will result more accessible. Note The strings represent the colors you pass to each Table method MUST BE UPPERCASED. Extends Class Table Constructor new Table (element) Properties
Methods
top method zebra sets two alternate colors to the table rows
Arguments
Example var tb = new Table('tb'); tb.zebra('#CCCCCC','#666666'); // also styling the first line tb.zebra('#CCCCCC','#666666', true); top method overClickRows changes the background-color of the table rows on mouseover and click events
Arguments
Example tb.overClickRows('blue', 'green'); top method overRows changes the background-color of the table rows on mouseover event
Arguments
Example tb.overRows('#0066FF'); top method clickRows changes the background-color of the table rows on click event
Arguments
Example tb.clickRows('#0066FF');
Documentation By
Riccardo Degni -
powered by MakeDocs, CMS by RD |