Text box, asp code

Last post 05-27-2008, 3:25 PM by phi. 2 replies.
Sort Posts: Previous Next
  •  05-24-2008, 3:28 PM 40741

    Text box, asp code

    Hi, im new with the Cute editor...
     
    i want to edit the content of a text box not inside the textbox but to open a kind of "text box manager" on the right.
    i thought of 2 methods
    1: new button that will create .NET object of text box on the right than add a text box to the editor progrematicly - how can i do it?
    2. insert the textbox with the integral butrton but get a notification for its creation - can i get notification on object creation?
     
    for the first method, how can i call asp code (function) after pressing a button?
     
    thanks
     
     
     
  •  05-26-2008, 1:16 PM 40776 in reply to 40741

    Re: Text box, asp code

    phi,
     
    You can double click the textbox and a property window is opened.
     
    You can also create you own dialog.
     
    Please use the following method to create your own dialog:
     
    Add a Cross Browser Modal Dialog Box to Cute Editor

    How to create a custom button(client side) which displays a dialog?( C# | VB )

    This example demonstrates how easy it can be to add your own client side buttons to the CuteEditor by creating a Cross Browser Modal Dialog Box.


    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  05-27-2008, 3:25 PM 40822 in reply to 40776

    Re: Text box, asp code

    im sorry, i think i werent clear.
     
    i will ask it in this way.
    how can i, progrematically, get the objects already in the editor.
    let say a user added an image, text box and layer.
    how can i fetch this information from the cute editor instance in my asp.net page?
     
    thanks
View as RSS news feed in XML