i have creadted in admin side one form along with text area.I need to apply Tiny MICE Editor to my form text area. I have alreday Tiny MICE in my drupal application.Please any body suggest to me,how to apply TinyMICE to text area
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
go to http://drupal.org/project/wysiwyg install it and there are further instructions for the Tiny MICE at http://drupal.org/node/371459 Cheers, Vishal |
|||
|
|
|
First off you need to download and install the WYSIWYG module http://drupal.org/project/wysiwyg Then download TinyMCE and install it to sites/all/libraries/tinymce/ Once you've done this go into your config page and click on WYSIWYG profiles. Select TinyMCE for the input format you want to use it with and save. Then you can click edit to configure TinyMCE to work how and where you want. |
|||
|
|
|
In case you're building a module in Drupal 6 using Form API, you should set the textarea format to Full HTML in yourmodule_admin function:
|
|||
|
|