• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Including Ext JS libraries in your code

 
Ranch Hand
Posts: 70
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is there an order to which the Ext JS libraries and your own extended libraries need to be included in your scripts to get them all to work? I found that I needed to follow a pattern while including certain libraries to ensure the code compiles without any errors.

thanks
Praful
 
Ranch Hand
Posts: 312
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, there is an order you need to follow starting from the most basic to the most complex. This is as far as I know because in the base file some things are declared that in the ext-all are needed, if you change the order a javascript error will happend.
 
author
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Praful Gupta wrote:Is there an order to which the Ext JS libraries and your own extended libraries need to be included in your scripts to get them all to work? I found that I needed to follow a pattern while including certain libraries to ensure the code compiles without any errors.

thanks
Praful



Chapter 1 of my book will get you started: http://manning.com/garcia/Sample-CH1.pdf
 
Let me tell you a story about a man named Jed. He made this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic