Search

You searched for the word(s):
Showing page 2 of 2 (12 total posts) < 1 second(s)
  • Customize Link Dropdown

    I am trying to dynamically add a list of pages to the links dropdown&#160;CODE:&#160;Dim EditorDL As CuteEditor.RichDropDownList&#160;EditorDL = New CuteEditor.RichDropDownList(Editor1)EditorDL = Editor1.FindControl(''Internal Page Links'')EditorDL.Items.Clear()&#160;&#160;Everything compiles fin but when I run the page I get&#160; aObject ...
    Posted to Cute Editor for .NET (Forum) by andytauber on March 30, 2005
  • Custom Button for linking to internal pages

    I have crreated and added a custom button. &#160;The popup has a dropdown listbox that is populated and databound to the database. I retrieve the pageid and Page name.&#160;When a User selects an item in the drop down and clicks the insert button I want to insert a link like PageDisplay.aspx?pageid=8&#160; where 8 is the page number.&#160;How do I ...
    Posted to Cute Editor for .NET (Forum) by andytauber on March 28, 2005