Expand my Community achievements bar.

make RTE read only.

Avatar

Level 3

Hi All,

     We have a requirement where we need to make rte field as read only and there will be a checkbox provided if they check that box, then it allows to edit rte .
Is there a way to make RTE field as read only.

Thanks In Advance.

2 Replies

Avatar

Level 10

1. Try to set it disabled using property for RTE

2. Add a listener on checkbox which will remove/add that value based on dialog value

Thanks

Avatar

Level 3

Thanks edubey for replying,

I have already tried by adding disabled property but no luck.