Home
last modified time | relevance | path

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

/plugin/ckgdoku/ckeditor/plugins/wrap/dialogs/
H A Dwrap.js8 var cols = installed_lang['column'] || wr_lang['column'] || 'columns';
21 var Columns = '<img src= "' + toolbar_path + 'column.png" title="' +cols+'">';
58 items: [[ Columns, 'column' ], [Clear,'clear floats'],[Emphasis,'em'],[Hi,'hi'],[Lo,'lo']],
96 case 'column':
97 open = '<'+syntaxDiv+' group>\n<'+syntaxDiv+' half column>\n';
98 …close = '\n</'+syntaxDiv+'>\n\n<'+syntaxDiv+' half column>\n\n</'+syntaxDiv+'>\n</'+syntaxDiv+'>\…
/plugin/ckgedit/ckeditor/plugins/wrap/dialogs/
H A Dwrap.js8 var cols = installed_lang['column'] || wr_lang['column'] || 'columns';
22 var Columns = '<img src= "' + toolbar_path + 'column.png" title="' +cols+'">';
59 items: [[ Columns, 'column' ], [Clear,'clear floats'],[Emphasis,'em'],[Hi,'hi'],[Lo,'lo']],
112 case 'column':
113 open = '<'+syntaxDiv+' group>\n<'+syntaxDiv+' half column>\n';
114 …close = '\n</'+syntaxDiv+'>\n\n<'+syntaxDiv+' half column>\n\n</'+syntaxDiv+'>\n</'+syntaxDiv+'>\…
/plugin/wrap/
H A Dall.less90 -moz-column-gap: 1.5em;
91 -webkit-column-gap: 1.5em;
92 column-gap: 1.5em;
93 -moz-column-rule: 1px dotted #666;
94 -webkit-column-rule: 1px dotted #666;
95 column-rule: 1px dotted #666;
98 -moz-column-count: 2;
99 -webkit-column-count: 2;
100 column-count: 2;
103 -moz-column
[all...]
H A Dexample.txt65 You can have columns easily by adding the class ''column'' and a width, e.g.
66 <WRAP column 30%>...content...</WRAP>
73 <WRAP third column>...content...</WRAP>
74 <WRAP third column>...content...</WRAP>
75 <WRAP third column>...content...</WRAP>
82 <WRAP third column>
85 Normally you would only need the class ''column'', but for more sophisticated uses (not only for columns, but for any other classes, like [[#boxes and notes]] as well) you can have several kinds of "floats":
87 * **''column''** is the same as ''left'' in LTR languages and the same as ''right'' in RTL languages
93 <WRAP third column>
104 <WRAP third column>
[all...]
H A Daction.php32 'title' => $this->getLang('column'),
33 'icon' => '../../plugins/wrap/images/toolbar/column.png',
34 'open' => '<'.$syntaxDiv.' group>\n<'.$syntaxDiv.' half column>\n',
35 'close' => '\n</'.$syntaxDiv.'>\n\n<'.$syntaxDiv.' half column>\n\n</'.$syntaxDiv.'>\n</'.$syntaxDiv.'>\n',
H A Dhelper.php237 return 'column';
272 case 'column':
513 // If this is the first column opened since the group was opened
520 // We did not specify any max column value when we opened the table.
521 // So we have to tell the renderer to add a column just now.