Re: Code snippet Dropdown - Command 'Codes' Is Not Supported Or Not Implemented

  •  08-26-2010, 9:25 AM

    Re: Code snippet Dropdown - Command 'Codes' Is Not Supported Or Not Implemented

    Please open "cuteeditor_files\Configuration\AutoConfigure\Full.config", search:
        <item type="dropdown" name="Codes" width="90" RenderItemBorder="true" text="[[Codes]]" />
    change it to: 
        <item type="dropdown" name="Codes" width="90" RenderItemBorder="true" text="[[Codes]]" command="PasteHTML"/>
     
    Regards,
    Eric
View Complete Thread