Search Type: Posts; User: papaja
Search: Search took 0.02 seconds.
-
16 Jul 2012 3:24 AM
Jump to post Thread: Simplest layout? by papaja
- Replies
- 3
- Views
- 381
Can't make it work.
Here is menu definition:
Ext.define('KS.view.appmenu.Menu', {
extend: 'Ext.toolbar.Toolbar',
alias: 'widget.appmenu',
items: [{
text:... -
16 Jul 2012 2:02 AM
Jump to post Thread: Simplest layout? by papaja
- Replies
- 3
- Views
- 381
What would be the the simplest layout configuration if I want to have one or two toolbars on top and to have main area below which would hold windows?
I'm trying to escape border layout because... -
21 Jun 2012 10:58 AM
- Replies
- 31
- Views
- 12,954
Great to hear this!
-
6 Jun 2012 4:21 AM
- Replies
- 10
- Views
- 1,035
I believe you should enable LoadManager like this:
Ext.Loader.setConfig({
enabled:true,
paths:{
'Ext':'lib/ext-4.0/src'
}
});"paths" is not necessary, I've put just for... -
5 Jun 2012 11:38 PM
- Replies
- 10
- Views
- 1,035
It will definitely work with 4.0.7. Can you share your code, or give me url where it is so I can check what's wrong?
-
5 Jun 2012 11:01 PM
- Replies
- 10
- Views
- 1,035
Which version of extjs are you using?
-
4 Jun 2012 10:44 AM
- Replies
- 3
- Views
- 664
I believe there is a way to do it. I would say right path to follow would be to programatically update data/record in the store and grid will update automatically.
-
4 Jun 2012 10:42 AM
- Replies
- 10
- Views
- 1,035
http://docs.sencha.com/ext-js/4-1/#/guide/application_architecture is a great read for starting with ext 4 and MVC. In this article there is example that you are looking for in part Controlling the...
-
4 Jun 2012 4:25 AM
Jump to post Thread: Row Editing Grid: tab to new row by papaja
- Replies
- 2
- Views
- 511
Does anyone have example of moving to next row / creating new row after tab press when cursor is in last column? Or, after I press enter I should move to next row in editable state.
Right now, if... -
28 May 2012 12:31 AM
- Replies
- 31
- Views
- 12,954
For now I exclude ext completely from app.jsb3 and add it as separate js resource in my html file.
-
26 May 2012 3:13 AM
- Replies
- 31
- Views
- 12,954
Because I belong to this group which has dependencies loading after click I followed this advice with one of including ext-all.js in build target for app-all.js, and I got millions of errors like:
... -
26 May 2012 2:48 AM
- Replies
- 31
- Views
- 12,954
Thanks, after I've set path to Ext it does not generate error.
-
25 May 2012 5:08 AM
- Replies
- 31
- Views
- 12,954
I'm trying to follow your instruction and I've put ext-dev.js instead of ext-debug.js.
I get these errors:
$ sencha create jsb -a index-build.html -p app.jsb3 -v
[E] Failed loading... -
22 May 2012 11:57 AM
Jump to post Thread: What's the best editor for ExtJS? by papaja
- Replies
- 33
- Views
- 26,913
Hello,
From my personal experience there is no good reliable complete editor for ExtJS, yet. Full stop. -
2 Apr 2012 4:45 AM
Jump to post Thread: combo deselect event by papaja
- Replies
- 1
- Views
- 332
I filter grid on combo select event. However when I delete everything from combo field and "tab" away, nothing happens. Select event is not trigered which is not big surprise. Still, I need to...
-
2 Apr 2012 2:50 AM
Jump to post Thread: Store instances by papaja
- Replies
- 6
- Views
- 773
Thanks a lot. Problem solved.
-
2 Apr 2012 2:03 AM
Jump to post Thread: Store instances by papaja
- Replies
- 6
- Views
- 773
Do I have to "extend" grid in order to do it? In my case, I'm creating widget based on Window, and grid is element with store: myStore config.
-
2 Apr 2012 1:02 AM
Jump to post Thread: Store instances by papaja
- Replies
- 6
- Views
- 773
In button click I have:
listInvoices: function(button) {
il = new Ext.widget('invoicelist');
il.show();
}
How do I create store when it is defined in grid's config? -
31 Mar 2012 5:30 AM
Jump to post Thread: Store instances by papaja
- Replies
- 6
- Views
- 773
I believe this has been duscussed before, but I'm simply unable to find answer elsewhere.
Store has nice feature that when I update it in one place, update is reflected on all components that are... -
29 Mar 2012 12:27 PM
Jump to post Thread: Extjs code with Eclipse by papaja
- Replies
- 4
- Views
- 1,021
You can use Spket with Eclipse under Linux.
-
28 Mar 2012 2:57 AM
Jump to post Thread: Managing events by papaja
- Replies
- 4
- Views
- 598
Finally,
I've found a way to set listener buffer option:
init: function() {
this.control({
'invoicelist #tbFilter textfield': {
change: {buffer:1000,... -
28 Mar 2012 2:37 AM
Jump to post Thread: Managing events by papaja
- Replies
- 4
- Views
- 598
That is what I need, thanks, but it seems that I'm unable to set it up properly. Please help a little bit more.
In controller's definition I have:
init: function() {
this.control({
... -
28 Mar 2012 1:04 AM
Jump to post Thread: Managing events by papaja
- Replies
- 4
- Views
- 598
I have 3 textfields which are used to remotely filter store. I attached listener to change event and whenever text changes I do store.load(...with extra parameteers for filtering...).
This is far... -
27 Mar 2012 3:23 AM
- Replies
- 0
- Views
- 319
Hi,
I've set:
format: 'j.n.Y.',
altFormat: 'j.n.y|j.n.Y.|j.n.Y|d.m.y.|d.m.y|d.m.Y.|d.m.Y' in datefield
and when I try to type in date for example "13.3.12" or 13.3.12." it does not work.... -
25 Mar 2012 10:48 AM
Jump to post Thread: Ext.Action and MVC by papaja
- Replies
- 3
- Views
- 690
Not helpful, but thanks for trying.
I still have no clue hot to"get" actions. Where do I write ActionsManager? Where do I call it, and how?
Results 1 to 25 of 35
