Jump to content

Show Html Editor For Text Area Field In Back-Office.


Edge_jr

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...