Suggested updates for Cute Editor for.NET

Last post 06-04-2010, 9:40 AM by Adam. 1 replies.
Sort Posts: Previous Next
  •  06-01-2010, 2:40 PM 61489

    Suggested updates for Cute Editor for.NET

    Following are a few suggested edits for the Cute Editor:
    • Add a "th (table heading)" option for tables. This is important for page architecture and search engines.
    • Remove/change the "Default Font" and "Size" dropdown boxes. Not all of the fonts listed are web-safe, and the various sizes use inappropriate units (points). Points are only used in the print medium, not the web. Size should either use pixels or ems.
  •  06-04-2010, 9:40 AM 61563 in reply to 61489

    Re: Suggested updates for Cute Editor for.NET

    A-Damage,
     
    1. This feature is supported.
     
    In CuteEditor, You can change the data cell to header cell using the following steps:

    a. Place the mouse cursor in your editor where you want change the data cell to header cell.
    b. Right click > Tags > TD > Verbs.
    c. Click the Change to header Cell.

    Section 508 accessibility support
     
    2. You can edit Dropdown Configuration file (Common.config).

    The dropdown configuration file (Common.config) can be found in the CuteEditor_Files/onfiguration/Shared folder. In dropdown configuration file you can find the FontSize element which contains the configuration information for the Font Size dropdown within Cute Editor.
     
    Example:
    1. <FontSize>  
    2.       <item text="10px" value="10px" />  
    3.      <item text="12px" value="12px" />  
    4.      <item text="14px" value="14px" />  
    5. </FontSize>  

     


    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