net.sf.tacos.components.scriptaculous.Droppable
name | type | required | default value | description |
---|---|---|---|---|
listener | org.apache.tapestry.IActionListener | Specifies an object that is notified when a draggable source is dropped into this droppable, which is typically a listener method of its container If a node iterated via dragSourceElement does not have an id attribute it won't be added as a draggable source. The id of the dropped draggable source can be retrieved from the request cycle as a parameter whose name is the value of the constant DRAGGABLE_PARAMETER of the class net.sf.tacos.components.scriptaculous.Droppable. | ||
hoverClass | java.lang.String | If set, the Droppable will have this additional CSS class when an accepted Draggable is hovered over it. | ||
accept | java.util.Collection | Specifies an array or a collection of strings describing CSS classes. The Droppable will only accept Draggables that have one or more of these CSS classes. |
Allow body: ( rendered )
Allow informal parameters:
Reserved parameters: -