Searched refs:tree (Results 1 - 3 of 3) sorted by relevance

/yui3/src/datatable-deprecated/js/
H A Dcolumnset.js78 * Top-down tree representation of Column hierarchy. Used to create DOM
81 * @property tree
84 tree: null,
125 // DOM tree representation of all Columns
126 var tree = [],
150 if(!tree[depth]) {
151 tree[depth] = [];
185 if(!tree[depth+1]) {
186 tree[depth+1] = [];
198 // Add the Column to the top-down dom tree
[all...]
H A Ddatatable-base.js545 var tree = cs.tree,
548 len = tree.length,
557 // Iterate tree of columns to add THEAD rows
561 columns: tree[i],
/yui3/build/datatable-base-deprecated/
H A Ddatatable-base-deprecated-debug.js481 * Top-down tree representation of Column hierarchy. Used to create DOM
484 * @property tree
487 tree: null,
528 // DOM tree representation of all Columns
529 var tree = [],
553 if(!tree[depth]) {
554 tree[depth] = [];
588 if(!tree[depth+1]) {
589 tree[depth+1] = [];
601 // Add the Column to the top-down dom tree
[all...]

Completed in 28 milliseconds