Hi,According to the requirments i need to disable or enable some buttons on Inline VisualFormat Editor toolbar depending on user access. Can anyone suggest appropriate solution for this.Thanks
You may create numerous VFE configurations to reflect various users' access rights. In the DCT use <inline> Tag to get <textarea...> on the fly. Corresponding script may then obtain user Id from 'IW_USER' Environment variable and generate textarea Tag with the correct "external-editor-config" attribute.
I have done that. Thanks alot to everyone.