-
6 Dec 2012 1:30 AM #1
Unanswered: Error 'targetContext is undefined' while using 'fieldset'
Unanswered: Error 'targetContext is undefined' while using 'fieldset'
Hi,
I am trying to use 'fieldset' but as soon as I set the 'collapsed' property to ' true' I get error 'targetContext is undefined' in Container.js at 'frameInfo = targetContext.getFrameInfo()'.
Do we need to set something else too?
Please find my code below:
Code:{ xtype:'fieldset', checkboxToggle:true, name:'shouldAllowPasswordProtecteInvites', id:'shouldAllowPasswordProtecteInvites', title: 'Password protected invites', collapsed: true, disabled: true, items:[{ xtype:'form', items:[ { xtype:'textfield', inputType: 'password', name:'invitePassword', fieldLabel: 'Enter Password' }, { xtype:'textfield', inputType: 'password', fieldLabel: 'Renter Password' } ] }] }
-
8 Dec 2012 6:26 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,599
- Vote Rating
- 435
- Answers
- 3102
What Ext JS 4.x.x version are you using? Not getting an error in 4.1.1 or 4.1.3
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.
-
22 Jan 2013 5:10 PM #3
Same problem in 4.1.3
Same problem in 4.1.3
Hi all,
same problem for me in ExtJs 4.1.3.
---------- FireFox Console --------------------------------
TypeError: targetContext is undefined
into ext-all-debug-w-comments.js (row 41928)[IMG]chrome://firebug/content/blank.gif[/IMG] frameInfo = targetContext.getFrameInfo(),
-
28 Jan 2013 8:47 PM #4


Reply With Quote