25 March 2007
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!
Hello, great work!! I Think that with categorized views it will be perfect... so I'm waiting for.
Only one thing: flat views aren't displayed for an error on line 160 character 2.
I'm using Explorer 7.0
I just fixed a bug with views that are loaded from clicking on an entry in an outline. It's posted on OpenNTF in the 0.3.1a release.
If you want to see if this fix will fix your problem. You can do the fix (it's just one line) in your 0.3.1 version of the code. Just follow these instructions:
{ Link }
good job Jack!!
How goes the categorized views? ;)
Very impressive approach!!!
I understand that show categorized views is a limitation for now, but i would like to point that the 3.0.0 release can display the values from a single first collumn that is categorized. The collumn values disappears when use 3.0.1 release.
Looking at the DominoUIView.js library, i notice that you have added a 'position: absolute;' attr. Could it cause the "hidden effect" to these collumn values? If attr is removed, the values are showed, but the table alignment is lost.
Sory about my stupid comment.
Looking inside your code i realize that you are in progress to float the categorized itens, or something like this.
Hi Jack.
I am looking for a nice javascript framework for Lotus Domino web dev. DWT seems really nice!
As I am a primer about that subject, I wonder what are the key features you evaluated to choose between Yahoo Widgets library and , let's say, Dojo library.
Dojo library seems to be the "unofficial" choice by IBM/Lotus gurus, see LP2007 presentation AD401...
Thanks for your work on DWT.
Now it functions, only one little bug on
view "example1" , column subject: if you click appears error at line 516 character 4....
Good work!
fabio
I just get the blue frames with nothing in them when checking out the demo. (FF 2.0.0.3) Is there something wrong with my setup?
Are you referring to the online demo I have, or did you setup your own db to use DWT?
I am getting the same problem as @8 using the same version of FF...
Works Great ! When do you think the Cat. Views will be up and working?
Thanks for your good work, Jack!
I am new to this framework, and i dont know how to show actions on view. Does DWT support view aciton bar?
Another thing, I have tried to trigger an action from outline, but nothing happened!
Thanks & waiting for you resp,
Tu
I have had a look at your code and found the code to handle the opening of a document from a grid a bit confusing. You are opening an iFrame to get the title of the document and then populating the content panel when it is done.
Could you not have instead used the element.load method and created a callback function to parse the title from the responseText?
Hi everyone,
Sorry for having not replied to everyone. Been busy on Ext.nd, the replacement of DWT. Once we get a public beta up, hopefully the issues you found with DWT will be fixed in Ext.nd. :)
Jack