try to change any element of date:
new Date('3/12/2012 14:05:01 GMT-0600') !== new Date('3/12/2012 13:05:01 GMT-0600')
result is still TRUE
Type: Posts; User: tocasu
try to change any element of date:
new Date('3/12/2012 14:05:01 GMT-0600') !== new Date('3/12/2012 13:05:01 GMT-0600')
result is still TRUE
1. Yes, i will try with a small peace of code.
2. I'm talking about new generated output file, in this file when "exclude -namespace Ext" is used, all Ext classes are not included, but functions and...
the sample from first post seems that include all classes (Ext library and application), and "exclude \ -namespace=Ext" simply remove all classes from Ext library, but only...
Hi,
thanks for suggestion, i don't know how this tool work, but using your example, even if I remove "
exclude -n Ext", my output file have 0 kb.
In my case, the difference is that I don't...
Can anyone help me with the following scenario:
path to Ext library: /var/ext4.1.1a/src/
path to Ext JS application: /var/webapp/app1/
I want to compile a build and extract into one JS file...
Hi Doug,
when you estimate to get done a functional release of ManagedIframe 4 for Ext 4.1.0 version ?
You said that a simplified version (for simple needs) exists on /examples/ux/Iframe.js. Can...