Skip to main content link. Accesskey S

Dojomino Wiki

Submit Search

Dojomino Wiki

Home > General > Welcome to the Dojomino Wiki!

Welcome to the Dojomino Wiki!

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 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.

Demos:
Demo Database

Getting Started:
What is Dojomino
Installing Dojomino
Creating a Sample App
Dojomino Hello World

Widgets:
dojomino.ui.DominoUI
dojomino.ui.FormBuilder
dojomino.ui.ProgressBar
dojomino.dijit.PickList
dojomino.dijit.form.NamePicker2
dojomino.dijit.NotesOutline
dojomino.dijit.NotesView2
dojomino.dijit.ViewChart
dojomino.dijit.form.DateTextBox
dojomino.dijit.form.TimeTextBox
dojomino.dijit.form.FilteringSelect
dojomino.session