Search Type: Posts; User: rkim
Search: Search took 0.02 seconds.
-
28 Mar 2013 10:54 AM
Jump to post Thread: render event after render by rkim
- Replies
- 2
- Views
- 181
It is bit odd one, but anyways. In a grid panel, I am customizing column by doing renderer as below.
I want to add event listener for those checkbox below, but I can't seem to do it other than... -
22 Mar 2013 12:50 PM
Jump to post Thread: loadData gives error by rkim
- Replies
- 1
- Views
- 182
I do load data by using store.loadData(array, false);
this seems to bring error of getNodeContainer();
Nothing special is done. Works fine in 4.1.3, but not in 4.2 release
Is there known bug ?... -
30 Jan 2013 10:34 AM
Jump to post Thread: Call Ext.onReady twice by rkim
- Replies
- 3
- Views
- 1,290
It is posted a long ago, but I would like to make sure one thing. What happens for the execution order. Sequential order guaranteed ? for example below example will always alert xx first ?
-
18 Apr 2012 3:32 PM
- Replies
- 70
- Views
- 17,572
Grouping grid is supported with infinite grid ?
For example, Grid is grouped alphabetically by one column.
If the first page contains A group and B group only, and when next page contains... -
17 Apr 2012 3:14 PM
- Replies
- 70
- Views
- 17,572
I notice the bouncing up issue.
Specially if you set the height of the column higher than default, it will happen when you get to the bottom of the grid.
Also there seems to be a problem of... -
12 Apr 2012 1:22 PM
Jump to post Thread: valid id by rkim
- Replies
- 2
- Views
- 687
Thanks...
-
12 Apr 2012 1:04 PM
Jump to post Thread: valid id by rkim
- Replies
- 2
- Views
- 687
Below is the code from extjs 4.1 RC3 api.
Looking at validIdRe, you guys are disallowing id start with number. Is there any reason for this?
{
xtype:"panel",
id:"099890-333"
} -
20 Mar 2012 12:58 PM
Jump to post Thread: Ext.DomHelper.overwrite by rkim
- Replies
- 4
- Views
- 3,943
I just downloaded RC1 (Not nightly build).. and seems it is still a problem..
Can you please take a look ?? -
9 Mar 2012 1:52 PM
Jump to post Thread: Ext.DomHelper.overwrite by rkim
- Replies
- 4
- Views
- 3,943
DomHelper overwrite is broken in overnight build rc1.
This is frustrating.. and our developers are start to lose trust on ext since this is pretty much core functionality. -
9 Mar 2012 11:00 AM
- Replies
- 7
- Views
- 747
Looks like it is happening in 4.1.0-rc132564
-
9 Mar 2012 9:52 AM
- Replies
- 7
- Views
- 747
I am using Firefox 10.0.2. Other grid examples looks fine except below.
I am having a issue of moving column in my app using grouping in grid (the header moves fine, but contents doesn't resize... -
8 Mar 2012 4:54 PM
- Replies
- 7
- Views
- 747
Group grid example in the beta3 examples is not showing properly.
Also when you set the grouping features on, moving column doesn't resize properly. -
8 Mar 2012 4:17 PM
Jump to post Thread: HTML5 form vs extjs form by rkim
- Replies
- 5
- Views
- 1,915
.. still my gut feeling is that it is not enough reason not to move toward html5/css3 considering new IE browser support quite fully for html5..
Lot says even older browser such as IE6, degardes... -
8 Mar 2012 4:10 PM
Jump to post Thread: HTML5 form vs extjs form by rkim
- Replies
- 5
- Views
- 1,915
True.. we can easily drop IE6 support, but being IE8 as default in Windows7, it is hard to ignore..
-
8 Mar 2012 4:02 PM
Jump to post Thread: HTML5 form vs extjs form by rkim
- Replies
- 5
- Views
- 1,915
Don't get me wrong.. I am happy with extjs. I was just posting to get more wide opinions for the direction of web application we are developing to back me up as well.
But more I look into html5... -
8 Mar 2012 1:51 PM
Jump to post Thread: HTML5 form vs extjs form by rkim
- Replies
- 5
- Views
- 1,915
I am currently shifting lot of html form fields(radio button, timefield, textfield.. etc) into extjs based form fields mainly because I am using extjs layout and to make the look consistent. Also...
-
29 Feb 2012 2:24 PM
Jump to post Thread: infinite grid by rkim
- Replies
- 15
- Views
- 2,355
so.. is there any example ?
The example in 4.1.0-beta3 doesn't work -
29 Feb 2012 11:22 AM
- Replies
- 1
- Views
- 530
I am using 4.1 beta 3 now, and accordion get stuck if you select them fast.
32247 -
27 Feb 2012 3:42 PM
Jump to post Thread: infinite grid by rkim
- Replies
- 15
- Views
- 2,355
just downloaded 4.1.0 beta 3.
infinite grid works in chrome, but not in firefox. (10.0.2) -
16 Feb 2012 3:49 PM
Jump to post Thread: infinite grid by rkim
- Replies
- 15
- Views
- 2,355
Tried with jsonp, and still no go. It works fine with store.load().
From the documentation, verticalScrollerType doesn't exist. Do I need something to make this work ?
verticalScrollerType:... -
16 Feb 2012 2:26 PM
Jump to post Thread: infinite grid by rkim
- Replies
- 15
- Views
- 2,355
I am creating a infinite grid and for the start, I am totally coping the code in the sample
http://docs.sencha.com/ext-js/4-0/#!/example/grid/infinite-scroll.html
except that I am not using jsonp... -
1 Feb 2012 2:13 PM
Jump to post Thread: ext codes error within iframe by rkim
- Replies
- 2
- Views
- 884
This IE9 specific bugs hasn't been fixed in Ext 4.1 beta 2.
Sounds like native objects is not accessible if it is located within iframe only.
With further investigation, we have noticed that... -
25 Jan 2012 10:57 AM
Jump to post Thread: checkbox default value by rkim
- Replies
- 2
- Views
- 1,600
The main value of a checkbox is a boolean, indicating whether or not the checkbox is checked. The following values will check the checkbox:
true
'true'
'1'
'on'
Above doesn't seem to work... -
24 Jan 2012 10:38 AM
Jump to post Thread: encoding issue on textfiel by rkim
- Replies
- 1
- Views
- 276
in ext 3, using escape character to enter quote
value:"test \" <br/> test"
worked fine,
in this ext 4.1 version, this will break the page.
Ext.onReady(function()
{ -
20 Jan 2012 1:36 PM
Jump to post Thread: ext codes error within iframe by rkim
- Replies
- 2
- Views
- 884
Each page renders fine (if you remove iframe from test1.html)
but soon as you put iframe in the test1.html, error popups (happens in IE only)
var Ext = Ext || {};
(function() {
var global =...
Results 1 to 25 of 66
