WebContextMenu is undefined

2 replies. Last post: April 23, 2014 9:33 PM by Yudi
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
I'm trying the WebTextEditor for the first time and so far, after I put the control in my page and setted the directories correctly, I get that JavaScript error message: 

"WebContextMenu is undefined"

It came from WebTextEditor_Toolbar.js,  

function(vfef17) { var v3d981 =new WebContextMenu("ctxTemp"); var ve0622 =wt6c20.m4b665(vfef17,v3d981); v3d981 =null; return ve0622; }

It seems that a JavaScript object named WebContextMenu is not known.

What am I missing?

Here is my code:

    <WebUI:WebTextEditor ID="_Editor"
        runat="server"
        Height="120px"
        ImagesDirectory="~/media/images/WebTextEditor/"
        ScriptDirectory="~/ExternalControls/Intersoft/WebTextEditor/"
        SharedScriptDirectory="~/ExternalControls/Intersoft/Shared/"
        EnableContextMenu="false"
        RenderingMode="HTML5">
        
        <RootTextEditor>
            <WatermarkSettings EnableWatermark="false" />
        </RootTextEditor>
        
        <ViewSettings EnableHTMLView="false" EnablePreview="false" EnableDesignView="false" EnableSplitView="false" />
        
        <ToolBarSettings ToolBarMode="Complete"  />
    </WebUI:WebTextEditor>

All times are GMT -5. The time now is 11:17 PM.
Previous Next