New Dojomino NotesOutline Widget
Bookmark :
The dojomino.dijit.NotesOutline is now ready for prime-time. The outline widget allows you to very easily incorporate a Notes Outline on the page from the same or any other database. It is pure javascript (no java applet) based on Dojo's dijit.Tree that issues an AJAX call to the server for the Notes Outline data. It renders icons as they were specified by the Domino Designer and processes the click event for the item into the same page, a new window, or via an onClick event handler of the developer's choosing. It handles multi-level outlines and a demo is available of it here. It has been added to the online demonstration database as well.
It's very simple to add to a page. Like all dojo pages, you add a dojo.require in the header. In this case, dojo.require("dojomino.dijit.NotesOutline"), and then you add a div to the page where you want the outline to appear, such as:
<div id="myOutline" dojoType="dojomino.dijit.NotesOutline" outline="Dojomino"></div>
A shout out to Scott for finding an error in the OutlineStore code which this widget depends upon. Nice to have one caught beforehand for a change. Thanks Scott.
UPDATE: links fixed.


Comments
Links in post aren't working.
BE
Posted by Bruce Elgort At 01:05:00 PM On 05/25/2008 | - Website - |
Posted by Lance Spellman At 04:30:04 AM On 05/26/2008 | - Website - |
I just downloaded the nsf and am going to try it out and try styling it to look like buttons instead of the native tree.
---Scott
Posted by Scott Jenkins At 02:14:07 AM On 05/27/2008 | - Website - |
I am looking forward to the next posted for download version of the database.
---Scott
Posted by Scott Jenkins At 02:52:54 AM On 05/27/2008 | - Website - |
I will post a dojomino11-1.nsf in the downloads section later today with the recent updates for Outline, DatePicker, and some enhancements we've done with views.
Posted by Lance Spellman At 03:19:13 AM On 05/27/2008 | - Website - |
Posted by Patrick Kwinten At 05:22:56 AM On 05/27/2008 | - Website - |
Posted by Giri At 10:14:36 AM On 06/02/2008 | - Website - |
Posted by Matti At 09:23:54 AM On 06/05/2008 | - Website - |