Search Type: Posts; User: Ozone
Search: Search took 0.02 seconds.
-
9 Jan 2012 1:57 AM
Jump to post Thread: Ext.List renderTpl example by Ozone
- Replies
- 2
- Views
- 994
There is a very sparse one outcommented in the sourcecode of Ext.Component (http://docs.sencha.com/ext-js/4-0/source/Component3.html#Ext-Component). But it is not good enough for my needs, so I am...
-
24 Oct 2011 6:48 AM
Jump to post Thread: API Documentation Content Bugs by Ozone
- Replies
- 488
- Views
- 68,730
I have been working with Ext.grid.column.Template, and discovers to my big surprise that it actually has a well functioning and very usefull click event. It comes with a lot of usefull parameters,...
-
5 Oct 2011 4:48 AM
- Replies
- 1
- Views
- 465
Also returning false from the beforeitemkeydown does not seem to stop anything at all. I don't know if I am supposed to make another bugreport for this, or if it is enough that I just write it here?...
-
5 Oct 2011 4:35 AM
- Replies
- 1
- Views
- 465
Hi.
I have noticed that beforeitemkeydown (and itemkeydown) of Ext.view.BoundList is executed differently in Firefox and Chrome. In Firefox it is executed before the normal behaviour of the arrow... -
9 Aug 2011 6:47 AM
- Replies
- 3
- Views
- 1,417
I would also like to hear a good explanation (and solution preferably)
I have posted a code example here:... -
9 Aug 2011 6:43 AM
- Replies
- 1
- Views
- 501
Hi there.
It appears to me that the Ext.view.View keyhandling is not doing what it should according to the API (or maybe it does, but something else screws it up afterwards?).
I am trying to... -
7 Jul 2011 6:45 AM
Jump to post Thread: API Documentation Content Bugs by Ozone
- Replies
- 488
- Views
- 68,730
var myStore = new Ext.data.Store({...
should probably have been:
var myStore = Ext.create('Ext.data.Store', {...})
It is used more than once in the examples. -
7 Jun 2011 5:39 AM
- Replies
- 4
- Views
- 1,009
I also would urge the sencha team to implement it, since I could have great use of it too.
While I am waiting for the correct solution, I have made a (fairly functional) workaround by listening to... -
6 Jun 2011 6:22 AM
- Replies
- 1
- Views
- 678
Hi there.
I am working on a new widget, and I am a bit puzzled about the MVC parting. When I have an application, I can have model-, view- and controller-objects (and I agree that this is a major... -
7 Apr 2011 6:45 AM
- Replies
- 3
- Views
- 874
Hi
I have thankfully noted that your model objects support polymorphic models that extends on each others.
Now I want to load a store with different kinds of model objects all extending the... -
4 Apr 2011 4:36 AM
- Replies
- 2
- Views
- 678
4 minutes - best response time ever! :D
Thanks! :) -
4 Apr 2011 4:27 AM
- Replies
- 0
- Views
- 733
I have a model object that is supposed to have a hasMany relation to itself. When I try to define the hasMany relation to itself, the modelMgr nags because the model is not yet defined.
Have any... -
4 Apr 2011 4:04 AM
- Replies
- 2
- Views
- 678
Hi Sencha team et.al.
In ExtJS4.0.0beta1 there is a file data/ideas.js that briefly suggests a model objekt hierachy so model object can extend on other modelobjects (at least that is how I read... -
1 Apr 2011 7:19 AM
Jump to post Thread: API Doc issues by Ozone
- Replies
- 140
- Views
- 22,521
We really really need those tabs back - take our word for it! :-(
I'm down like 8-10% in efficiency alone because of the missing tabs (depending on the kind of work and level of uncertaincy / need... -
14 Mar 2011 1:13 AM
Jump to post Thread: API Doc issues by Ozone
- Replies
- 140
- Views
- 22,521
Another trivial typo in the API. Under Ext.regModel it says that regModel is a shortcut for Ext.ModelMgr-registerType. Should be Ext.ModelMgr.registerType
And by the way, count me in the queue of... -
13 Mar 2011 11:03 PM
Jump to post Thread: API Doc issues by Ozone
- Replies
- 140
- Views
- 22,521
In Ext4 pr3 API the callback function of window.show states: "Only necessary is animation was specified".
I guess it should be "if". -
19 Aug 2010 1:14 AM
Jump to post Thread: What's going on with ie9 support? by Ozone
- Replies
- 11
- Views
- 3,869
Hi there.
We have a relatively complex ExtJS application, that seems to fail miserably on the ie9 platform in the test environment provided by Microsoft.
If rumours are correct, Microsoft is... -
2 Jul 2010 5:06 AM
- Replies
- 5
- Views
- 1,375
First of all, I didn't really succeed in getting Ext3.3 up and running, so I have only snooped around in the source files, and based my preliminary conclusion on that. I might be wrong, but I do not...
-
1 Jul 2010 10:20 AM
- Replies
- 5
- Views
- 1,375
I will check it out first thing tomorrow! :-)
Thanks for you answer. -
20 May 2010 4:08 AM
- Replies
- 4
- Views
- 1,673
Fantastic! :-)
Thanks a bunch everybody! -
20 May 2010 3:43 AM
- Replies
- 4
- Views
- 1,673
Hi guys.
I have an XTemplate that loops through a serie of elements and writes them in some html format. After every element I print out a linebreak, but I don't want that extra linebreak to... -
21 Apr 2010 8:28 AM
- Replies
- 13
- Views
- 2,800
1) Sorry, the last solution you posted slipped my eyes, before I posted my solution.
After some considerations I am going for your quickfix solution, since that gives me what I need without having... -
21 Apr 2010 7:26 AM
- Replies
- 13
- Views
- 2,800
Hi again.
I can't set my split:false, since I need the possibility to colapse the west panel, and I also need the splitbar to set things appart visually.
I have made some minor alterations to... -
21 Apr 2010 5:05 AM
- Replies
- 13
- Views
- 2,800
Thanks for the quick answer, even though it wasn't quite what I was hoping for :s
Is there a chance for this to be fixed in a near future?
Would it help anything if I submit a bugreport on it?... -
21 Apr 2010 1:07 AM
- Replies
- 13
- Views
- 2,800
Hi.
I have a borderlayout, where the west panel has to have a fixed width when visible, but may or may not be collapsed.
Here is a snippet of the region definition:
xtype: 'panel',
...
Results 1 to 25 of 36
