Dojomino 1.2.2_1 now available
Category dojomino 1.2.2_1
Bookmark :
Dojomino 1.2.2_1 is now available in the Downloads section. The .zip file includes all the dojo 1.2.2 resources along with the latest Dojomino code. In addition, this release includes a custom build of Dojomino which means that, just like referencing the dojo.js file, you can also include a script tag for dojomino.js which will include all the Dojomino resources in the one .js file. Demo examples will follow shortly, along with the presentation databases from Lotusphere.
Bookmark :
Dojomino 1.2.2_1 is now available in the Downloads section. The .zip file includes all the dojo 1.2.2 resources along with the latest Dojomino code. In addition, this release includes a custom build of Dojomino which means that, just like referencing the dojo.js file, you can also include a script tag for dojomino.js which will include all the Dojomino resources in the one .js file. Demo examples will follow shortly, along with the presentation databases from Lotusphere.
A Dojomino Wiki has also been started. It's brand new, so there's not much there today. We'll contribute something new there every day until we've got all the widget API's covered.


Comments
Or if you would be kind enought, to let us know how to set it up (do i take the dojomino libs from the demo database,...).
I would really like to check the FormBuilder out.
Thanks for the effort!
Posted by Janez At 02:54:51 AM On 01/27/2009 | - Website - |
Sorry Janez. Not sure whan you mean by the first statement on the dojomino.js code. Is something missing in the download?
As for documentation, I've got a lot coming today. Getting Started, demo db's etc...
Just only so much we could publish yesterday.
For a skeleton implementation, check the Hello Dojomino example from the Wiki. It has the basic items in it.
Off to a meeting, but will be posting "Getting Started" as soon as I'm done.
Posted by Lance Spellman At 03:18:11 AM On 01/27/2009 | - Website - |
Site looks great for the wiki, keep up the good work.
Posted by Mark Roberts At 03:33:48 AM On 01/27/2009 | - Website - |
Thanks for fast reply.
Yes I can't seem to find the basic dojomino.js resource (so it does seem like it's missing).
I do know that in first demo the dojomino implementation was a page design element. However in this release there is no trace of dojomino.js (be it page or js file). I tried using the "old" implementaton, but that didn't work for me (You probably modified it by then).
Thanks a lot for your effort.
Posted by Janez At 04:12:27 AM On 01/27/2009 | - Website - |
I found this file ok in the Dojomino 1.2.2_1 package. It is a shared resource file, found under /dojomino/dojomino.js and I have recreated the date and timer picker apps on my local box with it. Hope that helps you in locating it also.
Good luck on the conversion.
Posted by Mark Roberts At 04:28:39 AM On 01/27/2009 | - Website - |
Mark is correct on the file location. Just to clarify. dojo.js is the absolutely required file. Everything else can be loaded via dojo.require statements. This results in a lot of sequential file loading, but works.
dojomino.js (located in Shared Resources|Files) as dojomino/dojomino.js simply bundles all the dojomino widgets into the one minified dojomino.js file. This results in a larger initial download, but faster overall performance, especially once that file is cached.
The HelloDojo and HelloDojomino pages in the Wiki talk about this in a little more detail.
(Trying to get sample app uploaded for you).
Posted by Lance Spellman At 05:09:25 AM On 01/27/2009 | - Website - |
I can see you uploaded the database again, this time it's there allright.
I'm working on my own demo as I write this.
Thanks again.
Posted by Janez At 06:08:58 AM On 01/27/2009 | - Website - |
Posted by Joost At 07:28:52 PM On 02/02/2009 | - Website - |
Is this project dead? It has been months since last updated and there is nothing new in the wiki. Please let us know where you are at with dojomino and whether you need help to keep it alive.
Posted by Jose Zaldivar At 05:50:56 AM On 08/01/2009 | - Website - |
i need to change a few things for my application
The problem i have, i cant open or export the Shared Files (the js files of Dojomino)(Notes 7), is there any protection or a workaround?
i always get the dialog "File cannot be created"
Posted by Horizon At 11:01:59 PM On 08/02/2009 | - Website - |