[CLOSED] HtmlEditor Small Size

  1. #1

    [CLOSED] HtmlEditor Small Size

    hi, the htmleditor when resized to small, the "Align To Left", "Center Align" and "Align To Right", are CheckMenuItems. Shouldn't it be just MenuItems? It doesn't make sense to have those 3 options multi-selectable.

    <html>
    <head id="Head1" runat="server">
        <title>Test Page </title>
        <style type="text/css">
            
        </style>
    </head>
    <body>
        <script type="text/javascript">
    
        </script>
        <form id="Form1" runat="server">
        <ext:ResourceManager ID="ResourceManager1" runat="server" ScriptMode="Debug" Theme="Gray"
            DisableViewState="true" />
        <ext:Window runat="server" Height="300" Width="300" Resizable="false" Layout="FitLayout">
            <Items>
                <ext:Panel runat="server" Layout="FitLayout">
                    <Items>
                        <ext:HtmlEditor>
                        </ext:HtmlEditor>
                    </Items>
                </ext:Panel>
            </Items>
        </ext:Window>
        </form>
    </body>
    </html>
    Last edited by Daniil; Mar 26, 2013 at 4:18 AM. Reason: [CLOSED]
  2. #2
    Hello!

    Yes, these options displayed as a multi-choice checkboxes but you can check only one of them. This behavior caused by overflow of toolbar and used for buttons with enabled toggle.
  3. #3
    Hi,

    I think a check menu item is used to maintain its state.

Similar Threads

  1. [CLOSED] Small green row in the grids
    By xeo4.it in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Sep 13, 2012, 1:53 PM
  2. Ext.Net+ASP WebForm Big project small DLL good??
    By Martin.Vecchione in forum Open Discussions
    Replies: 3
    Last Post: Apr 05, 2012, 3:40 PM
  3. [CLOSED] HTMLEditor - more granular control over font size
    By pj_martins in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Dec 07, 2011, 3:25 PM
  4. [CLOSED] Localization small issue
    By methode in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Sep 10, 2009, 4:20 AM
  5. [CLOSED] Small pop up layout panel - possible ?
    By stevejebson in forum 1.x Legacy Premium Help
    Replies: 20
    Last Post: Sep 04, 2008, 8:38 AM

Posting Permissions