dotMastaz Posted December 6, 2014 Share Posted December 6, 2014 Hello,I had add some custom field in CMS.Some are textearea like Content.How to add Tinymce on there fields like Content field ? Thank you ! Link to comment Share on other sites More sharing options...
dotMastaz Posted December 6, 2014 Author Share Posted December 6, 2014 Solved : In AdminCmsController.php In the Array, add : 'class' => 'rte', 'autoload_rte' => true,Like : array('type' => 'textarea','label' => $this->l('Field Name'),'name' => 'field_name','required' => false,'lang' => true,'rows' => 5,'cols' => 40,'class' => 'rte','autoload_rte' => true,'hint' => $this->l('Invalid characters:').' <>;=#{}'), Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now