Home
last modified time | relevance | path

Searched +full:complex_tables +(+path:plugin +path:ckgedit) -(+path:plugin +path:ckgedit +path:lang) (Results 1 – 7 of 7) sorted by relevance

/plugin/ckgedit/conf/
H A Ddefault.php23 $conf['complex_tables'] = 1;
H A Dmetadata.php21 $meta['complex_tables'] = array('onoff');
/plugin/ckgedit/action/
H A Dedit.php252 if($this->getConf('complex_tables') || strrpos($text, '~~COMPLEX_TABLES~~') !== false) {
887 <label class="nowrap" for="complex_tables" id="complex_tables_label">
888 <input type="checkbox" name="complex_tables" value="complex_tables" id = "complex_tables"
889 …/><span id='complex_tables_label_text'> <?php echo $this->getLang('complex_tables');?></span></lab…
935 return document.getElementById('complex_tables').checked;
939 document.getElementById('complex_tables').click();
941 <?php if($this->getConf('complex_tables')) { ?>
942 document.getElementById('complex_tables').disabled = true;
H A Dsave.php145 if($this->getConf('complex_tables')) {
146 $TEXT = str_replace('~~COMPLEX_TABLES~~','',$TEXT);
/plugin/ckgedit/syntax/
H A Dspecials.php58 $this->Lexer->addSpecialPattern('~~COMPLEX_TABLES~~',$mode,'plugin_ckgedit_specials');
/plugin/ckgedit/scripts/
H A Dparse_wiki-cmpr.js1 …" "+p+" ");if(A){if(r.indexOf("~~COMPLEX_TABLES~~")==-1){r+="~~COMPLEX_TABLES~~\n"}}if(!A){r=r.rep…
H A Dparse_wiki.js.unc1899 if (results.indexOf('~~COMPLEX_TABLES~~') == -1) {
1900 results += "~~COMPLEX_TABLES~~\n";
1904 results = results.replace(/~~COMPLEX_TABLES~~/gm, "");