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)
Visual Formatter
Mich
Trying to modify the formatter using javascript to disable buttons in my DCT so that each DCT can have different versions of the visual formatter. The following code does not work, any help would be appreciated:
eWebEditPro.create("MyContent1", 700, 150);
var objInstance = eWebEditPro.instances["MyContent1"];
var objMenu = objInstance.editor.Toolbars();
objMenu.ToolbarModify("iw.editbar", 6);
Find more posts tagged with
Comments
gzevin
Why don't you simply change (copy, rename and modify as required) the VF config files and refer to them in a DCT using the 'external-editor-config' attribute?
Greg Zevin
Independent Interwoven Consultant/Architect
Sydney, AU