Home | History | Annotate | Download | only in scripts

Lines Matching defs:expanded

11 // array[group][cell] of { 'height', 'expanded' }.
15 // expanded: boolean; is a cell expanded or collapsed?
24 // Returns { 'height', 'expanded' } info for a cell with a given id.
86 (getCellInfo(this.id).expanded ? "arrows_light.gif"
91 (getCellInfo(this.id).expanded ? "arrows_dark.gif"
96 (getCellInfo(this.id).expanded ? "arrows_light.gif"
112 'expanded' : false };
147 if (cellInfo.expanded) {
148 // Cell is expanded - collapse the row height to CLIP_HEIGHT.
158 // Update all cells (height and expanded/collapsed state) in a row according
172 CellsInfo[idx.group][i].expanded = false;
177 CellsInfo[idx.group][i].expanded = true;