Back to Dojo

Dojo DnD markup container test

testsDOH/dnd/test_container_markup.html

1.17.3618 B
Original Source

Dojo DnD markup container test

This example is functionally equivalent to test_container.html example but is done using the Dojo markup.

Containers have a notion of a "current container", and one element can be "current".

See dndDefault.css for example styling

DIV container

Item 1

Item 2

Item 3

UL container

  • Item 1
  • Item 2
  • Item 3

OL container

  1. Item 1
  2. Item 2
  3. Item 3

TABLE container

| A | row 1 | | B | row 2 | | C | row 3 |

P container with SPAN elements

Elements of this container are layed out horizontally.

Item 1 Item 2 Item 3