Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Adding emdash and ndash
suresh_anand
I wanted to add em dash and n dash on Visual format editor.So i modified my visualformatconfig.xml as said in Documentation
I added the following lines to
<menu name="specialcharsbar" newRow="false" showButtonsCaptions="true" wrap="false">
<button command="cmdchr150"/>
<button command="cmdchr151"/>
</menu>
But i am not seeing my characters appearing in Visualformat tool bars.The note on Documentation see old browsers wont show up these chars.What is old browsers for Teamsite?I have IE5.5 ....
Any help wd be appreciated
Thanks
Find more posts tagged with
Comments
suresh_anand
I got this to work
I have to set allowCustomizable parameter true which is not mentioned in the document or i wd hv overseen it
Thanks