1. #1
    Sencha User
    Join Date
    Jun 2012
    Location
    India
    Posts
    43
    Vote Rating
    3
    Answers
    4
    girish.arjunagi is on a distinguished road

      0  

    Default Unanswered: invalidCls is not getting applied for the textbox fieldLabel

    Unanswered: invalidCls is not getting applied for the textbox fieldLabel


    invalidCls is not getting applied for the textbox fieldLabel. Can anyone please let me know how to apply the invalidCls for textBox field label also?

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    33,623
    Vote Rating
    434
    Answers
    3103
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    What version are you using? I just tried with 4.1.1 and 4.2.0.489 with this code:

    Code:
    new Ext.form.Panel({
        renderTo : document.body,
        items    : [
            {
                xtype      : 'textfield',
                fieldLabel : 'Test',
                allowBlank : false
            }
        ]
    });
    and when I inspect the dom the <table> has the x-form-invalid class on it as expected.
    Mitchell Simoens @SenchaMitch
    Sencha Inc, Senior Forum Manager
    ________________
    http://www.JSONPLint.com - Source to lint your JSONP!

    Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
    https://github.com/mitchellsimoens

    Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/

    Need more help with your app? Hire Sencha Services services@sencha.com

    Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!

    When posting code, please use BBCode's CODE tags.