Search Type: Posts; User: kunalshah6363
Search: Search took 0.02 seconds.
-
14 Jul 2011 11:53 PM
Jump to post Thread: Extjs 4 get id of fieldset by kunalshah6363
- Replies
- 0
- Views
- 920
I have 3 fieldset and each have a Button inside a fieldset in Extjs 4. I want to get fieldset id on the button click event, so that i can know from which fieldset the button was clicked.
So how... -
29 Jun 2011 10:09 PM
- Replies
- 25
- Views
- 2,131
Can u post your grid code?
-
29 Jun 2011 5:05 AM
- Replies
- 25
- Views
- 2,131
You can get the row details as follows.
listeners:{
itemclick:function(view, record, item, index, e ) {
var fname =... -
27 Jun 2011 4:35 AM
- Replies
- 179
- Views
- 63,333
BoxSelect 5.0 is not working properly with my application. 1st value is selected but when i pressed 4 characters (minChars) boxselect control is hanged. Please refer the attachment.
When i debug... -
18 Jun 2011 1:17 AM
- Replies
- 4
- Views
- 2,240
I have downloaded SuperBoxSelect which is supported in Extjs 3, but i want to use it in Extjs 4.
i have define class and extend it as needed in Extjs 4, and remove Ext.ns() and Ext.reg().
But when... -
14 Jun 2011 10:21 PM
- Replies
- 2
- Views
- 2,866
Thanks Mitchell.. My problem has been solved..
-
14 Jun 2011 1:06 AM
- Replies
- 2
- Views
- 2,866
I got the following error with Extjs 4.
Uncaught TypeError: Object # has no method 'reg'
Please help me to solve this.
I add the .js file which contain following code.
Results 1 to 7 of 7
