Hi all,
This is tip on how to configure the html editor options for example which buttons / commands available etc. NB: This is a core extjs hack and affects all applications. It might be possible to do this per application, haven“t tried this yet (if you do and find a solution please share your findings).
Open file: C:\AwareIM\Tomcat\webapps\AwareIM\ext-4.1.0\ext-all.js
Search for "enableformat" (this is one of the commands you can change and in this same "code" segment there are also other commands e.g. lists, fonts etc. etc.
Change settings for exampel FROM: "enableFormat:true;" TO "enableFormat:false;" to disable the format options.