Using a single page object as the Cute Editor target

Last post 11-23-2010, 8:44 PM by cutechat. 2 replies.
Sort Posts: Previous Next
  •  11-18-2010, 10:42 PM 65082

    Using a single page object as the Cute Editor target

    I've just purchased Cute Editor and would like to see any code samples in VB for ASP.NET 1.1 that show how to instantiate a popup window containing the editor so I can re-use it across multiple pages and multiple instances on a single page. I have a Quality Assurace application that has between 3 and 10 fields which I want to convert to true rich text but would prefer not to repeat the editor on every single form. Does anyone have any examples of how best to transfer this information between the forms? I presume the best way to do this is to create a class that has a string property that allows access to the content of the Cute Editor dialogue?
     
    Thanks
    Filed under: ,
  •  11-19-2010, 9:07 AM 65092 in reply to 65082

    Re: Using a single page object as the Cute Editor target

    Dear pstanford,
     
    how to instantiate a popup window containing the editor?
     
    Please refer to http://cutesoft.net/example/dad.html,  you can find this example's source code in http://cutesoft.net/forums/thread/14535.aspx
     
     
    Thank you for asking
  •  11-23-2010, 8:44 PM 65138 in reply to 65082

    Re: Using a single page object as the Cute Editor target

    Hi,
     
    If you want to use a single 'window' of browser to edit the content of other windows,
     
    I think that is hard to implement.
     
    1 - you need write complicated code to communite data between windows
     
    2 - it's very hard and maybe not possible to control the window focus to of focus back because browser limit it.
     
    Regards,
    Terry
View as RSS news feed in XML