Groovy Documentation

grails-app.taglib
Class DragAndDropTagLib

java.lang.Object
  grails-app.taglib.DragAndDropTagLib

class DragAndDropTagLib

Property Summary
def draggableList

Used to create a list with items that can be dragged to all other draggableLists.

def draggableListWorkArea

You must define a draggableListWorkArea to surround any draggableLists you want.

def grailsUITagLibService

def lists

static def namespace

def prepend

 
Constructor Summary
DragAndDropTagLib()

 
Method Summary
 
Methods inherited from class java.lang.Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Property Detail

draggableList

def draggableList
Used to create a list with items that can be dragged to all other draggableLists. id: (optional) list id class: (optional) for styling


draggableListWorkArea

def draggableListWorkArea
You must define a draggableListWorkArea to surround any draggableLists you want. This takes only one optional parameter: formReady: if true, writes out hidden inputs that contain dynamic list data for a form submission


grailsUITagLibService

def grailsUITagLibService


lists

def lists


namespace

static def namespace


prepend

def prepend


 
Constructor Detail

DragAndDropTagLib

DragAndDropTagLib()


 

Groovy Documentation