Searched refs:tmetacell (Results 1 – 1 of 1) sorted by relevance
24 private $tmetacell = array(); variable in renderer_plugin_edittable_json102 $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 call125 $rowspan = $this->tmetacell['rowspan'];126 $colspan = $this->tmetacell['colspan'];