[CLOSED] Set FieldLabel for MultiSelector

  1. #1

    [CLOSED] Set FieldLabel for MultiSelector

    Hi,

    We need to add the label in Multiselector field like Textfield (like how we provide FieldLabel property), but if we provide the FieldTitle property it will add the text in header of the control.

    How can we add the label for MultiSelector same like Textfield label?

    <ext:TextField ID="txtName" runat="server" FieldLabel="Name"></ext:TextField>
    
    <ext:MultiSelector runat="server" FieldTitle="Organization"></ext:MultiSelector>
    Attached Thumbnails Click image for larger version. 

Name:	IMG_18022015_095720.png 
Views:	2 
Size:	30.5 KB 
ID:	21311  
    Last edited by geoffrey.mcgill; Feb 18, 2015 at 7:04 AM. Reason: [CLOSED]
  2. #2
    Maybe adding the <ext:MultiSelector> inside a <ext:FieldContainer> would help.

    https://examples3.ext.net/#/Form/Fie...iner/Overview/
    Geoffrey McGill
    Founder
  3. #3

    Set FieldLabel for MultiSelector

    Hi Geoffrey,

    Thanks for the suggestion. We implemented it.
    Please close this thread!!

Similar Threads

  1. [CLOSED] FieldLabel w/o ':'
    By Peter.Treier in forum 2.x Legacy Premium Help
    Replies: 7
    Last Post: May 01, 2013, 2:42 PM
  2. FieldLabel in GridPanel
    By yash.kapoor in forum 2.x Help
    Replies: 2
    Last Post: Oct 16, 2012, 7:53 AM
  3. Replies: 0
    Last Post: Oct 26, 2009, 3:23 PM
  4. how to set Control's FieldLabel !
    By iscript in forum 1.x Help
    Replies: 2
    Last Post: Jul 02, 2009, 11:21 PM
  5. TextBox FieldLabel help ?
    By borisbg in forum 1.x Help
    Replies: 1
    Last Post: Mar 06, 2008, 11:37 PM

Posting Permissions