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);
Edited by Mich on 03/17/03 09:18 AM (server time).