PluginProbe
Easy Bootstrap Shortcode / 4.5
Easy Bootstrap Shortcode v4.5
trunk 2.4.0 2.5 3.4 3.5 3.6 3.7 4.0.0 4.4 4.5 4.5.4 5.0.0 5.0.1 5.0.2
easy-bootstrap-shortcodes / shortcode / boxesframes / boxesframes_plugin.js

boxesframes_plugin.js in Easy Bootstrap Shortcode 4.5, at shortcode/boxesframes/boxesframes_plugin.js

23 lines 623 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 var boxesframes={
2 title:"Boxframe Shortcode",
3 id :'oscitas-form-boxesframes',
4 pluginName: 'boxesframes',
5 showprobtn: false
6 };
7 (function() {
8 _create_tinyMCE_options(boxesframes);
9 })();
10
11 function ebs_return_html_boxesframes(pluginObj){
12 var form = jQuery('<div id="'+pluginObj.id+'" class="oscitas-container" title="'+pluginObj.title+'"><table id="oscitas-table" class="form-table">\
13 <tr>\
14 <th class="aligncenter"><img src="'+ebs_url+'shortcode/boxesframes/screenshot.jpg"/></th>\
15 </tr>\
16 </table>\
17 </div>');
18 return form;
19 }
20
21
22 function create_oscitas_boxesframes(pluginObj){
23 }