Home
last modified time | relevance | path

Searched refs:tmetacell (Results 1 – 1 of 1) sorted by relevance

/plugin/edittable/renderer/
Djson.php24 private $tmetacell = array(); variable in renderer_plugin_edittable_json
102 $this->tmetacell = array();
103 $this->tmetacell['tag'] = $tag;
104 $this->tmetacell['colspan'] = $colspan;
105 $this->tmetacell['rowspan'] = $rowspan;
106 $this->tmetacell['align'] = $align;
121 $this->tmeta[$row][$col] = $this->tmetacell; // as remembered in the open call
125 $rowspan = $this->tmetacell['rowspan'];
126 $colspan = $this->tmetacell['colspan'];