![]() |
Sergey Kornilov admin 5/16/2014 |
You can check documentation folder that comes with Innova Editor. Not sure what else to suggest. |
A
|
Athlon author 5/16/2014 |
You can check documentation folder that comes with Innova Editor. Not sure what else to suggest.
|
![]() |
Sergey Kornilov admin 5/16/2014 |
I'd love to help but I don't have any experience setting Innova Editor beyond the basic setup that is covered in PHPRunner manual. |
E
|
enriquecampos 5/21/2014 |
Take a look at the file innova.php in the folder that you project is generated. I copy this file to my project source folder and make the changes that I need (custom toolbar, enable or disable the asset manager) and later this file will be copied back to the folder where you code generated. |
A
|
Athlon author 5/21/2014 |
Take a look at the file innova.php in the folder that you project is generated. I copy this file to my project source folder and make the changes that I need (custom toolbar, enable or disable the asset manager) and later this file will be copied back to the folder where you code generated. Here are the variables that you can use for the asset manager: oEdit'.$cfieldname.'.cmdAssetManager=""; oEdit'.$cfieldname.'.cmdFileManager=""; oEdit'.$cfieldname.'.cmdImageManager=""; oEdit'.$cfieldname.'.cmdMediaManager=""; oEdit'.$cfieldname.'.cmdFlashManager=""; |
A
|
Athlon author 5/21/2014 |
Ty for your input. |
E
|
enriquecampos 5/21/2014 |
I found this website with good information that can help you customize the Innova editor. |