Tinyii Demo
You can see the demo of the product below along with the startup code, some operations are not permitted in demo mode.
Quick Start.
$baseUrl = Yii::app ()->getBaseUrl ( true );
Yii::app ()->getClientScript ()->registerScript ( 'init_tinymce' , ' // Tiny MCE
tinymce.init({
document_base_url: "'.$baseUrl.'/js/tinymce/plugins/idowsfilemanager/",
relative_urls:true,
selector: "textarea",
plugins: [
"idowsfilemanager",
],
toolbar1: "idowsfilemanager",
fontsize_formats: "8pt 10pt 12pt 14pt 18pt 24pt 36pt",
});
' , CClientScript::POS_READY );
Click the button with the label IDOWS Tinyii FileManager.