Search Type: Posts; User: extj4newbee
Search: Search took 0.01 seconds.
-
19 May 2012 7:08 PM
- Replies
- 1
- Views
- 425
Hi ,
I have task viewer running on each page in the bottom, which needs to be reloaded every 20 sec.
And I got the code working fine with "Ext.TaskManager.start", but when user is doing some... -
15 May 2012 7:17 AM
- Replies
- 3
- Views
- 674
hi,
No , not as row in Store, but Need to assign to one of the Field in STORE to "rolesIds"
thank you !! -
14 May 2012 8:02 PM
- Replies
- 3
- Views
- 674
hi,
I have store "STORE1"with fields
f1,
f2,
roleIds,
and I have Code which selects roles from the grid
selectionChange(view,selected).{
var roleIds = [];
for (var i = 0; i <... -
11 May 2012 8:23 PM
- Replies
- 5
- Views
- 775
Where should this code snippet to be placed?
var task_start = {
run: function(){
//seasonstore.load();
this.seasonstore.load()
},
scope: this,
interval:... -
11 May 2012 8:21 PM
Jump to post Thread: Grid Auto-Refresh possible? by extj4newbee
- Replies
- 5
- Views
- 3,894
I am also trying to find a way to auto Refresh my grid rows in some interval,
I see you have code snippet, but where is it suposed to be called from ?
Where should we defing reference to store?
... -
19 Apr 2012 9:06 AM
- Replies
- 5
- Views
- 456
Thank you for checking out and trying this example,
Wonder if .css classes are not recognized, but I do see they are loaded in Chrome (developer tools).
There is no change in configuration or... -
18 Apr 2012 7:01 PM
- Replies
- 5
- Views
- 456
This is how my code with css looks like and now it is not showing the template effect, as though templates does not exist, the same functionality worked before with 4.0 and not working with 4.1
... -
18 Apr 2012 6:31 PM
- Replies
- 5
- Views
- 456
This is how my templates look like and it was working fine and now all of a sudden these are not working with new extjs version? what changed.. ? and how can I get it fixed?
var lineTpltemp = new... -
30 Mar 2012 11:35 AM
- Replies
- 2
- Views
- 527
I am not very clear how we can accomplish that.
I tried to select cell by putting option "selType : 'cellmodel',"
But How can I just highlight value in Cell and extract the value, for eg. I... -
29 Mar 2012 7:27 PM
- Replies
- 2
- Views
- 527
I have rows with of this format with 2 columns with 1 of the column have multiple information
["operation1", "info1, info2, info3" ]
["operation2", "info1, info2, info3" ]
["operation3",... -
10 Mar 2012 7:42 PM
- Replies
- 3
- Views
- 582
I tried getScroll() for element and it is always 0,0, even though element position is getting changed and scroll bar is moving up and down.
And isVisible() for all element is comming as true... -
8 Mar 2012 3:57 PM
- Replies
- 3
- Views
- 582
This is the code which i am trying implement.
view-source:http://www.sencha.com/files/blog/old/blog/wp-content/uploads/js-diff-blog/index.html
and I am trying to find next diff or previous... -
7 Mar 2012 1:35 PM
- Replies
- 3
- Views
- 582
I have hbox layout with ext.compoenent xtype, which show set of text rows being added using templates. How would I retrieve current viewable row?
Results 1 to 13 of 13
