Search Type: Posts; User: SimoAmi
Search: Search took 0.02 seconds.
-
6 May 2013 8:15 AM
- Replies
- 3
- Views
- 195
Thanks for looking into it. Just to point out that impact is broad as there are multiple methods affected by this:
- isXType()
- getXType()
- getXTypes()
- findByType()
- findParentByType()
-... -
5 May 2013 8:04 PM
- Replies
- 3
- Views
- 195
REQUIRED INFORMATION
Ext version tested:
Ext 3.4.1.1
Browser versions tested against:
Chrome 26
FF 20 -
4 May 2013 5:02 PM
- Replies
- 239
- Views
- 68,905
Silly me. Of course it does. I had not specified The full namespace with the @class annotation.
Thanks, -
4 May 2013 8:08 AM
- Replies
- 239
- Views
- 68,905
I'm noticing that JSDuck does not scan subdirectories, forcing explicit inclusion of every path and its nested content. Is that the expected behavior?
Can we either support ant-style wildcards *... -
25 Nov 2012 2:24 PM
- Replies
- 239
- Views
- 68,905
Hi demongloom,
Interesting idea. Not to discourage you but if you have heavy classes with lengthy functions, you'll end up with huge images. For instance imagine what you'll get with something like... -
14 Nov 2012 9:25 AM
- Replies
- 6
- Views
- 4,290
Hello,
The argument that "LESS" requires additional software to run is no longer the case.
https://github.com/cloudhead/less.js/wiki/Command-Line-use-of-LESS
You can pretty much use java which... -
1 Oct 2012 11:43 AM
- Replies
- 166
- Views
- 59,659
Hi joeri,
I just want to weigh it and say that your argument above is only applicable per individual case. How did the user manage to get such an override in place? Having an override that decodes... -
17 Aug 2012 7:57 PM
- Replies
- 7
- Views
- 1,269
Hi Scott,
Not sure I understand your last comment. Downloading ext-3.4.0 from Sencha.com reveals that it's having the invalid markup <code>flex</flex>. Feel free to verify it by viewing the source... -
17 Aug 2012 12:10 PM
- Replies
- 7
- Views
- 1,269
I just downloaded ext-3.4.0 again and the error is still there. The online docs appear to use 3.4.0 as you can see here: http://docs.sencha.com/ext-js/3-4/#!/api/Ext-property-version or maybe a...
-
17 Aug 2012 11:53 AM
- Replies
- 4
- Views
- 1,002
For better performance you can also use the "ref" attribute to get a relative and permanent reference to your component's child element: ...
-
17 Aug 2012 11:42 AM
Jump to post Thread: Ext JS in a maven project. by SimoAmi
- Replies
- 36
- Views
- 8,384
Have you considered JAWR? It would take care of most of your packaging and bundling needs and has Maven support: http://jawr.java.net/features.html
-
17 Aug 2012 10:11 AM
- Replies
- 7
- Views
- 1,269
This is how it looks in my local copy:
/**
* @cfg {Number} flex
* <p><b>Note</b>: this config is only used when this Component is rendered
* by a Container which has been... -
17 Aug 2012 10:01 AM
- Replies
- 7
- Views
- 1,269
Looks fine in the url you listed, but it is there in my local copy of ext-3.4.0! what kind of sorcery is this? :)
-
17 Aug 2012 3:36 AM
- Replies
- 7
- Views
- 1,269
The documentation for the "flex" property contains invalid markup:
<code>flex</flex>
This is particularly damaging because it affects the JSDuck output for a large set of components. See... -
17 Aug 2012 3:28 AM
- Replies
- 239
- Views
- 68,905
It turns out as you suggested that the property "flex" has invalid markup:
<code>flex</flex>
Could we contain these errors in restricted blocks and reset markup dependencies for each... -
17 Aug 2012 3:14 AM
- Replies
- 239
- Views
- 68,905
There seems to be a problem with the markup once a page exceeds a certain size. Check the attached image below. The area in red has different markup, where the dom structure is wrapped into a <code>...
-
17 Aug 2012 3:08 AM
- Replies
- 239
- Views
- 68,905
Voila, that took care of it! both --ignore-global and --builtin-classes required boolean values.
Thanks for your help. -
17 Aug 2012 2:24 AM
- Replies
- 239
- Views
- 68,905
When used in conjunction with --config, the command line seems to scan every nested folder for JS files, so my attempt to restrict source files to specific extjs sub folders doesn't have any effect....
-
14 Aug 2012 1:45 PM
- Replies
- 2
- Views
- 466
That's cool. Thanks.
I wish this landed to ExtJS v3. It don't think it has a dependency on the new class system, just processing of primitive data. -
13 Aug 2012 11:47 AM
Jump to post Thread: I18n in Ext4 by SimoAmi
- Replies
- 16
- Views
- 3,424
I saw this thread after submitting a post:
http://www.sencha.com/forum/showthread.php?236980-Ext.util.Format.number-doesn-t-support-french-and-swiss-number-formats&p=870961#post870961
Was there a... -
13 Aug 2012 11:45 AM
- Replies
- 2
- Views
- 466
English format: 1,000,000.00
Ext.util.Format.number(1234.56, "0,0.00");
"1,234.56" // Correct
German format: 1.000.000,00
Ext.util.Format.number(1234.56, "0.0,00/i"); -
13 Aug 2012 8:37 AM
- Replies
- 239
- Views
- 68,905
I'm getting the following error when running jsduck:
Error: Error while parsing /Users/smoujami/Documents/projects/jsduck/ext-3.4.0/src/ext-core/src/adapter/ext-base-begin.js: Line 18:... -
13 Aug 2012 8:01 AM
- Replies
- 239
- Views
- 68,905
It finally worked for me after running the rvm command and reinstalling jsduck.
Thanks! -
12 Aug 2012 1:49 PM
- Replies
- 239
- Views
- 68,905
Same problem here. Only I ran an update instead and using OSX Mountain Lion:
> sudo gem update jsduck
Password:
Updating installed gems
Updating jsduck
Fetching: libv8-3.3.10.4.gem (100%)... -
8 Aug 2012 7:08 AM
- Replies
- 10
- Views
- 4,194
You need to clear your browser cache for production settings to apply. Specifically your local storage so it caches code with the newly applied logger setting.
For instance, in Chrome Developer...
Results 1 to 25 of 92
