Search Type: Posts; User: bas_tzx
Search: Search took 0.02 seconds.
-
25 Jul 2012 5:46 AM
- Replies
- 105
- Views
- 18,705
OK, thank you for this nice plugin and support! :)
-
25 Jul 2012 5:29 AM
- Replies
- 105
- Views
- 18,705
When you have a fieldLabel next to the editor, the calculatd width is too wide. You have to subtract the label width and padding. See code below.
me.on('resize', function (field, width,... -
21 Jun 2012 5:32 AM
- Replies
- 1
- Views
- 345
Ext version tested:
Ext 4.1.1 RC2
SDK 2.0.0 beta 3
Description:
During the build stage of the app, the required Ext.form.Fieldset class is omitted from the final build files.
... -
22 Mar 2012 5:42 AM
Jump to post Thread: Ext JS 4.1 RC1 is Now Available by bas_tzx
- Replies
- 47
- Views
- 22,228
+1 for the router functionality!
-
23 Jan 2012 1:33 AM
- Replies
- 8
- Views
- 4,742
Hi Samual, your image upload plugin looks very promising! :)
I haven't used it yet, but is it possible to add some more configuration settings? For instance, make it possible to enable/disable the... -
19 Jan 2012 7:40 AM
Jump to post Thread: Ext.ux.form.HtmlEditor.Plugins by bas_tzx
- Replies
- 144
- Views
- 54,254
Thanks, can you give us some more information about the files? Are you the one who made the port for ExtJS4? And it seems that some plugins are not completely finished yet?
Nevertheless, these... -
7 Dec 2011 3:13 AM
Jump to post Thread: Hide load mask by bas_tzx
- Replies
- 4
- Views
- 4,742
To disable the loadMask add this to Ext.grid.Panel config:
viewConfig: {
loadMask: false
}
If you only remove the text, the underlying mask will still be visible when the grid's... -
5 Dec 2011 7:27 AM
- Replies
- 13
- Views
- 4,359
And also not in the 4.0.7 release. :(
-
22 Nov 2011 12:56 AM
- Replies
- 3
- Views
- 877
Did you file a bug report? I would really like this to be fixed.
-
31 Oct 2011 8:06 AM
Jump to post Thread: Behind a user login by bas_tzx
- Replies
- 6
- Views
- 1,786
Just use a static HTML file with the included JS files and use this file to generate the JSB3 file.
<script src="js/ext/4.0.7/ext-debug.js"></script>
<script... -
31 Oct 2011 12:52 AM
Jump to post Thread: Where to start? by bas_tzx
- Replies
- 19
- Views
- 6,091
Check these:
http://docs.sencha.com/ext-js/4-0/#!/guide/getting_started
http://www.sencha.com/forum/showthread.php?142768-Using-the-SDK-tools -
25 Oct 2011 12:47 AM
- Replies
- 3
- Views
- 877
Yep, I encountered the same problem.
I have a form field which fires a custom event. This event is configured to bubble up using enableBubble() and the field itself is placed into a... -
29 Aug 2011 5:03 AM
- Replies
- 4
- Views
- 762
You have to use the 'selectionchange' event which bubbles up from the tree's selection model. http://docs.sencha.com/ext-js/4-0/#!/api/Ext.tree.Panel-event-selectionchange
listeners: {
... -
29 Jul 2011 5:03 AM
- Replies
- 20
- Views
- 4,516
I can confirm this bug. I have a main view (panel) consisting of 3 sub views. The main view goes into a tabPanel as tabs.
The moment I added a dockedItems config to one of the sub views, I... -
7 Jul 2011 4:16 AM
- Replies
- 2
- Views
- 875
Yes, I also encountered this bug when using a Store with an Ext.data.Model which uses an Ajax proxy in my MVC project.
The workaround is to instatiate the store first and than, on the 'load'... -
26 May 2011 12:04 AM
- Replies
- 4
- Views
- 2,929
No, not really. If you define classes using their xtype (and probably using Ext.create?), they are not included by the jsbuilder and therefor will not end up in your app-all.js. Thankfully, Firebug...
-
25 May 2011 5:30 AM
- Replies
- 3
- Views
- 852
I would like to know too. :)
I've got an MVC application with a global application toolbar, some components with toolbars, and some contextmenu's. All of those components share one or more buttons... -
24 May 2011 1:32 AM
- Replies
- 27
- Views
- 7,705
Also download and install the latest 1.1 version from here: http://www.sencha.com/products/extjs/
-
23 May 2011 7:29 AM
- Replies
- 27
- Views
- 7,705
I can confirm that in SDKTools 1.1 you only need to modify line #161 of file "jsbuilder\src\Project.js" to be able to generate the .jsb3 file.
The build command however still generates this error.... -
23 May 2011 6:52 AM
- Replies
- 1
- Views
- 1,057
OS: Windows 7 32bit - Java runtime 6.0.250.
Problem:
After succesfully generating an .jsb3 file, the SDK tool generates an empty app-all.js file when using the "sencha build -p app.jsb3 -d ."... -
23 May 2011 6:22 AM
- Replies
- 4
- Views
- 2,929
You are problably missing some Ext Classes in your app-all.js. You must add these files to the Ext.require() array param in your index.html.
<script>
Ext.Loader.setConfig({
... -
3 May 2011 4:20 AM
- Replies
- 15
- Views
- 7,936
You are right about the the absence of a specific Tree/MVC example, but because of the way ExtJS is setup, it's very easy to replace one panel/component with another. In the MVC example you can just...
-
3 May 2011 2:33 AM
- Replies
- 15
- Views
- 7,936
I also struggled with the TreePanel, MVC and Stores in the beginning. The solution is to include a reference to your store in the Controller and have a rootNode defined in the View (treePanel). Just...
-
2 May 2011 5:24 AM
- Replies
- 8
- Views
- 2,116
OK, thanks!
-
2 May 2011 2:03 AM
- Replies
- 8
- Views
- 2,116
The following code renders a treePanel with a treeStore and an ajax proxy. I've put 2 buttons in the toolbar which both select a node and then destroy the selected record. The first button calls the...
Results 1 to 25 of 28
