[CLOSED] TextArea FieldLabel problem

  1. #1

    [CLOSED] TextArea FieldLabel problem

     <ext:HBoxLayout ID="HBoxLayout1" runat="server">
                                <BoxItems>
                                    <ext:BoxItem>
                                        <ext:TextArea ID="txt_baglantiamac" MaxLength="256" MinLength="3"  
                                            runat="server" FieldLabel="Bağlantının amacı" LabelAlign="Top" 
                                            MinLengthText="Lütfen daha açıklayıcı yazınız..." AllowBlank="false">
                                          <Listeners>
                                               <Change Handler="this.addClass('my-class');" Single="true" />         
                                          </Listeners>  
                                         </ext:TextArea>
                                    </ext:BoxItem>
                                    <ext:BoxItem Margins="0 0 0 20">
                                         <ext:TextArea  ID="txt_kulservis" runat="server"  MaxLength="256"  
                                             MinLength="3" FieldLabel="Kullanılacak servis ve uygulamaların tanımı" 
                                             LabelAlign="Top"   MinLengthText="Lutfen daha açıklayıcı yazınız">
                                          <Listeners>
                                               <Change Handler="this.addClass('my-class');" Single="true" />         
                                          </Listeners>  
                                          </ext:TextArea>
                                    </ext:BoxItem>
                                </BoxItems>
                            </ext:HBoxLayout>
    When we run this code in compiler the fieldlabels of txt_kulservis and txt_kulservis are shown. However when we publish web site and deploy it, the fieldlabels are not shown. How that can be happen?
    Last edited by geoffrey.mcgill; Feb 09, 2011 at 5:09 PM. Reason: [CLOSED]
  2. #2
    Hi,

    I guess it is tested under different browsers.

    Generally speaking, we strongly recommend to don't use FieldLabel when it's out of 'form' layout. Please see
    http://forums.ext.net/showthread.php?12072

Similar Threads

  1. FieldLabel in label problem!!
    By buihoanghai in forum 1.x Help
    Replies: 1
    Last Post: Oct 15, 2012, 6:04 AM
  2. [CLOSED] Problem with Bold FieldLabel
    By John_Writers in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 16, 2012, 11:09 AM
  3. [CLOSED] HtmlEditor inner textarea with FieldLabel is not rendering 100% width
    By SouthDeveloper in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Mar 28, 2012, 11:54 AM
  4. [CLOSED] Label.FieldLabel problem
    By alexp in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Nov 17, 2009, 8:31 AM
  5. FieldLabel problem
    By heysol in forum 1.x Help
    Replies: 0
    Last Post: Jan 28, 2009, 7:46 PM

Posting Permissions