Unable to load links

  •  12-14-2005, 10:13 AM

    Unable to load links

    I am able to load images for an editor named PageEditor, but using the same method to get the control I cannot next add links.
     
    CuteEditor.ToolControl toolctrl=PageEditor.ToolControls["Links"];
        if(toolctrl!=null)  // this will be false, no control is found, even though it is for the image dropdown.
View Complete Thread