Search Type: Posts; User: aramaki
Search: Search took 0.08 seconds.
-
9 Nov 2011 6:12 AM
Jump to post Thread: pivot grid general column by aramaki
- Replies
- 1
- Views
- 580
hi All,
is it possible to add a general column in a pivot grid.
thx -
22 Aug 2011 6:33 AM
Jump to post Thread: please help (just copy-paste) by aramaki
- Replies
- 0
- Views
- 335
Hi
can anybody, please, copy ASAP code from :
http://coreygilmore.com/projects/ext-js-datejs-integration/
and past here,
my stupid proxy at work blocked this site(
sorry for inconvenience, thx -
4 Aug 2011 2:05 AM
Jump to post Thread: blur events in Ext.Panel(^_^) by aramaki
- Replies
- 2
- Views
- 1,215
dig into element events
listeners: {
afterrender: function(p){
p.getEl().on('blur',function(){
console.log('on blur');
... -
29 Jul 2011 4:33 AM
- Replies
- 12
- Views
- 2,914
yes, this is a bug
it`s possible to check it "by hand"
listeners:{
load: function(store,records,o){
this._realTotalCount =... -
28 Jul 2011 6:49 AM
Jump to post Thread: refresh displayfield by aramaki
- Replies
- 2
- Views
- 632
also point your attention on setValue()
-
27 Jul 2011 5:26 AM
- Replies
- 4
- Views
- 550
for that? if your DB contain a lot of rows it will very slow to load all records,
yea, also it`s exists an "infinite grid" -
27 Jul 2011 5:20 AM
- Replies
- 2
- Views
- 572
you are able to override x-panel-header css class or use headerCfg property it`s up to you to choose, how many times do you want to change panels header class
-
27 Jul 2011 5:09 AM
- Replies
- 4
- Views
- 550
because when you change page the new data is loading
-
27 Jul 2011 5:05 AM
Jump to post Thread: saving desktop state by aramaki
- Replies
- 2
- Views
- 603
look at
Ext.state.Manager.setProvider()
Ext.state.CookieProvider()
and also at activeItem : String/Number, property -
27 Jul 2011 5:01 AM
Jump to post Thread: simulating actioncolumn in 3.2.1 by aramaki
- Replies
- 7
- Views
- 1,210
do you have editable grid and add the row? which type of error? what is AspActionColumn when grid start render?
-
27 Jul 2011 4:10 AM
Jump to post Thread: simulating actioncolumn in 3.2.1 by aramaki
- Replies
- 7
- Views
- 1,210
yes, this is just an idea and partt of working example (some parts of code was erased)
If you need the complete solution, let us know -
26 Jul 2011 9:47 PM
Jump to post Thread: simulating actioncolumn in 3.2.1 by aramaki
- Replies
- 7
- Views
- 1,210
I hope code below will helpfull...
/**
* class App.FolderColumn
* @cfg header
* @cfg urlCtrl : controller name
* @cfg urlAction: action name
*/ -
21 Jul 2011 7:41 PM
- Replies
- 1
- Views
- 1,382
up
-
21 Jul 2011 11:11 AM
- Replies
- 0
- Views
- 399
hi,
I have not a small project with front-end fully on Ext-3.4 (with ~40 000 rows of js code). In some parts of my app I found a really slowly working. Which is a better way to find weakly parts... -
20 Jul 2011 3:29 PM
- Replies
- 1
- Views
- 626
http://www.sencha.com/forum/showthread.php?110543-Custom-MessageBox-Buttons
-
20 Jul 2011 3:15 PM
- Replies
- 1
- Views
- 534
I`m stupid
store.on('beforesave',..
store.on('save',... -
20 Jul 2011 2:00 PM
- Replies
- 4
- Views
- 1,940
I`m actually does not entirely sure what you mean under 'id'. If you need to obtain dataIndex, let`s investigate part of source GridView:
handleHdMenuClick : function(item) {
var... -
20 Jul 2011 3:38 AM
- Replies
- 1
- Views
- 534
hi,
how to implement correctly loadMask for editorgrid (with store batch mode)?
for example I can create this.loadMask after grid render, show loadMask beforewrite, but how hide this mask? If... -
19 Jul 2011 1:28 PM
- Replies
- 1
- Views
- 558
one of possibilities- investigate 'exception' event of store ot httpproxy
-
19 Jul 2011 8:30 AM
- Replies
- 2
- Views
- 539
about destroyed record try to check store.removed
-
19 Jul 2011 1:12 AM
Jump to post Thread: Load Mask not working by aramaki
- Replies
- 14
- Views
- 1,942
exactly, there are different execution time in ff and chrome of your code, in chrome ,mask does not know for which element to apply.
let`s investigate your code and find bug.. -
19 Jul 2011 1:09 AM
Jump to post Thread: Help on Ext.KeyMap by aramaki
- Replies
- 2
- Views
- 413
this code is working for me, I just put into config.fn something like
function(name,apply,cfg){
console.log(1);
}
// declare a function
also you are create instance of Ext.KeyMap for each... -
18 Jul 2011 10:12 AM
Jump to post Thread: Load Mask not working by aramaki
- Replies
- 14
- Views
- 1,942
just check, that this is the similar Ext.Element. (in case FF and Chrome)
another question is you call 2 functions
dispDataTable();
getTableData();
but explain just dispDataTable(),... -
18 Jul 2011 10:01 AM
- Replies
- 2
- Views
- 660
also, I guess, this link will helpfull
-
18 Jul 2011 9:54 AM
- Replies
- 2
- Views
- 660
use Ext.KeyMap approximatly like this:
in your editorgrid config:
listeners:{
afterrender:function(c){
new...
Results 1 to 25 of 111
