multi select and top label

  1. #1

    multi select and top label

    i have the following code with 3 multi select boxes and 3 labels, before i updated yesterday, the label is showing on top of each multiselect... so it was label - ms - label - ms - label -ms, but now its not displaying in the correct manner. its now displaying label - ms - ms - label - ms - label. please help


    <ext:AnchorLayout ID="AnchorLayout6" runat="server" >
                                                            <ext:Anchor Horizontal="100%" Vertical="100%" >
                                                                <ext:Panel runat="server" ID="extpnlEditQuestionTags" Title="Select Question Tags"  BodyStyle="padding: 5px 5px 5px 5px;" >
                                                                    <Listeners>
                                                                        <Resize Fn="myqsedittagspnlresize" />
                                                                    </Listeners>
                                                                    <Body>
                                                                        <ext:AnchorLayout ID="AnchorLayout7" runat="server"   >
                                                                            <ext:Anchor>
                                                                                <ext:Label ID="Label2" runat="server" Html="Category 1">
                                                                                </ext:Label>
                                                                            </ext:Anchor>
                                                                            <ext:Anchor Horizontal="100%" Vertical="30%" IsFormField="true" >
                                                                                <ext:MultiSelect ID="extmselQ1" runat="server" FieldLabel="" StoreID="extstore1" DisplayField="tag_name" ValueField="wid_rev" Height="100" >
                                                                                    <Listeners>
                                                                                        <Change Handler="#{exthdnEditTracker}.setValue('Changed');  allowQuestionSave('My');" />
                                                                                    </Listeners>
                                                                                </ext:MultiSelect>
                                                                            </ext:Anchor>
                                                                            <ext:Anchor>
                                                                                <ext:Label ID="Label3" runat="server" Html="Category 2">
                                                                                </ext:Label>
                                                                            </ext:Anchor>
                                                                            <ext:Anchor Horizontal="100%" Vertical="30%" IsFormField="true" >
                                                                                <ext:MultiSelect ID="extmselQ2" runat="server" FieldLabel="" StoreID="extstore2" DisplayField="tag_name" ValueField="wid_rev" Height="100" >
                                                                                    <Listeners>
                                                                                        <Change Handler="#{exthdnEditTracker}.setValue('Changed');  allowQuestionSave('My');" />
                                                                                    </Listeners>
                                                                            </ext:MultiSelect>
                                                                            </ext:Anchor>
                                                                            <ext:Anchor>
                                                                                <ext:Label ID="Label4" runat="server" Html="Category 3">
                                                                                </ext:Label>
                                                                            </ext:Anchor>
                                                                            <ext:Anchor Horizontal="100%" Vertical="30%" IsFormField="true" >
                                                                                <ext:MultiSelect ID="extmselQ3" runat="server" FieldLabel="" StoreID="extstore3" DisplayField="tag_name" ValueField="wid_rev" SortField="display_order" Height="100" >
                                                                                    <Listeners>
                                                                                        <Change Handler="#{exthdnEditTracker}.setValue('Changed');  allowQuestionSave('My');" />
                                                                                    </Listeners>
                                                                                </ext:MultiSelect>
                                                                            </ext:Anchor>
                                                                        </ext:AnchorLayout>
                                                                    </Body>
                                                                </ext:Panel>
                                                            </ext:Anchor>
                                                        </ext:AnchorLayout>
  2. #2

    RE: multi select and top label

    Hi,

    Fixed. Please update
  3. #3

    RE: multi select and top label

    ok, i do not know that this was a bug ;-), thanks anyways, i'll just update from SVN

Similar Threads

  1. [CLOSED] Is it possible to Select Items of a multi select during ajax event
    By vedagopal2004 in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jul 29, 2010, 6:28 PM
  2. Multi Select select/deselect
    By Palash in forum 1.x Help
    Replies: 2
    Last Post: Sep 18, 2009, 3:49 AM
  3. Multi Select - JIT
    By amitpareek in forum Open Discussions
    Replies: 1
    Last Post: Dec 09, 2008, 9:31 AM
  4. ext multi select
    By [WP]joju in forum 1.x Help
    Replies: 2
    Last Post: Dec 03, 2008, 10:09 AM

Posting Permissions