Search

You searched for the word(s):
< 1 second(s)
  • Re: Editor.toolbar.Add

    Ive tested my code with your example but it doesnt seems to work with a &nbsp; System.Web.UI.WebControls.DropDownList &nbsp; Since the method is called ''RegisterCustomButton'' maybe its ''normal'' &nbsp; DropDownList1&nbsp; = New System.Web.UI.WebControls.DropDownList &nbsp; DropDownList1.Items.Add(''Test'') &nbsp; DropDownList1.ID = ...
    Posted to Cute Editor for .NET (Forum) by Maligor on July 20, 2004
  • Editor.toolbar.Add

    When im adding an element with Editor.toolbar.add(oControl) , it adds the new element at ''index'' 0. &nbsp; Any way it could add it to the end of the menu? &nbsp; Editor.toolbar.Controls.AddAt() seems to be what Im looking for but doesnt seem to work properly. &nbsp; Thx
    Posted to Cute Editor for .NET (Forum) by Maligor on July 19, 2004