How to turn-off WSIWYG or HTML content editor in BCC ?

311 views
Skip to first unread message

nihil

unread,
Jan 28, 2009, 1:06:08 PM1/28/09
to ATG_Tech
Hi,

Can somebody tell me how to turn-off WSIWYG or HTML content editor in
BCC ?

Thanks,
Nihil

yp-atg

unread,
Jan 29, 2009, 12:44:50 PM1/29/09
to ATG_Tech
Hi Nihil,

I would suggest starting by reading chapter 9 of the ATG Content
Administration Programming guide.
It talks about Customizing Asset Display and explains the View Mapping
system that is used by BCC.

Yusuf.

Belmont, Adam

unread,
Feb 2, 2009, 10:47:51 AM2/2/09
to atg_...@googlegroups.com
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
Reply all
Reply to author
Forward
0 new messages