Edge_jr Posted March 13, 2016 Share Posted March 13, 2016 Hi, I want to show HTML text editor for field in back office which is text area. array('type' =>'textarea', 'label' =>$this->l('Custom Information:'), 'name' => 'my_notes', 'lang' => false, 'cols' => 50, 'rows' => 10, 'hint' =>$this->l('Invalid characters:').' 0-9!<>,;?=+()@#"�{}_$%:', 'required' => true) This field definition in AdminMymoduleController.php Any idea how to do this in back-office. -Thanks Link to comment Share on other sites More sharing options...
Edge_jr Posted March 14, 2016 Author Share Posted March 14, 2016 (edited) Hi, Thanks it works. When I am adding image in html editor , it is not saving. I have "text" as column type in database field. my_notes text utf8_general_ci Yes NULL Any idea? -Thanks Edited March 14, 2016 by edge82 (see edit history) 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