DWT 0.3.1 Released
DWT 0.3.1 is now available. It doesn't have support for categorized views yet but that is in the works, I promise. What this version does have is the ability to add a view to any container. So, for instance, if you have a div that you want to render a view in, you can now do that. In fact, you can render as many views on a single page as you want. The other new feature in this release is a PickList. This PickList works about the same as @PickList and NotesUIWorkspace.PickListStrings(). In any case, check out the online demo to see these new features in action (look under *Demos* and do a 'view source' to see the code). Oh, and as always, you can download it here. Enjoy! DWT 0.3.1 Released
25 March 2007 … 14 - COMMENTS
Web PickList

Here's a preview of what's coming in a future release of DWT.... a PickList. In the Notes Client there is the @PickList function and the NotesUIWorkspace.PickListStrings and NotesUIWorkspace.PickListCollection. To see a preview of it in action, go here. Or, you can just go to the demo database and from the outline on the left, expand "Demos" and click on "Picklist demo". It still needs some work but I'll have it ready, hopefully, by Sunday for a 0.3.1 release.

Oh, I almost forgot. The 0.3.1 release will also let you to render a view in any *container* you want, in fact, take a look at the Multiple views demo to see 2 views on the same page. Each are rendered in a DIV element on the page.....hmmm, multiple views on the page...Gee, I wonder if anyone would like that feature...

Web PickList
24 March 2007 … 289 - COMMENTS
Finally...DWT 0.3.0
Finally....DWT 0.3.0 is now available. This release was mostly about moving from integrating with yui-ext 0.33 to Ext 1.0. Check out the online demo to see it in action. Let me know how the quick search is working. Oh, and don't forget to download it here. Enjoy! Finally...DWT 0.3.0
12 March 2007 … 7 - COMMENTS
DWT + Ext .... almost there

Getting closer to having DWT integrated with Ext 1.0. It was a little more work than I thought it would be with all of the major changes to the new grid. But in the end, it will definitely be worth it. For instance, the Ext grid will allow for individual rows to grow based on content. To see what I mean, take a look at this.

Besides that, the new grid also has an option similar to Domino's "Extend last column to window width". You can read more about it here

As for my timing on DWT 0.3.0, I'm going to try and have it ready in the next few days, the weekend at the lastest. Once it's done, I plan to tackle categorized views and views with response docs (actually, I have a well known Domino Guru who has volunteered to take this feature on, so stayed tuned!). I also plan on setting up a way for developers to pass an array of selected documents to their own cutom defined function for processing. What else would you like to see?

DWT + Ext .... almost there
5 March 2007 … 12 - COMMENTS