Search Type: Posts; User: itlogo

Search: Search took 0.01 seconds.

  1. http://docs.sencha.com/extjs/4.1.3/#!/guide/command_code
  2. Replies
    2
    Views
    120
    If you're trying to get a locale resource bundle loaded into the browser, like for localization, you don't want to have it included as part of the built app.s/all-classes.js. You want your code...
  3. To have Compass automatically recompile the SASS for you when it detects a change, run

    $ compass watch <path to your sass folder>
  4. At build time, it's not possible for the compiler to know the platform for which you're building, so it's difficult to tell CMD to conditionally copy a file all by itself. However, you could use the...
  5. Replies
    5
    Views
    588
    You can specify YUI compressor options if you call Sencha CMD through Ant. http://docs.sencha.com/extjs/4.1.3/#!/guide/command_ant

    Essentially, after your compile, run the <x-compress-js...
  6. When you run something like, "sencha app build package" for a Touch project, Cmd goes through and pulls in all of the required classes that are needed by the class. For Ext.Application, it even...
  7. Just adding more fuel to the fire regarding code sharing between ExtJS4 and Touch2. I'm trying to deploy my desktop and mobile-web applications via:



    -desktop/
    -mobile/

    So that mobile...
  8. According to http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#cache_location-option, the cache_location can be set to define a different cache directory for SASS, but when I tried setting in...
  9. I don't see anything obvious regarding the output path for that target:

    <target name="package">
    <property name="args.environment" value="package"/>
    </target>

    However, in...
  10. I followed Robert Dougan's easy 1-2-3 article for using PhoneGap to wrap ST, and I'm having a problem at the step that calls the command, "sencha app build package." I changed my app.json to have:
    ...
  11. Well, that's confusing, given that the Getting Started guide that's downloaded with ST 2.1.0 makes no mention of that. In fact, the Installation section only links to the SDK and Tools. When I...
  12. I'm having the same issue. I downloaded the 2.1.0 SDK from http://www.sencha.com/products/touch/download/, then the tools from...
  13. Whoops, thanks for pointing that out :)
  14. Replies
    1
    Views
    664
    We're using Ext 3.1 and starting to look at implementing access keys for 508 compliance. Aside from the default keys such as tab/alt-tab, arrow keys, does Ext default any access keys for certain...
  15. We're using Ext 3.1 and starting to look at implementing access keys for 508 compliance. Aside from the default keys such as tab/alt-tab, arrow keys, does Ext default any access keys for certain...
  16. Do you have trailing commas? Use jslint to find out. What errors are reported in IE's error console. What version of IE are you testing? If IE8, open developer tools and watch console.
  17. We're still on Ext 2.1, which exhibits this behavior in FF3. Is there a way to set the shim property of the window when using Ext.Msg.show()?

    Thanks.
  18. Replies
    5
    Views
    2,651
    Yup, it's true, we're using Dojo and ExtJS (among others). Dojo provides the modularity to let all of the developers work on independent pieces of the application and packages everything into a...
  19. Just happened upon XTemplate, and wow, that looks amazing! Looping constructs, conditional expresssions; it's [Velocity/Freemarker/JSTL/<your favorite templating engine here>] for the client side. ...
  20. We've just started looking at ExtJS for its rich widget set, but I came from a project that used Dojo extensively. The one thing I carried forward was that I really like Dojo's templating mechanism....
Results 1 to 20 of 20