first re-commit.
This commit is contained in:
24
sn_templates/sx_editor_demand_loader.html
Normal file
24
sn_templates/sx_editor_demand_loader.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<!-- TinyMCE -->
|
||||
<script type="text/javascript" src="/tiny_mce/tiny_mce.js"></script>
|
||||
<script type="text/javascript">
|
||||
function sxDemandLoader()
|
||||
{
|
||||
if( editorloaded == true )
|
||||
return;
|
||||
|
||||
editorloaded = true;
|
||||
|
||||
<!--#extends:sx_editor_plugin_and_theme_load.html-->
|
||||
|
||||
tinyMCE.init({
|
||||
skin : "",
|
||||
//skin : "o2k7",
|
||||
//skin : "cycsown",
|
||||
<!--#extends:sx_editor_plugin_and_theme.html-->
|
||||
|
||||
<!--#extends:sx_editor_settings.html-->
|
||||
});
|
||||
|
||||
}
|
||||
</script>
|
||||
<!-- /TinyMCE -->
|
Reference in New Issue
Block a user