The Dojomino Wiki provides general information on the Dojomino
Toolkit, as well as specific API documentation on each of the widgets that
make up the toolkit. It also provides demo/examples with explanations.
The wiki is brand new (1/25/2009), new content will be added as fast as possible. Our experience with the new Domino 8.5 XPages wiki is new as well, so bear with us as we figure out any of the nuances of this new tool.
In short, Dojomino is an open-source project to extend the capabilities of the [[http://dojotoolkit.org|Dojo Toolkit]] to Domino. In many cases this has meant simply subclassing existing Dojo objects like Tree, Grid, and FilteringSelect to the requirements of input/output from a Domino server. In other cases, it means creating new widgets that make use of Dojo objects. An example here is dojomino.dijit.PickList which takes the Notes concept of a picklist and uses Dojo's Dialog and Grid widgets to create something new that simulates the experience of a PickList in Lotus Notes.
Downloads:
Download [[http://dojomino.com/dojomino/blog.nsf/downloads/LSPN-7NNVM7|version 1.2.2_1]] of the Dojomino Toolkit from the Dojomino Blog.
Blog:
[[http://dojomino.com/dojomino/blog.nsf|Dojomino Blog]]
Demos:
[[Demo Database]] - doc coming soon
[[http://dojomino.com/dojomino/122_1/demo.nsf/HelloDojo.html|Hello Dojo]] a Hello World page for the demo db that proves Dojo is working.
[[http://dojomino.com/dojomino/122_1/demo.nsf/HelloDojomino.html|Dojomino DatePicker]] a Hello World page that demonstrates the difference between a built-in dijit (dijit.form.DateTextBox) as shown in Hello Dojo, and the Dojomino DatePicker (dojomino.dijit.form.DateTextBox). The page also discusses the difference in individually loading resources vs. using a custom build to package all the widgets in the toolkit.
[[http://dojomino.com/dojomino/122_1/demo.nsf/TimePicker.html|Dojomino TimePicker]]
Getting Started:
[[What is Dojomino]] doc coming soon
[[Installing Dojomino]] doc coming soon
[[Creating a Sample App]] doc coming soon
[[Dojomino Hello World]] doc coming soon
Widgets:
[[dojomino.ui.DominoUI]]
[[dojomino.ui.FormBuilder]] doc coming soon
[[dojomino.ui.ProgressBar]] doc coming soon
[[dojomino.dijit.PickList]] doc coming soon
[[dojomino.dijit.form.NamePicker2]] doc coming soon
[[dojomino.dijit.NotesOutline]] doc coming soon
[[dojomino.dijit.NotesView2]] doc coming soon
[[dojomino.dijit.ViewChart]] doc coming soon
[[dojomino.dijit.form.DateTextBox]] doc coming soon
[[dojomino.dijit.form.TimeTextBox]] doc coming soon
[[dojomino.dijit.form.FilteringSelect]] doc coming soon
[[dojomino.session]] doc coming soon