{scriptOpen:h} _editor_url = "../../symph_simple_html/modules/LoadEditor/" _editor_lang = "{lang}" _editor_skin = "blue-look" {scriptClose:h} {scriptOpen:h} xinha_editors = null; xinha_init = null; xinha_config = null; xinha_plugins = null; xinha_init = xinha_init ? xinha_init : function() { xinha_plugins = xinha_plugins ? xinha_plugins : [ 'CharacterMap', 'ContextMenu', 'FullScreen', 'DynamicCSS', 'Linker', 'ImageManager', 'Stylist', 'SuperClean', 'ListType', 'TableOperations' ]; if(!HTMLArea.loadPlugins(xinha_plugins, xinha_init)) return; xinha_editors = xinha_editors ? xinha_editors : [ 'content' ]; xinha_config = xinha_config ? xinha_config : new HTMLArea.Config(); if(typeof DynamicCSS != 'undefined') { xinha_config.pageStyle = "@import url({siteLink}/templates/{bluo_template}/style.css);"; } xinha_editors = HTMLArea.makeEditors(xinha_editors, xinha_config, xinha_plugins); HTMLArea.startEditors(xinha_editors); } window.onload = xinha_init; {scriptClose:h}