The UI in the BCC is driven by data set in the
/atg/bizui/viewmapping/ViewMapping repository.
You can use the ACC to edit the data in that repository such that
TextAreas will be rendered with
just a text box rather than edit live.
Here are the steps:
- Login to the ACC.
- Go to Publishing -> View Mapping, and list all items of type
propertyView.
- Find "TextArea based string Editor", and change its "isDefault"
property from false to true.
- Find "WYSIWYG HTML Editor" and change its "isDefault" property from
true to false.
-- Adam