Home
last modified time | relevance | path

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

/plugin/ckgdoku/ckeditor/plugins/wrap/dialogs/
H A Dwrap.js10 var info_box = installed_lang['info'] || wr_lang['info'] || 'info box';
23 var InfoBox = '<img src= "' + icons16_path + 'info.png" title="'+info_box+'">';
48 …items: [ [Box, 'box' ] , [ InfoBox, 'info' ] ,[TipBox,'tip'],[ImportantBox,'important'],[AlertBox,…
104 case 'info':
105 open = '<'+syntaxDiv+' center round info 60%>\n';
/plugin/ckgedit/ckeditor/plugins/wrap/dialogs/
H A Dwrap.js10 var info_box = installed_lang['info'] || wr_lang['info'] || 'info box';
24 var InfoBox = '<img src= "' + icons16_path + 'info.png" title="'+info_box+'">';
50 …items: [ [Box, 'box' ] , [ InfoBox, 'info' ] ,[TipBox,'tip'],[ImportantBox,'important'],[AlertBox,…
120 case 'info':
121 open = '<'+syntaxDiv+' center round info 60%>\n';
/plugin/wrap/
H A DREADME1 see plugin.info.tx
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
192 <WRAP info 300px left>
193 === Info ===
194 %%<WRAP info></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>.
271 <wrap info>info</wrap>, <wrap help>help</wrap>, ...
H A Daction.php46 'title' => $this->getLang('info'),
47 'icon' => '../../plugins/wrap/images/note/16/info.png',
48 'open' => '<'.$syntaxDiv.' center round info 60%>\n',
H A Dstyle.less89 /*____________ info ____________*/
92 div.wrap_info { background-image: url(images/note/48/info.png); }
93 span.wrap_info { background-image: url(images/note/16/info.png); }
H A Dhelper.php793 'wrap_info' => 'Info', 'wrap_important' => 'Important', 'wrap_alert' => 'Alert',
/plugin/s5reloaded/ui/thesis/
H A Dwrap.css288 /*____________ info ____________*/
290 div.wrap_info { background-image: url(../../../wrap/images/note/48/info.png); }
291 span.wrap_info { background-image: url(../../../wrap/images/note/16/info.png); }