DraggableContainer : WOGenericContainer { elementName = elementName; id = id; class = ^class; style = ^style; draggableID = draggableID; } Content : WOComponentContent { } DraggableContainerID : WOString { value = id; } AjaxOptions : AjaxOptions { options = createAjaxOptions; } OmitContainer : WOConditional { condition = ^omitContainer; } IncludeContainer : WOConditional { condition = ^omitContainer; negate = true; }