[CLOSED] Note overlays Checkbox

  1. #1

    [CLOSED] Note overlays Checkbox

    see example. the note overlays the Checkbox incorrectly.
    Thanks,
    /Z

    <%@ Page Language="C#" %>
    
    
    <!DOCTYPE html>
    
    
    
    
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
        <title>Untitled Page</title>
    
    
        <script type="text/javascript">
    
    
        </script>
    
    
    </head>
    <body>
        <form id="form1" runat="server">
        <ext:ResourceManager runat="server">
            <Listeners>
                <DocumentReady Handler="test()" />
            </Listeners>
        </ext:ResourceManager>
    
    
        <ext:Window 
            ID="Window1" 
            runat="server" 
            Icon="ApplicationFormAdd" 
            Width="325" 
            AutoHeight="true" 
            Hidden="false" 
            Modal="true"
            Title="Teste"
            Constrain="true">
            <Items>
                <ext:FormPanel
                    ID="FormPanel1" 
                    runat="server" 
                    Layout="form"
                    BodyPadding="5"
                    PollInterval="500" 
                    PollForChanges="false" 
                    >
                    <Items>
                        <ext:DateField 
                            ID="test1" 
                            runat="server" 
                            FieldLabel="Date" 
                            Format="MM/dd/yyyy"
                            IndicatorText="*" 
                            IndicatorCls="red-text" 
                            AllowBlank="false"
                            Vtype="daterange"
                            Text=""
                            />
                        <ext:Checkbox ID="completeRemove" FieldLabel="Completely Remove" Note="This removes the entire record (including the past)" runat="server">
                        </ext:Checkbox>
                    </Items>
                </ext:FormPanel>
            </Items> 
        </ext:Window>
        </form>
    </body>
    </html>
    Last edited by fabricio.murta; Jul 12, 2017 at 1:52 PM.
  2. #2
    Hello @Z!

    This is a known issue you reported some time ago. We still have no better solution than what was provided in the forum thread, unfortunately. Please follow the original forum thread for updates regarding this issue: Large note makes indicator hard to see.

    Hope this helps!
    Fabrício Murta
    Developer & Support Expert
  3. #3
    Ok. Forgot about that thread.
    /Z

Similar Threads

  1. [CLOSED] [3.2x] Error setting Checkbox Note property
    By tnwheeler in forum 3.x Legacy Premium Help
    Replies: 8
    Last Post: Sep 04, 2015, 4:57 PM
  2. [CLOSED] Trigger field with Note has truncated note
    By anup in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Jun 07, 2013, 1:53 PM
  3. Note in TextField
    By yash.kapoor in forum 2.x Help
    Replies: 4
    Last Post: Jan 07, 2013, 10:55 AM
  4. Replies: 3
    Last Post: Jul 08, 2010, 8:48 PM
  5. Replies: 3
    Last Post: Jul 14, 2009, 7:02 AM

Posting Permissions