Various feature questions

Last post 10-19-2009, 4:14 PM by Adam. 1 replies.
Sort Posts: Previous Next
  •  10-17-2009, 1:49 PM 56453

    Various feature questions

    We're currently evaluating CE for a specific app; we didn't find any "clean" solution for the following points; so maybe somebody can lead us to the right direction...
    1. Can we set the editor to read-only when the user swithes to HTML (source code) view? The user should only have rights to write in in 'normal' view. Evtl. any Javascript API? We can trigger the click (command) on the vorious Tabs, but unable to set the editor readonly via JS.
    2. Any possibility to disable the automatic added anchor-tag when typing a URL and then do a break/enter? We tried to set custom html filter, which does work, but only when switching to html view and then back to normal view.
    3. When adding a paragraph via Toolbar-Button (InsertParagraph) the editor automatically adds a space before the text (<p>&nbsp;</p>). Any possibility to automatically remove that space when the user types a char?
    Besides that we really like the rich possibilities of CE; very nice to configure various things without the need of compiling again!
    We hope to get solved the above things.
     
    Thanks in advance,
    Markus
     
     
  •  10-19-2009, 4:14 PM 56495 in reply to 56453

    Re: Various feature questions

    Markus,
     
    >>Can we set the editor to read-only when the user swithes to HTML (source code) view? The user should only have rights to write in in 'normal' view. Evtl. any Javascript API? We can trigger the click (command) on the vorious Tabs, but unable to set the editor readonly via JS.
     
    It is much easier if you just hide the code view.
     

    Editor.ShowHtmlMode Property

    Specifies whether the Html Mode tab appear.

    >>Any possibility to disable the automatic added anchor-tag when typing a URL and then do a break/enter? We tried to set custom html filter, which does work, but only when switching to html view and then back to normal view.
     
    After you set the custom html filter, Cute Editor will automatically apply it when extracting the data.
     
    >>When adding a paragraph via Toolbar-Button (InsertParagraph) the editor automatically adds a space before the text (<p>&nbsp;</p>). Any possibility to automatically remove that space when the user types a char?
     
    &nbsp; is necessary. For some browers, <p></p> will not show as a new line.
     
     

    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

View as RSS news feed in XML