Search Type: Posts; User: adibhagra
Search: Search took 0.02 seconds.
-
15 Dec 2009 5:16 AM
- Replies
- 7
- Views
- 984
actually i don't think we need the override ,
this seems to be working mycombo.fireEvent('select',this,store.getAt(row)); -
15 Dec 2009 5:07 AM
- Replies
- 7
- Views
- 984
yeah .. got it animal B)
-
15 Dec 2009 4:33 AM
- Replies
- 7
- Views
- 984
i am really confused as to how to pass the index ,
i am reading the field value "iresrv" and setting it:
name of my store is kir.store.reviewinfo,
kir.store.reviewinfo.load();
... -
15 Dec 2009 2:49 AM
- Replies
- 7
- Views
- 984
thanks a lot animal .. i am putting this
Ext.override(Ext.form.ComboBox, {
setValue : function(v, fireSelect){
var text = v;
if(this.valueField){
var r =... -
15 Dec 2009 2:23 AM
- Replies
- 7
- Views
- 984
hey guys,
i am in a precarious situation, certain fields within my form are dynamically created whenever someone selects a value from a combo box.Now i have a situation where i have to set the... -
15 Dec 2009 12:59 AM
- Replies
- 7
- Views
- 1,226
thanks a lot tubamanu .. that really helped dude
\m/
ice -
15 Dec 2009 12:55 AM
- Replies
- 7
- Views
- 1,226
okie thanks :)
-
15 Dec 2009 12:53 AM
- Replies
- 7
- Views
- 1,226
yeah i knw that .. firebug says kir.store.reviewinfo.getStore() is not a function
-
15 Dec 2009 12:42 AM
- Replies
- 7
- Views
- 1,226
thanks .. but it says that YourStore.getStore() is not a function
-
14 Dec 2009 11:16 PM
- Replies
- 7
- Views
- 1,226
Hey Guys,
I have a store as follows:
kir.store.reviewinfo = new Ext.data.Store({
reader: new Ext.data.JsonReader({
fields: ... -
14 Dec 2009 6:55 AM
Jump to post Thread: Setting emptyText of Combo box by adibhagra
- Replies
- 4
- Views
- 1,068
thanks a lot dude ..
\m/ -
14 Dec 2009 6:02 AM
Jump to post Thread: Setting emptyText of Combo box by adibhagra
- Replies
- 4
- Views
- 1,068
hey .. i am aware of the emptyText:'value' config option, however in my case i don't have a static value.. i have to get the value from the db.
-
14 Dec 2009 4:55 AM
Jump to post Thread: Setting emptyText of Combo box by adibhagra
- Replies
- 4
- Views
- 1,068
Hey Guys,
I have a form with some combo boxes within which i want to show some default values on load.i have used a store but with that the combo box shows the values only when it is selected and... -
30 Nov 2009 1:57 AM
- Replies
- 1
- Views
- 972
doesn't anyone have any clue ??
-
30 Nov 2009 12:48 AM
- Replies
- 1
- Views
- 972
hey guys,
i am trying to remove a combo box and a text box from my form based on the selection made by the user within the grid, also these combo boxes and text boxes are added dynamically .
my... -
24 Nov 2009 12:56 AM
- Replies
- 2
- Views
- 559
thanks a lot condor ))
-
23 Nov 2009 11:52 PM
- Replies
- 2
- Views
- 559
Hey Guys,
Is it possible to display some form fields in a column and some as rows,
when i change my form layout to 'column', the field labels get hidden and are not displayed :(
Thanks and... -
23 Nov 2009 11:48 PM
- Replies
- 3
- Views
- 2,118
this.form.on('beforeaction',function(){},this);
this.form.on('actioncomplete',function(form,action){
alert(action.response);
... -
23 Nov 2009 11:37 PM
Jump to post Thread: Ext Wave Community by adibhagra
- Replies
- 112
- Views
- 15,028
My wave id is : adibhagra,
Thanks -
3 Nov 2009 3:00 AM
- Replies
- 2
- Views
- 1,712
thanks a lot animal , seems like this would work , however i'm not sure as to how i'm supposed to use this override ,
Ext.override(Ext.BoxComponent, {
/**
* Synchronizes the height... -
3 Nov 2009 1:32 AM
- Replies
- 2
- Views
- 1,712
hey guys,
i have a window with a form , certain form fields are generated dynamically based on selections made in combo boxes.eg : when i select yes within my combo box a new fieldset gets... -
2 Nov 2009 3:34 AM
Jump to post Thread: Listener for window close event by adibhagra
- Replies
- 2
- Views
- 3,127
thanks a lot man , yeah man closeAction was actually hide
-
2 Nov 2009 3:07 AM
Jump to post Thread: Listener for window close event by adibhagra
- Replies
- 2
- Views
- 3,127
hey ,
i've been trying to add a listener for the window close event , its like this :
listeners:{
'close':function(win){
... -
1 Nov 2009 9:58 PM
- Replies
- 1
- Views
- 724
hey guys,
i have a window that i would like to explode and implode like in this example :http://www.extjs.com/deploy/dev/examples/view/chooser.html
but i don't seem to find any config option to... -
28 Oct 2009 8:49 AM
- Replies
- 2
- Views
- 786
thanks i get the point ..
Results 1 to 25 of 74
