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/ |
| D | wrap.js | 11 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/ |
| D | wrap.js | 11 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/ |
| D | example.txt | 186 …* 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''.
|
| D | action.php | 53 'title' => $this->getLang('tip'), 54 'icon' => '../../plugins/wrap/images/note/16/tip.png', 55 'open' => '<'.$syntaxDiv.' center round tip 60%>\n',
|
| D | style.less | 107 /*____________ 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); }
|
| D | helper.php | 794 'wrap_tip' => 'Tip', 'wrap_help' => 'Help', 'wrap_todo' => 'To do',
|
| /plugin/s5reloaded/ui/thesis/ |
| D | wrap.css | 303 /*____________ 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); }
|