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/
H A 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/
H A 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/
H A Dexample.txt186 * any of the classes ''info'', ''tip'', ''important'', ''alert'', ''help'', ''download'', ''todo'' will add a special note container with a corresponding icon
198 <WRAP tip 300px left>
199 === Tip ===
200 %%<WRAP tip></WRAP>%%
270 <wrap info>info</wrap>, <wrap help>help</wrap>, <wrap alert>alert</wrap>, <wrap important>important</wrap>, <wrap tip>tip</wrap>, <wrap download>download</wrap>, <wrap todo>todo</wrap> and <wrap round box>round box</wrap> and <wrap danger>danger</wrap>, <wrap warning>warning</wrap>, <wrap caution>caution</wrap>, <wrap notice>notice</wrap>, <wrap safety>safety</wrap>.
413 <WRAP round tip>
414 Round tip box underneath, after a ''clear''.
432 <WRAP round tip>
433 Round tip bo
[all...]
H A Daction.php53 'title' => $this->getLang('tip'),
54 'icon' => '../../plugins/wrap/images/note/16/tip.png',
55 'open' => '<'.$syntaxDiv.' center round tip 60%>\n',
H A 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); }
H A Dhelper.php794 'wrap_tip' => 'Tip', 'wrap_help' => 'Help', 'wrap_todo' => 'To do',
/plugin/s5reloaded/ui/thesis/
H A 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); }