Search Type: Posts; User: khebrela
Search: Search took 0.02 seconds.
-
1 Jun 2012 12:36 AM
- Replies
- 0
- Views
- 277
Hi,
I was trying to get record from selected cell but failed all my called methods return null
this is grid opt.
selModel: {
selType: 'cellmodel'
}, -
17 Apr 2012 6:34 AM
- Replies
- 1
- Views
- 497
I need to hear opinions which browser u use most and don't have least problems.
thanks :) -
7 Mar 2012 2:27 AM
Jump to post Thread: Warnings in firebug by khebrela
- Replies
- 2
- Views
- 410
Warnings in firebug for example:
"Model is not defined for store" (or something like that)
are these generated by Ext js or Firebug ?
and if yes can i Manage them ?
Thanks :) -
5 Mar 2012 2:25 AM
Jump to post Thread: Combo Loading on click by khebrela
- Replies
- 2
- Views
- 337
Hi,
So i got this problem I load store from controller but when i press combo (drop down list) it still loads store again, any suggestions ?
thanks :) -
14 Feb 2012 7:14 AM
Jump to post Thread: Copy single cell value in grid ? by khebrela
- Replies
- 1
- Views
- 445
I need to copy singe cell value , NOT to edit it just SELECT and COPY :)
can anyone help? :) -
17 Nov 2011 1:27 AM
Jump to post Thread: ComboBox NULL value (reset) by khebrela
- Replies
- 4
- Views
- 1,098
I think u didn't understand my problem, when user drops down combo and list is generated, if u choose one of values and afterwards decide to choose NOTHING in the same combo, there is not empty value...
-
15 Nov 2011 3:15 AM
Jump to post Thread: grid Panel not showing my data by khebrela
- Replies
- 13
- Views
- 1,457
Try this way
//step1 datastore
Ext.create('Ext.data.Store', {
storeId:'addressTable',
fields:[{name: 'Col1'},
{name: 'Col2'},
],
data:[ -
15 Nov 2011 2:57 AM
Jump to post Thread: ComboBox NULL value (reset) by khebrela
- Replies
- 4
- Views
- 1,098
Hi,
I was wandering if there is some way to choose Null value in combo, for example when I drop down combo and choose one of values now i want to choose NONE (reset combo) so there in list must be... -
27 Sep 2011 3:45 AM
Jump to post Thread: REST PARAMETERS by khebrela
- Replies
- 2
- Views
- 507
I know that there are "Lots of ways to do this", i want single example , if u could write down simple object (the one u mentioned) for example that passes "ID" to rest , it must be dynamic so i could...
-
27 Sep 2011 3:23 AM
Jump to post Thread: REST PARAMETERS by khebrela
- Replies
- 2
- Views
- 507
Hi,
I want to pass parameter to rest service via URL, so can u help me out
Ext.define('somemodel', { extend: 'Ext.data.Model',
fields : ['noteText', 'createdDate', 'modifyUser'],... -
29 Jul 2011 4:28 AM
Jump to post Thread: Update grid with dwr (DwrProxy) by khebrela
- Replies
- 0
- Views
- 389
I surfed web and found no such tutorial or piece of code for ext 4 so it will be great if anyone could implement and write down code here, basically i think i need to change my store so GURU's of EXT...
-
13 Jun 2011 12:53 AM
Jump to post Thread: SET FIELD VALUES by khebrela
- Replies
- 0
- Views
- 380
Hi ,
How to assign value to field
I'm using this code but ain't work
var fieldname = Ext.getCmp('fieldid'); -
9 Jun 2011 5:13 AM
Jump to post Thread: Enabling and activating tab by khebrela
- Replies
- 2
- Views
- 549
thx
-
9 Jun 2011 12:19 AM
Jump to post Thread: Enabling and activating tab by khebrela
- Replies
- 2
- Views
- 549
Hi ,
I know it sounds newbie :D
i want to enable and then activate tab from handler
HANDLER -
8 Jun 2011 2:57 AM
- Replies
- 2
- Views
- 927
THX
-
8 Jun 2011 1:01 AM
- Replies
- 2
- Views
- 927
HI ,
I am new in ext so my problem might be very easy to solve but it has driven me mad almost 3 days :D
i need to render 1 grid and 2 form within tab set but forms are rendered before...
Results 1 to 16 of 16
