Ext

Use Namespaces to organize your JavaScript code

May 28, 2008 by Aaron Conran | 10 Comments »

In today’s modern web applications it is typical to include many libraries, widgets and snippets of code from many different sources. You must be mindful that other developers may be interacting with your code simply by both sets of code being included on the same page. It is not a safe assumption that you have the entire global namespace at your disposal.


Using the standard Panel title config to organize Ext JS form fields

May 14, 2008 by Jack Slocum | 25 Comments »

Yesterday while working on our internal support system I had a desire to organize the fields on a form a little better. I didn’t want to use a FieldSet and add full wrapping or another layer of indention in my form code so I decided to give the standard Panel title config attribute a try.



© 2006-2008 Ext, LLC