Old editor implementations like TinyMCE or FCKEDitor had an UI allowing user to hide WYSIWYG on certain fields. Currently, this module just enables WYSIWYG for all fields having Input format with defined editor.

There should be an UI allowing user to hide on specific fields. I believe API is already done (#wysiwyg in forms API?).

We might want to create own UI implementation or get inspiration from TinyMCE, which showed specific field ID on forms and allowed to specify them as clear text

CommentFileSizeAuthor
#3 wysiwyg-HEAD.disable.3.patch724 bytessun
#2 wysiwyg-HEAD.#wysiwyg.patch915 bytessun
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

restyler’s picture

big thread related to this problem:
http://drupal.org/node/285200

But, I'm still interested in how can I use #wysiwyg in my form alter to disable wysiwyg for specific field without implementing new input format, too.

sun’s picture

Status: Active » Needs review
FileSize
915 bytes

The #wysiwyg property was removed a long time ago.

sun’s picture

FileSize
724 bytes
sun’s picture

Version: 6.x-2.x-dev » 7.x-2.x-dev
Component: User interface » Code
webflo’s picture

Status: Needs review » Reviewed & tested by the community

Thanks a lot. Works perfect.

sun’s picture

Status: Reviewed & tested by the community » Fixed

Thanks for reporting, reviewing, and testing! Committed to HEAD.

A new development snapshot will be available within the next 12 hours. This improvement will be available in the next official release.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.