Search Type: Posts; User: igor.astakhov
Search: Search took 0.03 seconds.
-
29 Mar 2012 12:20 PM
- Replies
- 6
- Views
- 724
Yes, I am too.
I used MVC and actually extended most of the Ext. classes I used into my own and then Used them as base for my app. Maybe thats the reason too much inheritance...
Like
... -
29 Mar 2012 10:18 AM
- Replies
- 6
- Views
- 724
yes I am beyond these steps,
I have a project.jsb3 file with all the required classes, but in incorrect order.
Thus one class if requiring the other where the other is being defined later....... -
29 Mar 2012 9:48 AM
- Replies
- 6
- Views
- 724
Hi,
Thank you for your reply, but thats exactly what I am doing!
5 <script type="text/javascript" src="/static/xxx1/ext4/builds/ext-debug.js"></script>¬
6 <script... -
29 Mar 2012 8:01 AM
- Replies
- 6
- Views
- 724
I used the Builder sencha build -p app.jsb3 -d .
but it seems that if my definition
Ext.define( 'MY.class.Name', {
extend: 'Ext.grid.Panel'
});
Ext.defind( 'Ext.grid.Panel'. { -
29 Mar 2012 7:40 AM
- Replies
- 1
- Views
- 228
I used the Builder
sencha build -p app.jsb3 -d .
but it seems that if my definition
Ext.define( 'MY.class.Name', {
extend: 'Ext.grid.Panel'
});
Ext.defind( 'Ext.grid.Panel'. { -
15 Aug 2011 4:28 PM
- Replies
- 5
- Views
- 862
fyi.
This is how I had to fix this:
// extract from Ext.grid.column.Column
// lines 498-522
toggleSortState: function() {
var me = this, -
9 Aug 2011 12:36 PM
- Replies
- 2
- Views
- 420
yea I realized that when I use ext-all.js, the only thing is that some methods are deprecated :(
-
8 Aug 2011 2:12 PM
- Replies
- 2
- Views
- 420
can you use them together through an adapter does anyone know?
-
22 Jul 2011 12:59 AM
Jump to post Thread: How to hide menu in Grid ? by igor.astakhov
- Replies
- 10
- Views
- 19,297
its all in the source code
Table.html#Ext-panel-Table-cfg-enableColumnHide
english no excuse :) -
15 Jul 2011 7:15 PM
- Replies
- 16
- Views
- 4,214
is what my friend did to make it work
Ext.define( 'BL.view.abstract.grid.feature.Summary',
{
extend : 'Ext.grid.feature.Summary'
,id : 'blsummary'
,alias :... -
13 Jul 2011 5:11 AM
- Replies
- 5
- Views
- 862
Hi, thank you for your reply.
The sorters property in the store object will allow my initial result set to be sorted by fields listed in the array of objects - property and direction of each.
... -
13 Jul 2011 12:23 AM
- Replies
- 0
- Views
- 355
When you have more columns then the grid view can handle you get a horizontal scrollbar.
You would scroll to the column you want to sort.
Sort the column and the scroll stays at where you need... -
12 Jul 2011 11:40 PM
- Replies
- 5
- Views
- 862
I appologize for that, I should have written in title Ext.data.field sortDir, I was rushing.
Here I made a small example I hope it makes more sence please let me know since this is very important... -
12 Jul 2011 2:22 PM
Jump to post Thread: How to hide menu in Grid ? by igor.astakhov
- Replies
- 10
- Views
- 19,297
What version of Extjs 4 are you using?
4.0.2a has this build into the Ext.grid.header.Container between lines 505 - 539
/**
* Returns an array of menu items to be placed into the... -
12 Jul 2011 8:00 AM
- Replies
- 5
- Views
- 862
how come??
,{ name: 'CHANGE_YTM', type: 'float', sortDir: 'DESC' }
above is from Ext.data.Model fields property -
27 Jun 2011 10:40 PM
- Replies
- 16
- Views
- 4,214
I want to have the Ext.grid.feature.GroupingSummary with a row that adds a Row of total summary for all the groupings in my Grid View.
Basically the row that Ext.grid.feature.Summary provides...
... -
3 Jun 2011 7:25 AM
- Replies
- 16
- Views
- 4,214
bump
-
1 Jun 2011 2:16 AM
- Replies
- 16
- Views
- 4,214
can someone show me the correct direction to look into.
I have both of these features on the grid and the Summary shows in every grouping but I only want it to show at the bottom for all of the... -
31 May 2011 3:26 AM
Jump to post Thread: how to get stores filters? by igor.astakhov
- Replies
- 3
- Views
- 432
objStore.getFilters() is not a function
I am confused how the magic setters and getters work... -
31 May 2011 3:12 AM
Jump to post Thread: how to get stores filters? by igor.astakhov
- Replies
- 3
- Views
- 432
cant seem to find a method that will give me store's current filters.
like .getFilterData() use to do...
also .getSortState() -
27 May 2011 5:04 AM
Jump to post Thread: How to hide menu in Grid ? by igor.astakhov
- Replies
- 10
- Views
- 19,297
dunno about all that this is what I did:
/**
* Returns an array of menu items to be placed into the shared menu
* across all headers in this header container.
* @returns... -
27 May 2011 4:07 AM
Jump to post Thread: How to hide menu in Grid ? by igor.astakhov
- Replies
- 10
- Views
- 19,297
no one knows?
-
25 May 2011 9:43 AM
- Replies
- 0
- Views
- 282
when I collapse it i get this ->
nextCmp is null
chrome://firebug/content/blank.gif if (nextCmp.collapsed || prevCmp.collapsed) {
I have a Viewport with border layout and the panel is... -
16 May 2011 10:03 PM
- Replies
- 2
- Views
- 816
Hi,
That is not true when you add the direction and field to sortInfo the grid does not group correctly if the store has a remoteSort option set to true.
I have tried many different ways of...
Results 1 to 24 of 24
