Archive for July, 2008
Thursday, July 10th, 2008
Using pre-configured classes with ExtJS
My last post was about using Ext.extend to render my web pages. Now I’ll show how I use pre-configured classes to render my Genealogist application. This is the default.brail file I’m using for my default layout page.
1: <html>
2: <head>
3: <meta http-equiv=”Content-Type” […]
No Comments » - Posted in ExtJS by Duvall Buck
Sunday, July 6th, 2008
Using Ext.extend
I’ve been busy on a SP1 release for the my day job and haven’t spent much time on figuring out ExtJS. I’ve blogged before about how I am having difficulty coming up to speed on this product. I have been trying for weeks to use the pre-configured concept of ExtJS without success. ExtJS’s examples show […]