Home
last modified time | relevance | path

Searched +full:syntaxdiv +(+path:plugin +path:wrap) -(+path:plugin +path:wrap +path:lang) (Results 1 – 5 of 5) sorted by relevance

/plugin/ckgdoku/ckeditor/plugins/wrap/dialogs/
Dwrap.js85 var syntaxDiv = editor.config.wrapSyntaxDiv ? editor.config.wrapSyntaxDiv : 'WRAP';
87 var syntaxDiv = syntaxDiv;
97 open = '<'+syntaxDiv+' group>\n<'+syntaxDiv+' half column>\n';
98 …close = '\n</'+syntaxDiv+'>\n\n<'+syntaxDiv+' half column>\n\n</'+syntaxDiv+'>\n</'+syntaxDiv+'>\…
101 open = '<'+syntaxDiv+' center round box 60%>\n';
102 close = '\n</'+syntaxDiv+'>\n';
105 open = '<'+syntaxDiv+' center round info 60%>\n';
106 close = '\n</'+syntaxDiv+'>\n';
109 open = '<'+syntaxDiv+' center round tip 60%>\n';
110 close = '\n</'+syntaxDiv+'>\n';
[all …]
/plugin/ckgedit/ckeditor/plugins/wrap/dialogs/
Dwrap.js101 var syntaxDiv = editor.config.wrapSyntaxDiv ? editor.config.wrapSyntaxDiv : 'WRAP';
103 var syntaxDiv = syntaxDiv;
113 open = '<'+syntaxDiv+' group>\n<'+syntaxDiv+' half column>\n';
114 …close = '\n</'+syntaxDiv+'>\n\n<'+syntaxDiv+' half column>\n\n</'+syntaxDiv+'>\n</'+syntaxDiv+'>\…
117 open = '<'+syntaxDiv+' center round box 60%>\n';
118 close = '\n</'+syntaxDiv+'>\n';
121 open = '<'+syntaxDiv+' center round info 60%>\n';
122 close = '\n</'+syntaxDiv+'>\n';
125 open = '<'+syntaxDiv+' center round tip 60%>\n';
126 close = '\n</'+syntaxDiv+'>\n';
[all …]
/plugin/wrap/
Daction.php22 $syntaxDiv = $this->getConf('syntaxDiv');
34 'open' => '<'.$syntaxDiv.' group>\n<'.$syntaxDiv.' half column>\n',
35 …'close' => '\n</'.$syntaxDiv.'>\n\n<'.$syntaxDiv.' half column>\n\n</'.$syntaxDiv.'>\n</'.$syntax…
41 'open' => '<'.$syntaxDiv.' center round box 60%>\n',
42 'close' => '\n</'.$syntaxDiv.'>\n',
48 'open' => '<'.$syntaxDiv.' center round info 60%>\n',
49 'close' => '\n</'.$syntaxDiv.'>\n',
55 'open' => '<'.$syntaxDiv.' center round tip 60%>\n',
56 'close' => '\n</'.$syntaxDiv.'>\n',
62 'open' => '<'.$syntaxDiv.' center round important 60%>\n',
[all …]
/plugin/wrap/conf/
Ddefault.php10 $conf['syntaxDiv'] = 'WRAP';
Dmetadata.php10 $meta['syntaxDiv'] = array('multichoice','_choices' => array('WRAP','block', 'div'));