-
26 Feb 2013 10:09 PM #1
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?
-
28 Feb 2013 10:25 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,623
- Vote Rating
- 434
- Answers
- 3103
What version are you using? I just tried with 4.1.1 and 4.2.0.489 with this code:
and when I inspect the dom the <table> has the x-form-invalid class on it as expected.Code:new Ext.form.Panel({ renderTo : document.body, items : [ { xtype : 'textfield', fieldLabel : 'Test', allowBlank : false } ] });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.


Reply With Quote