Search Type: Posts; User: xpuu
Search: Search took 0.02 seconds.
-
29 Jul 2009 2:36 AM
- Replies
- 3
- Views
- 846
Btw. I failed to produce some really basic test case, but I hope that from stack trace is quite obvious what's happening...
-
29 Jul 2009 1:59 AM
- Replies
- 3
- Views
- 846
Ext version tested:
Ext 3.0.0
Adapter used:
ext -
28 Jul 2009 9:10 AM
- Replies
- 3
- Views
- 846
I am using TreePanel in my application and I sometimes intercept an error just because of moving a mouse around from TreePanel to a different component and back again...
It starts with warning... -
11 Jun 2009 2:46 AM
- Replies
- 4
- Views
- 1,680
Thanks very much for checking this for me. It would be nice to have always a chance to download (or to reach using cachefly) latest ext-all.js and ext-all-debug.js with latest fixes from SVN.
-
10 Jun 2009 10:59 AM
- Replies
- 4
- Views
- 1,680
Broken in latest 2 and in RC 3 as well...
-
10 Jun 2009 10:58 AM
- Replies
- 4
- Views
- 1,680
This is wrong only when using "parent > child" syntax...
Btw. when using this syntax on normal DOM tree everything works just perfect...
Javascript
Ext.Ajax.request({
url:... -
18 May 2009 3:21 AM
- Replies
- 5
- Views
- 2,262
Width of TextArea wasn't set properly in onResize function...
-
13 May 2009 1:18 AM
- Replies
- 5
- Views
- 2,262
Okay, here is my reviewed version...
Cheers,
Martin -
12 May 2009 7:04 AM
- Replies
- 5
- Views
- 2,262
- replaced default blank content ' ' with '<br id="dummy">' (so there are no blank spaces now on start of editing, which might be confusing)
- sync and push events are now fired only when there... -
12 May 2009 2:19 AM
- Replies
- 5
- Views
- 2,262
In fact, this bug remains in ext-3.0-rc1.1 as well.
Btw. I spent some time with HtmlEditor and found another few quite annoying things. For example:
- thanks to some undocumented... -
8 May 2009 7:41 AM
- Replies
- 5
- Views
- 2,262
When is editor in sourceEditMode and getValue() is called, all changes made there are lost...
Here is bugfix...
Ext.override(Ext.form.HtmlEditor, {
getValue : function() {
if... -
17 Apr 2009 5:31 AM
Jump to post Thread: Working with an empty store by xpuu
- Replies
- 11
- Views
- 2,347
Okay I finally done it with empty JsonStore, but I am really wondering why is so uneasy to use just basic Ext.data.Store for these kind of things...
Example
http://jsbin.com/utevu/edit -
17 Apr 2009 4:46 AM
Jump to post Thread: Working with an empty store by xpuu
- Replies
- 11
- Views
- 2,347
Btw. I am really interested to see final solution, because I am solving same problem. Empty store, what a challenge!
And, no offense, I totally agree with this sentence - The examples are great as... -
1 Apr 2009 4:58 AM
- Replies
- 5
- Views
- 1,200
btw. 'afterlayout' is not fired when there are no items inside panel and html is just attached using 'html' config option. which sucks! also dunno why are not elements visible in DOM after firing...
-
1 Apr 2009 4:51 AM
- Replies
- 5
- Views
- 1,200
Ok, I finally found a solution - I have to call it on afterlayout event, because it's not existing in DOM after calling 'render' event... Thanks mankz for your suggestions, feeling that somebody is...
-
1 Apr 2009 4:12 AM
- Replies
- 5
- Views
- 1,200
Thanks for advice, but it's not a problem, Extjs automaticly generates div, when tag is empty...
-
1 Apr 2009 3:36 AM
- Replies
- 5
- Views
- 1,200
I am trying to find a way how to insert components in quite complex HTML of some dashboard. Can somebody tell me why is below example not working? Is there some elegant way how to achieve my goal?...
-
13 Mar 2009 10:57 AM
Jump to post Thread: Crazy TabPanel by xpuu
- Replies
- 3
- Views
- 781
Works for me now! So now I now, that I have to call .doLayout() even if I am making 'lazy' instantiation... thanks
-
13 Mar 2009 10:32 AM
Jump to post Thread: Crazy TabPanel by xpuu
- Replies
- 3
- Views
- 781
Any Idea why this basic thing is not working?
Ext.onReady(function() {
var panel = new Ext.TabPanel({
renderTo: Ext.getBody(),
height: 200,
activeTab: 0, -
10 Mar 2009 12:17 PM
- Replies
- 2
- Views
- 855
Hi,
I am using TreePanel to sort some more complex HTML elements, because I am lazy to make my own drag and drop implementation. It's working fine, but if TreeNode.text contains some HTML tags,...
Results 1 to 20 of 20
