Working on the drag and drop form editor, I'm pulling in lots of modules: almost
everything in dijit.form, dojo.dnd (of course), and dijit.lang.functional &
dijit.lang.aspect because they're fun. Each module I require then pulls in
more files that it needs, so I was up to 131 web requests to load a single
page. The latency is acceptable on localhost, but it's absolutely terrible over
the network.
Development
5-minute Custom Build
Getting off the ground..with charts
I was off to a good start with my project (dojox chartin improvements) with the candle plot. We basically followed the same model as in columns and did it.
Actually it's clustered columns. I don't know whether this is a valid thing in these type of plots... Anyway I thought is a nice feature to add so that you can actually add more than one series
Add Series for chart looked something like below...
Please, don't use _testCommon.js!
This is important, so please read on ...
Dojo.data Notification events and easy passing of store references to generic event handlers.
A while ago I was working with another committer in the dojo community on usage of the dojo.data notification APIs. He had hit a problem where it would have been really convenient if the dojo.data Notification functions onSet(), onNew(), and onDelete(), also passed in a reference to the store.
- jaredj's blog
- Login or register to post comments
- Read more
- Unsubscribe blog
- Unsubscribe post
Dojo 1.1 Released
The moment has arrived. I've been anticipating this since the first new fixes to trunk were made, shortly after the 1.0 release. I am proud -- no, elated -- to announce what marks another solid run of around-the-clock development: The Dojo Toolkit version 1.1
Server Migration News - SVN / TRAC changes and notices of downtime.
The SVN repository is in progress of migration to a new host.
New dojox.widget.Rating widget and even more innovation with gfx!

- peller's blog
- Login or register to post comments
- Unsubscribe blog
- Subscribe post
What's in a grid?
Scott recently created a diagram outlining the various pieces currently in the grid (click the title to see the diagram)...

- dylan's blog
- Login or register to post comments
- Unsubscribe blog
- Unsubscribe post
DojoX News: updates to charting and crypto, dojox.sketch, more.
Lots of things have been happening in DojoX lately, both big and small. I'll leave it to Pete and Adam to talk about some of the widget-based improvements that have been making their way into the codebase, but I'll talk real quick about some of the other things that have landed recently, and some upcoming things to look for.
Introducing BorderContainer
Try out the new dijit.layout.BorderContainer widget, now available in trunk. This widget combines the functionality of the LayoutContainer and SplitContainer widgets, and does so with a smaller and simpler implementation.
