OpenNTF.org - Domino Web Tools
Domino Web ToolsOpenDocument[/Projects/pmt.nsf/ProjectView?ReadForm&Query=]

My Links (Not logged in)
User Name Password
Hosted by Prominic.NET

   Project: Domino Web Tools (Managed by Jack Ratcliff)
Actions:

Download File

Open Source Licensing for this Release - Please visit http://www.opensource.org for more information on licensing.

GNU GPL
File(s)
dwt-min-0.2.1.zip (1129 Kbytes)



NOTE: This version of DWT includes the demo database for the @Formulas meet Ajax session I did at Lotusphere this year.

This release:308
All releases:13999
Release Info
Release Name0.2.1
Build Number (used by version checker)
Released On02/09/2007
Released ByJack Ratcliff
Released for ND versionR 6.x, R 6.5.x, R 6.0.x, R 7.0.x
StatusReleased
Feature Requests addressedNo feature requests addressed in this release
Reported Bugs fixedNo reported bug fixes addressed in this release
Project CategorySoftware Development Tools, Web Development Tools
Sub Category
Download ClassificationAnonymous
What's new
Added support to outlines with links to forms, pages, urls, etc. 0.2.0 only supported links to views and folders.

Simplified the creation of a basic Domino User Interface.

For example, add code similar to below in the JS Header of a page or in a JS file.

var myApp = new DWT.widget.DominoUI({
outlineUrl: "mainOL",
viewUrl: "($formulaExamples)",
viewTitle: "Formula Examples"
});

YAHOO.ext.EventManager.onDocumentReady(myApp.init, myApp, true);

The DWT.widget.DominoUI class uses the DWT.widget.DominoUIOutline and the DWT.widget.DominoUIView classes in order to build a basic DomioUI.

The last line of YAHOO.ext.EventManager.onDocumentReady(myApp.init, myApp, true) basically just tells the browser to wait till the document has loaded before calling the myApp.init method which will build the UI.

Minimum Reqirements
Known issues

Modification history
Entered 09-Feb-2007 21:31 by Jack Ratcliff. Last Modified 09-Feb-2007 21:53 by Jack Ratcliff.