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

Project: Domino Web Tools (Managed by Jack Ratcliff)
 | 
Open Source Licensing for this Release - Please visit http://www.opensource.org for more information on licensing.
GNU GPL
File(s)
NOTE: This version of DWT includes the demo database for the @Formulas meet Ajax session I did at Lotusphere this year. |
|
| This release: | 309 |
| All releases: | 14033 |
| Release Name | 0.2.1 |
| Build Number | (used by version checker) |
| Released On | 02/09/2007 |
| Released By | Jack Ratcliff |
| Released for ND version | R 6.x, R 6.5.x, R 6.0.x, R 7.0.x |
| Status | Released |
| Feature Requests addressed | No feature requests addressed in this release |
| Reported Bugs fixed | No reported bug fixes addressed in this release |
| Project Category | Software Development Tools, Web Development Tools |
| Sub Category | |
| Download Classification | Anonymous |
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. |
|
Modification history
| Entered 09-Feb-2007 21:31 by Jack Ratcliff. Last Modified 09-Feb-2007 21:53 by Jack Ratcliff. |
Feedback
Check out other projects