25 lines
605 B
HTML
25 lines
605 B
HTML
|
<!-- 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 -->
|