Login Register

multiple

Multiple dojo, Different theme question.

Hello, it is very good design to support multiple dojo in one page, that is helpful for webapp's integration and portal application. But I encountered a problem with theme, the problem is that my application use theme tundra, but another is using soria, in that case I have both class names in the body tag, that make a confuse.

I thought maybe I did not need to add the css name to the body tag, I may add it to a high level div tag, but for some widgets like dialog, it did not work because it lives just under the body tag.

Problems updating multiple Trees with ItemFileWriteStore

Hello all:

I'm pretty new to Dojo, and I'm really impressed with it so far. I've run into a small snag with the Tree widgit though, and was wondering if I'm doing something wrong, or if I've found a bug.

I have an ItemFileWriteStore, reading JSON data from my server. There are two types within this data: 'folders', and 'items'. As you might suspect, an 'item' resides within a folder.

I have two trees. The first tree displays folders, and the item children of the folders. The second tree displays all items.

Multiple emails regexp

I need help to create a regular expression to validate an input which can be:

- null,
- one email address,
- multiple email separated by commas.

These should be valid:

Syndicate content