Login Register

List

Drag & Drop from dijit.Tree into dojo.dnd.Source (ordered list).

I have been playing around with Dojo's drag and drop functionalities lately to familiarize myself with the toolkit (v1.1.1).

One problem that I haven't been able to get just right is to make dragging items from a tree (copyOnly: true) into a dojo.dnd.Source which is an oredered list.
When I drop one of the tree items into the list, dojo appends a <div> element instead of creating a <li> element.

dojox.cometd - list of the subscribed clients on the server available ???

Hello!
It's hard for me to explain but I give a try and hope you understand.
My Map Web Application realizes a cometd client server communication.
Client:

dojox.cometd.init("./cometd");
dojox.cometd.subscribe("/test", sample, "publishHandler");
...

Styling Lists Contained in Accordions

I'm having a problem getting styles applied via css to unordered lists contained in an AccordionPane (using Dojo 1.1.1). In Firefox, it appears that none of the css is applied at all. In IE, the css is partially applied. Example:


<div class="accordion" dojoType="dijit.layout.AccordionContainer" duration="200">
<div id="one" dojoType="dijit.layout.AccordionPane" selected="true" title="Pane 1" href="one.html"></div>
<div id="two" dojoType="dijit.layout.AccordionPane" title="Pane 2" href="two.html"></div>

Textarea bug in Firefox?

I've hit a problem with the Textarea component that I can't work out and suspect a bug.

I'm building a form in an ordered list. In one list item I have a digit textarea. It displays fine however when used in Firefox (3) the enter key does not work.

This is the code I'm using:

<form>
<ol><li>
	<textarea style="width:300px;" dojoType="dijit.form.Textarea"></textarea>
</li></ol>
</form>

DnD List Scroll - HELP

Hi

I am creating a scriollable list using the following code

Source 2

1
2
3
4
5
6
7
Syndicate content