Search Type: Posts; User: Izhaki
Search: Search took 0.03 seconds.
-
4 Mar 2013 9:41 AM
Jump to post Thread: Sencha compile with direct/api.php by Izhaki
- Replies
- 5
- Views
- 786
To begin with, direct/api.php shouldn't be inserted to your all-classes.js - that's how it should be.
The only issue I can see with your code is that the CRUD methods are object, so when the... -
20 Feb 2013 5:43 AM
- Replies
- 8
- Views
- 2,704
As of 4.1, the getData(True) of a model record will return associated data that can be used with a template - it's just a question of calling it.
-
18 Jan 2013 5:51 AM
Jump to post Thread: A Simple Themeing Question by Izhaki
- Replies
- 6
- Views
- 662
+1
-
15 Jan 2013 4:21 AM
Jump to post Thread: Sencha compile with direct/api.php by Izhaki
- Replies
- 5
- Views
- 786
Ok, turns out I can include api.php after the x-compile block, so long I add the provider in Ext.onReady...
-
15 Jan 2013 3:06 AM
Jump to post Thread: Sencha compile with direct/api.php by Izhaki
- Replies
- 5
- Views
- 786
There are a few similar questions on this forum, but none seems to provide a solid answer.
I'm using direct, and my head block looks like this:
<head>
<title>Submission System</title>... -
14 Jan 2013 6:18 AM
- Replies
- 4
- Views
- 1,188
I've provide an answer for this on StackOverflow.
-
11 Jan 2013 9:21 AM
Jump to post Thread: Failed to find file for @core by Izhaki
- Replies
- 3
- Views
- 659
Any chance you elaborate on "incompatible sdk" (and what has solved it).
I'm using 4.1.1a and with either v3.0.0.250 or v3.0.2.288 I get:
[ERR] Failed to find file for @core
... -
29 Aug 2012 8:51 AM
Jump to post Thread: Store doesn't raise load event by Izhaki
- Replies
- 2
- Views
- 352
If you look at the code, you'll see that loadData doesn't fire a load event.
loadRawData does.
But loadData calls, loadRecords, which will fire `datachange` and `refresh` events. -
25 Aug 2012 7:17 PM
- Replies
- 3
- Views
- 2,387
I'd say that if you are to stick to MVC concepts, controllers effectively respond to events.
For inter-application communication, you should fire an event from one controller, and catch it on... -
25 Aug 2012 5:08 PM
- Replies
- 0
- Views
- 325
Ext: 4.1.1
There seem to be some conceptual flaw with the way hasMany is implemented.
I have a system where users have orders, but I need the orders to return when the users store loads. So I'm... -
22 Aug 2012 8:16 AM
Jump to post Thread: Problem with checkbox in gridpanel by Izhaki
- Replies
- 8
- Views
- 1,391
Instead of using a config:
selModel: Ext.create('Ext.selection.CheckboxModel')
In initComponent put: -
22 Aug 2012 4:54 AM
Jump to post Thread: Problem with checkbox in gridpanel by Izhaki
- Replies
- 8
- Views
- 1,391
This happens because the selection model you provide as config returns a reference rather than an new instance.
An excellent and comprehensive explanation to why this happens is provided here, so... -
7 Aug 2012 5:36 PM
- Replies
- 7
- Views
- 2,435
With 4.1.1, the columns part of reconfigure seems to work fine, albeit after you call reconfigure you need to call tree.getView().refresh() yourself.
I've checked the original posted code with... -
1 Aug 2012 3:20 PM
- Replies
- 17
- Views
- 6,997
+1 to implement this in the lib.
-
31 Jul 2012 7:26 AM
- Replies
- 3
- Views
- 607
REQUIRED INFORMATION
Ext version tested:
Ext 4.1.1
Browser versions tested against:
Chrome
Description: -
31 Jul 2012 7:06 AM
- Replies
- 1
- Views
- 317
REQUIRED INFORMATION
Ext version tested:
Ext 4.1.1
Browser versions tested against:
Chrome
Description: -
29 Jul 2012 2:49 PM
- Replies
- 0
- Views
- 200
Well, not sure it's a bug...
I have a treepanel where the user changes the selected record data using a form.
When I update the record using this code:
onSaveClick: function()
{ -
16 Jul 2012 2:54 AM
Jump to post Thread: Simplest layout? by Izhaki
- Replies
- 3
- Views
- 382
Have you tried 'fit' layout in combination with 'tbar' config?
-
11 Jul 2012 3:20 AM
- Replies
- 2
- Views
- 404
See detailed reply on stackoverflow.
-
10 Jul 2012 8:43 AM
Jump to post Thread: Clean ajax request by Izhaki
- Replies
- 5
- Views
- 635
You'd need to provide at least the code of your model for anyone to be able to help you.
-
10 Jul 2012 8:41 AM
Jump to post Thread: Layout structure question by Izhaki
- Replies
- 5
- Views
- 389
ExtJS does some serious javascript work to render your layouts correctly on all browsers (including legacy ones, and the superb IE7). If you look at the generated DOM, you'll see plenty of...
-
9 Jul 2012 8:41 AM
Jump to post Thread: ExtJS 4.1 headers tab crashing by Izhaki
- Replies
- 8
- Views
- 631
Most likely you are not declaring your panels correctly. Could you please provide some code showing the way you create/define a panel that exist within the tab panel?
-
9 Jul 2012 7:39 AM
- Replies
- 2
- Views
- 282
Mark it as leaf. Setting loaded to true should also work.
-
9 Jul 2012 7:20 AM
Jump to post Thread: How to hide menu in Grid ? by Izhaki
- Replies
- 10
- Views
- 19,280
This works for me in 4.1 (you can set menuDisabled individually per column is you want):
columns: {
defaults: {
menuDisabled: true,
sortable:... -
9 Jul 2012 2:02 AM
- Replies
- 4
- Views
- 486
Please provide the JSON you return from the server.
You should get what you want by setting leaf to false and loaded to false.
Results 1 to 25 of 117
