| 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 |
} |