Search Type: Posts; User: arfeen
Search: Search took 0.02 seconds.
-
17 Aug 2011 12:53 AM
- Replies
- 1
- Views
- 488
I have worked around this problem by using the "destroy()" mehtod of the form and then add the same form in the window.
-
15 Aug 2011 4:05 AM
- Replies
- 1
- Views
- 488
I'm having a problem where I would like to remove a FormPanel from a Window.
Here is my Form which is being loaded in a Window:
myForm = new Ext.FormPanel({
frame: true,
... -
4 Aug 2011 4:03 AM
- Replies
- 4
- Views
- 6,566
i would like to add my experience here for the problem when you are getting the error
Uncaught SyntaxError: Unexpected token <
I was having the same error while submitting a simple form... -
27 Jul 2011 5:08 AM
- Replies
- 0
- Views
- 676
In my Extjs application, I need to fetch an array of translated words which I'm doing with the help of AJAX request, since AJAX runs in the background that's why it does not populate the text as the...
-
18 Jul 2011 11:08 PM
- Replies
- 0
- Views
- 434
Hi
I'm working on form validation and I have used Vtypes to check number ranges.
It's all working fine, except I need to include my own allowed values ( field.minValField and ... -
28 Jun 2011 5:43 AM
- Replies
- 2
- Views
- 676
Hi
I've made a combo box and its working fine except when I select one of the items in the combobox, it removes all other values in it. here is a peace of code:
var comboitemarray = new... -
17 Jun 2011 5:30 AM
- Replies
- 20
- Views
- 13,157
ok sorry to disturb ...
i forgot to add the line
Ext.getCmp('mywebinpanel').doLayout();
thanks .. -
17 Jun 2011 5:12 AM
- Replies
- 20
- Views
- 13,157
i have the same problem, i need to add a panel into a container once the form result return me success
im trying to do something on this line:
Ext.getCmp('mywebmainpanel').add(panel);
its... -
30 May 2011 11:09 PM
- Replies
- 9
- Views
- 3,572
im having the same problem, would you please let me know how did u tackle this problem ?
Results 1 to 9 of 9
