[CLOSED] CheckboxGroup labels and anchor tag

  1. #1

    [CLOSED] CheckboxGroup labels and anchor tag



    Hello team...I have a couple of questions about the CheckboxGroup .


    In the example below, taken from https://examples1.ext.net/#/Form/Groups/Basic/ ...


    <ext:FormLayout runat="server" LabelWidth="110">
        <ext:Anchor Horizontal="100%">
            <ext:CheckboxGroup ID="CheckboxGroup4" 
                runat="server" 
                FieldLabel="Multi-Column<br/>(Vertical)" 
                ColumnsNumber="3" 
                Vertical="true" 
                ItemCls="x-check-group-alt">
                <Items>
                    <ext:Checkbox ID="Checkbox17" runat="server" BoxLabel="Item 1" Checked="true" />
                    <ext:Checkbox ID="Checkbox18" runat="server" BoxLabel="Item 2" Checked="true" />
                    <ext:Checkbox ID="Checkbox19" runat="server" BoxLabel="Item 3" /> 
                </Items>
            </ext:CheckboxGroup> 
        </ext:Anchor>
    </ext:FormLayout>


    1) I don't want to display a FieldLabel. Removing the tag or setting it to null leaves a blank column and a colon...how can I not display anything?


    2) What is the ext:Anchor tag actually doing here? I can't find a good explanation of it.


    and bonus stupid question from me....why don't this forum's code tags work for me?





  2. #2

    RE: [CLOSED] CheckboxGroup labels and anchor tag

    OK, I figured out that the POINT of the FormLayout is to have the labeling. I thought it might be required for checkboxes. I am going with a FitLayout.


    I still can't figure out the problem with the code tags though..


    test sample code
  3. #3

    RE: [CLOSED] CheckboxGroup labels and anchor tag

    and bonus stupid question from me....why don't this forum's code tags work for me?
    The [CODE] tags only seem to work properly with Firefox. We're moving to new forum software very soon.


    Geoffrey McGill
    Founder

Similar Threads

  1. [CLOSED] [1.0] Notes on Labels
    By danielg in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Feb 19, 2010, 10:48 AM
  2. Editable Labels
    By KCoder in forum 1.x Help
    Replies: 6
    Last Post: Feb 15, 2010, 7:18 AM
  3. Htmlencode and labels - possible bug?
    By plykkegaard in forum 1.x Help
    Replies: 2
    Last Post: Apr 30, 2009, 11:12 AM
  4. [CLOSED] dynamic labels
    By alexp in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Mar 10, 2009, 2:53 PM
  5. [CLOSED] Hiding Labels within Anchor (FormLayout)
    By Steve in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Feb 23, 2009, 11:50 PM

Posting Permissions