Search Type: Posts; User: darren
Search: Search took 0.02 seconds.
-
5 Apr 2012 3:47 PM
- Replies
- 4
- Views
- 619
The ext.loader is not properly loading my stores in IE. I believe this may be a bug. There are no issues with Firefox or Chrome.
-
5 Apr 2012 10:14 AM
- Replies
- 4
- Views
- 619
Its this anonymous function:
function anonymous(c,a) {
return new c(a[0])
}
I have already had to manually load a resource because the intended functionality does not work, do I have to... -
5 Apr 2012 9:58 AM
- Replies
- 4
- Views
- 619
ext-debug.js, line 6635 character 13
-
4 Apr 2012 2:03 PM
- Replies
- 4
- Views
- 619
Hi all I have the following stores and it is breaking in IE, giving me an object expected error, I have narrowed the classes down to these files, does anyone know why this is?
... -
3 Apr 2012 9:54 AM
- Replies
- 0
- Views
- 317
Here is my controller:
Ext.define('Portal.Advertiser.controller.Menu', {
extend: 'Ext.app.Controller',
refs: [{
ref: 'menu',
selector: 'menu #openedTree'
}],
... -
2 Apr 2012 10:29 AM
- Replies
- 1
- Views
- 281
Hey all, temporarily I am using:
Ext.application({
name: 'Advertiser',
appFolder: '/js/Portal/Advertiser',
launch: function () {
... -
31 Jul 2011 9:00 AM
- Replies
- 9
- Views
- 1,113
Thanks, I will try that. So if I am applying this to a div id should I use renderTo or should I create empty markup for a select box?
Thank you for your help, the triggerAction All seems to have... -
30 Jul 2011 12:25 PM
- Replies
- 9
- Views
- 1,113
Is there a bug guys? Here is my updated code:
var state_province = new Ext.form.ComboBox({
allowBlank: false,
applyTo: 'state_province',
displayField: 'state_province',... -
30 Jul 2011 12:09 PM
- Replies
- 9
- Views
- 1,113
Hi guys, still didn't work. I'll keep trying, but this is really delaying development and pretty ridiculous because I am following the documentation.
-
27 Jul 2011 8:31 AM
- Replies
- 9
- Views
- 1,113
Is there a way for me to do this without referencing a key string? Could I use fields: [1, 2]?
-
26 Jul 2011 5:05 PM
- Replies
- 9
- Views
- 1,113
Hey All, I simply cannot get my Combobox to populate. I have followed the documentation and to no avail it still does not work.
Here is my component (it renders):
var state_province = new... -
5 Jun 2011 9:50 AM
- Replies
- 3
- Views
- 895
If I used FormPanel I would lose my original markup and have to have the DOM generate it... in this case I want to avoid that.
-
4 Jun 2011 1:42 PM
- Replies
- 3
- Views
- 895
Hey all here is my form code I am attaching to a form that is created through markup:
var form = new Ext.form.BasicForm('register', {
standardSubmit:... -
28 Apr 2011 6:24 AM
Jump to post Thread: Komdo IDE 6 or Aptana Studio 3?? by darren
- Replies
- 15
- Views
- 6,107
Hey guys,
I have switched from Aptana to Komodo Edit about a month ago and I can tell you I have never been happier. Aptana was slow as hell compared to Komodo and Komodo is an amazing IDE. It... -
27 Apr 2011 3:34 PM
Jump to post Thread: Where can I download ExtJS 3? by darren
- Replies
- 2
- Views
- 1,625
My license is for 3, where can I get the latest download? Will it no longer be available?
-
3 Feb 2011 10:27 AM
- Replies
- 2
- Views
- 1,205
Hi, do we still get a license for ExtJS4 if we purchased ExtJS3 before January 1st?
-
31 Dec 2010 11:05 AM
Jump to post Thread: Do you say "ekst" or "E-X-T"? by darren
- Replies
- 34
- Views
- 13,950
I say Eee Ex Tee Jay Es. If EXT is initially all CAPITAL then I pronounce it like so.
-
13 Dec 2010 11:14 AM
- Replies
- 3
- Views
- 1,153
Try Symfony. If you do it right you can configure it on a shared server; it truly is a wonderful framework. I have built an ExtJS application with it and it worked together beautifully. Symfony seems...
-
10 Dec 2010 11:47 AM
Jump to post Thread: Question Regarding ExtJS License by darren
- Replies
- 1
- Views
- 859
If I read it right, with one license I can develop on any machine as long as I am the developer? So I can develop at home and at work with a valid license?
Thanks,
Darren -
3 Dec 2010 3:04 PM
- Replies
- 14
- Views
- 5,268
Sounds cool, I am interested in learning more about the MVC concept.
-
3 Dec 2010 3:02 PM
Jump to post Thread: Komdo IDE 6 or Aptana Studio 3?? by darren
- Replies
- 15
- Views
- 6,107
If your going to use many different languages go with Aptana 3, otherwise you could probably use Komodo.
-
12 Nov 2010 9:55 AM
Jump to post Thread: What IDE does everyone use? by darren
- Replies
- 9
- Views
- 1,585
@Christiand, I miss NetBeans :(. I cannot use it however because my primary flavors are ColdFusion and PHP nowadays. Komodo looks nice too guys.
-
12 Nov 2010 7:29 AM
- Replies
- 9
- Views
- 1,293
@Animal, I made an App with ExtJS like that but I was looking for a more proper approach. I guess I could do it that way again.
@Screamy, yes DOJO's API is a little sketchy. I am still debating... -
11 Nov 2010 9:53 PM
Jump to post Thread: What IDE does everyone use? by darren
- Replies
- 9
- Views
- 1,585
I am just curious, what IDE does everyone use for their development? I have been using Aptana because of its great plugins and interaction with Subversion. What about you all? ~o)
-
11 Nov 2010 9:49 PM
- Replies
- 9
- Views
- 1,293
Hi, @screamy yeah I was meaning dojo.require. We are using the Google API so I am familiar with their method of loading parts.
I am starting to see ExtJs works well with namespaces for...
Results 1 to 25 of 90
