[CLOSED] Use CSS Class for FieldLabel

Page 2 of 2 FirstFirst 12
  1. #11

    Cls for field labels

    this work for me

    <ext:Panel ID="panel1" runat="server Cls="myheader" Title="Title" Layout="FormLayout"></ext:Panel>
    .myheader .x-form-item-label
    {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
        font-weight: bold;
        color: #4A79B2;
    }
    Last edited by Daniil; Sep 05, 2012 at 7:02 AM. Reason: Please use [CODE] tags
  2. #12
    Hi @tcosmir,

    Thanks for sharing! It can help someone of the forums!
Page 2 of 2 FirstFirst 12

Similar Threads

  1. [CLOSED] Css Class for Ext.Net Control
    By UnifyEducation in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Jun 20, 2012, 8:59 AM
  2. Replies: 4
    Last Post: Apr 25, 2012, 11:57 AM
  3. [CLOSED] How to add css class to CompositeField?
    By ViDom in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Apr 13, 2012, 2:27 PM
  4. [CLOSED] FileUploadField in class file
    By logicspeak in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Sep 26, 2011, 2:40 PM
  5. [CLOSED] GridPanel Row Class
    By state in forum 1.x Legacy Premium Help
    Replies: 9
    Last Post: Sep 16, 2009, 8:11 PM

Posting Permissions