Search Type: Posts; User: börn
Search: Search took 0.03 seconds.
-
23 Aug 2012 6:07 AM
- Replies
- 4
- Views
- 740
Ah damnit... - thats it..thanks a lot.
associatedName... - it seems that otherwise the readAssociated function doesn't recognize the property in my json... therefore the association "thinks" the... -
23 Aug 2012 3:11 AM
- Replies
- 4
- Views
- 740
REQUIRED INFORMATION
Ext version tested:
Ext 4.1.1
Browser versions tested against:
Chrome
Description:
First issue: -
11 Jul 2012 5:07 AM
Jump to post Thread: Simlets ... working? by börn
- Replies
- 1
- Views
- 195
ha! nice one... ;)
I recognized before that the simlet cannot deal with POST - so instead of giving up my testing purposes i hacked the simlet, but doing it wrong ;) ... the only thing i did was... -
11 Jul 2012 12:27 AM
Jump to post Thread: Simlets ... working? by börn
- Replies
- 1
- Views
- 195
Hi folks,
is anyone using the ux.Simlet? I'm trying - but all i get is a success:false response, because the xhr.status is undefined after running through the doGet method and stepping through... -
27 Jun 2012 11:23 PM
- Replies
- 2
- Views
- 372
oh crap... - i should have read the f*** manual.
So... because my server is doing the foreignKey combining of records for me, i configured a simple remoteFilter: true on the serverConfig on my... -
27 Jun 2012 6:55 AM
- Replies
- 2
- Views
- 372
Hi there,
don't know if this is discussed before... I have some trouble with an association store.
I have a model A with a hasMany association (myBs) to B. I also putted myBs() to a grid...... -
27 Jun 2012 2:35 AM
Jump to post Thread: Migration to extjs 4 by börn
- Replies
- 3
- Views
- 314
and instead of Function you should use function(id) = {...}; ;)
-
27 Jun 2012 2:34 AM
Jump to post Thread: Migration to extjs 4 by börn
- Replies
- 3
- Views
- 314
It's valid, also it's not needed in most cases anymore. The shorthand besides is Ext.ns(..).
If you want to encapsule functions with a static-like access you can define ext4 classes and make a... -
13 Jun 2012 10:09 PM
- Replies
- 4
- Views
- 475
@ettavolt: yap you're right... then i'll see the advantages as well... - i have some of your issues mentioned above and tried to deal with creating view components on demand with some sort of...
-
13 Jun 2012 10:05 PM
Jump to post Thread: [MVC] Controllers or mixins by börn
- Replies
- 3
- Views
- 545
I also think that when creating reusable components, the controller isn't the right feature to use... - i mostly deal with mixins or plugins on components to separate the internal behaviour(s) from...
-
12 Jun 2012 10:28 PM
- Replies
- 4
- Views
- 475
I think that the controller's init method's task is to initialize listeners with its control function. This means that you need rendered components to do queries on them, so initializing the...
-
22 May 2012 2:43 AM
- Replies
- 3
- Views
- 739
I think (haven't actually tested it in ext4 yet) that the form submit has it's own proxy configuration and makes a classic form-submit-post without json data either. If you want to use your model's...
-
20 May 2012 11:40 PM
- Replies
- 13
- Views
- 946
if you have a store which fields has to be updated, you can use the metadata functionality. You have to send those fields in a metadata.fields construct from the server. You can have a look at this...
-
20 May 2012 11:33 PM
- Replies
- 2
- Views
- 420
It depends on how much data you load from the server, if you load your parent model... if you have nested data, the associations are filled and you can access these by using...
-
20 May 2012 10:49 PM
- Replies
- 1
- Views
- 414
anything unclear over here? Do you need more information?
-
16 May 2012 5:03 AM
Jump to post Thread: Using . (dot) in model fields by börn
- Replies
- 3
- Views
- 310
useSimpleAccessors is a config for the json reader - so you have to configure the reader of your model with this config and everything is fine again... seems to me that the store's config element is...
-
16 May 2012 2:28 AM
- Replies
- 4
- Views
- 448
Ouch... - Ext 3 to 4 was painful! 4.0.7 to 4.1 was even more painful - so i cannot imagine how crazy you have to be to start a migration like this ;)
you may try to migrate to ext 3 at first (and... -
16 May 2012 2:25 AM
Jump to post Thread: how to load data into a form by börn
- Replies
- 1
- Views
- 284
you can use a formPanel.getForm().loadRecord(record). When you're using a store then you may probably have more then one record of a model? If you want to connect a form to a store via the...
-
16 May 2012 2:21 AM
- Replies
- 10
- Views
- 1,292
Very funny... - i did this a second ago in firebug (i looked up the id in the dom):
>>> Ext.getCmp('genericList-1236')
Object { xtype="genericList", title="...", viewConfig={...}, mehr...}... -
14 May 2012 2:16 AM
- Replies
- 1
- Views
- 414
REQUIRED INFORMATION
Ext version tested:
Ext 4.1.0
Browser versions tested against:
Chrome (latest)
Firefox (latest) -
10 May 2012 9:36 PM
Jump to post Thread: call public method in jar file? by börn
- Replies
- 4
- Views
- 950
well - you have to put this jar as a library dependency in a java web-server - then make a facade to it, which you can call for e.g. via REST... to which server-part system are you currently...
-
3 May 2012 10:06 AM
- Replies
- 10
- Views
- 1,292
the # syntax works very well over here... - do you tried this directly in a browsers console?
-
26 Apr 2012 11:07 PM
- Replies
- 1
- Views
- 450
Is the request getting through?... what does firebug or chrome tells you?
-
26 Apr 2012 2:04 AM
- Replies
- 3
- Views
- 1,209
you can also try to disable the javascript analyzer syntax checker or whatever in the build properties - this tool is known as buggy for a long time now... or you choose the better way and choose a...
-
25 Apr 2012 10:56 PM
Jump to post Thread: How to make Servlet call from ExtJs? by börn
- Replies
- 1
- Views
- 932
1st: learn to use debugging tools like firebug in firefox or the chrome developer tools in chrome (hit f12 on win).
2nd: the function you are trying to access to is: request: Ext.Ajax.request.
...
Results 1 to 25 of 120
