| Current Path : /home/digilove/public_html/plugins/system/bdthemes_shortcodes/js/ |
| Current File : /home/digilove/public_html/plugins/system/bdthemes_shortcodes/js/shortcode-insert.js |
function suInsertShortcode(text) {
"use strict";
//Editor Content
if(document.getElementById("jform_articletext") != null) {
jInsertEditorText(text, "jform_articletext");
}
if(document.getElementById("jform_description") != null) {
jInsertEditorText(text, "jform_description");
}
//Editor K2
if(document.getElementById("description") != null) {
jInsertEditorText(text, "description");
}
if(document.getElementById("text") != null) {
jInsertEditorText(text, "text");
}
//Editor VirtueMart
if(document.getElementById("category_description") != null) {
jInsertEditorText(text, "category_description");
}
if(document.getElementById("product_desc") != null) {
jInsertEditorText(text, "product_desc");
}
//Editor Contact
if(document.getElementById("jform_misc") != null) {
jInsertEditorText(text, "jform_misc");
}
//Editor Joomshoping
if(document.getElementById("description1") != null) {
jInsertEditorText(text, "description1");
}
SqueezeBox.close();
}