Home
last modified time | relevance | path

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

/plugin/ckgdoku/ckeditor/plugins/wrap/dialogs/
Dwrap.js11 var tip_box = installed_lang['tip'] || wr_lang['tip'] || 'tip box';
24 var TipBox = '<img src= "' + icons16_path + 'tip.png" title="'+tip_box+'">';
48 …items: [ [Box, 'box' ] , [ InfoBox, 'info' ] ,[TipBox,'tip'],[ImportantBox,'important'],[AlertBox,…
108 case 'tip':
109 open = '<'+syntaxDiv+' center round tip 60%>\n';
/plugin/ckgedit/ckeditor/plugins/wrap/dialogs/
Dwrap.js11 var tip_box = installed_lang['tip'] || wr_lang['tip'] || 'tip box';
25 var TipBox = '<img src= "' + icons16_path + 'tip.png" title="'+tip_box+'">';
50 …items: [ [Box, 'box' ] , [ InfoBox, 'info' ] ,[TipBox,'tip'],[ImportantBox,'important'],[AlertBox,…
124 case 'tip':
125 open = '<'+syntaxDiv+' center round tip 60%>\n';
/plugin/wrap/
Dexample.txt186 …* any of the classes ''info'', ''tip'', ''important'', ''alert'', ''help'', ''download'', ''todo''…
198 <WRAP tip 300px left>
199 === Tip ===
200 %%<WRAP tip></WRAP>%%
270 …wrap>, <wrap alert>alert</wrap>, <wrap important>important</wrap>, <wrap tip>tip</wrap>, <wrap dow…
413 <WRAP round tip>
414 Round tip box underneath, after a ''clear''.
432 <WRAP round tip>
433 Round tip box underneath, after a ''clear''.
Daction.php53 'title' => $this->getLang('tip'),
54 'icon' => '../../plugins/wrap/images/note/16/tip.png',
55 'open' => '<'.$syntaxDiv.' center round tip 60%>\n',
Dstyle.less107 /*____________ tip ____________*/
110 div.wrap_tip { background-image: url(images/note/48/tip.png); }
111 span.wrap_tip { background-image: url(images/note/16/tip.png); }
Dhelper.php794 'wrap_tip' => 'Tip', 'wrap_help' => 'Help', 'wrap_todo' => 'To do',
/plugin/s5reloaded/ui/thesis/
Dwrap.css303 /*____________ tip ____________*/
305 div.wrap_tip { background-image: url(../../../wrap/images/note/48/tip.png); }
306 span.wrap_tip { background-image: url(../../../wrap/images/note/16/tip.png); }