|
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_cells.js
Extends the Table Class adding the capability to customize the the table cells Contains Class Table Requires Summary
Contains methods that allows you to customize table cells. 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 zebraCells sets two alternate colors to the table cells
Arguments
Example // doesn't style the first line tb.zebraCells('#C17878', '#7389AE', true); // styles the first line too tb.zebraCells('#C17878', '#7389AE'); top method overClickCells changes the background-color of the table cells on mouseover and click events
Arguments
Example tb.overClickCells('blue', 'green'); top method overCells changes the background-color of the table cells on mouseover event
Arguments
Example tb.overCells('#0066FF'); top method clickCells changes the background-color of the table cells on click event
Arguments
Example tb.clickCells('#0066FF');
Documentation By
Riccardo Degni -
powered by MakeDocs, CMS by RD |