Lines Matching refs:JSINFO
88 global $JSINFO, $ID;
91 $JSINFO['write'] = true;
93 $JSINFO['write'] = false;
95 $JSINFO['disabled'] = explode(',', $this->getConf('disabled'));
98 $JSINFO['lang']['insert_before'] = $this->getLang('insert_before');
99 $JSINFO['lang']['insert_after'] = $this->getLang('insert_after');
100 $JSINFO['lang']['edit'] = $this->getLang('edit');
101 $JSINFO['lang']['remove'] = $this->getLang('remove');
102 $JSINFO['lang']['insert_col_left'] = $this->getLang('insert_col_left');
103 $JSINFO['lang']['insert_col_right'] = $this->getLang('insert_col_right');
104 $JSINFO['lang']['mark_row_as_header'] = $this->getLang('mark_row_as_header');
105 $JSINFO['lang']['mark_col_as_header'] = $this->getLang('mark_col_as_header');
106 $JSINFO['lang']['mark_cell_as_header'] = $this->getLang('mark_cell_as_header');
108 $JSINFO['lang']['mark_row_as_cell'] = $this->getLang('mark_row_as_cell');
109 $JSINFO['lang']['mark_col_as_cell'] = $this->getLang('mark_col_as_cell');
110 $JSINFO['lang']['mark_cell_as_cell'] = $this->getLang('mark_cell_as_cell');
112 $JSINFO['lang']['show_merged_rows'] = $this->getLang('show_merged_rows');
114 $JSINFO['lang']['lock_notify'] = str_replace(
118 $JSINFO['lang']['unlock_notify'] = $this->getLang('unlock_notify');