RichEditingIsAvailable alternatives

Last post 06-23-2008, 7:10 AM by dmitry_katolikoff. 2 replies.
Sort Posts: Previous Next
  •  06-17-2008, 1:56 PM 41500

    RichEditingIsAvailable alternatives

       Hi. I've got a problem during editor integration: in brief, I need static RichEditingIsAvailable property to use all over the application. However, I can use this poperty only after certain event in CuteEditor's life cycle, which is not acceptable.
     
    Page can be rendered in various ways depending on user agent capabilities. Not all the pages that must be aware of CuteEditor support have CuteEditor in contorls collection. I can create page instance via PageParser and force it to go through lifecycle. This can be implemented as a static method - but this is a hacky way to solve the problem. I don't feel like using this approach untill there is a hope that better remedy is available.
     
    Please, let me know - is CuteEditor capable to handle this issue in more or less gracefull maneer?
  •  06-18-2008, 12:21 PM 41527 in reply to 41500

    Re: RichEditingIsAvailable alternatives

    Please use the BrowserType property.

    BrowserType Enumeration

    Enumerates the browser type as detected by the HTTP headers sent by the browser.

     

    Members

    Member Name Description
    CompatibleIE The browser was detected to be Internet Explorer 5.5 or greater and is compatible with rich text editing.
    Safari12 The browser was detected to be browser based on Safari 1.3 - 2.04.
    Safari The browser was detected to be browser based on Safari 3.0+.
    Gecko The browser was detected to be browser based on Gecko (Mozilla rendering engine) 1.3+, e.g Mozilla 1.4+, Netscape 7.1+, Firefox 0.7+, and Galeon 1.3+.
    Opera Opera 9 or higher
    Downlevel The browser is incompatible with rich text editing. Downlevel content will be rendered.
    NoHttpContext The context not found.

     

     

     

    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

  •  06-23-2008, 7:10 AM 41649 in reply to 41527

    Re: RichEditingIsAvailable alternatives

    10x - that was what I needed.
View as RSS news feed in XML