# easy-bootstrap-shortcodes/4.5/shortcode/boxesframes/boxesframes_plugin.js

Easy Bootstrap Shortcode, version 4.5. 23 lines.

- Page: https://pluginprobe.com/plugins/easy-bootstrap-shortcodes/4.5/code/shortcode/boxesframes/boxesframes_plugin.js
- Raw: https://pluginprobe.com/plugins/easy-bootstrap-shortcodes/4.5/raw/shortcode/boxesframes/boxesframes_plugin.js
- Modified: 2016-02-19T20:49:06+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/easy-bootstrap-shortcodes/4.5/code/shortcode/boxesframes/boxesframes_plugin.js#L10-L20`.

```javascript
var boxesframes={
    title:"Boxframe Shortcode",
    id :'oscitas-form-boxesframes',
    pluginName: 'boxesframes',
    showprobtn: false
};
(function() {
    _create_tinyMCE_options(boxesframes);
})();

function ebs_return_html_boxesframes(pluginObj){
    var form = jQuery('<div id="'+pluginObj.id+'" class="oscitas-container" title="'+pluginObj.title+'"><table id="oscitas-table" class="form-table">\
			 <tr>\
        <th class="aligncenter"><img src="'+ebs_url+'shortcode/boxesframes/screenshot.jpg"/></th>\
        </tr>\
		</table>\
		</div>');
    return form;
}


function create_oscitas_boxesframes(pluginObj){
}
```
