public class ERXClickableContainer
extends com.webobjects.appserver._private.WOGenericContainer
ERXClickableContainer is a WOGenericContainer with easier support for the
javascript onclick event. For instance,
<wo:ERXClickableContainer action = "$someAction">
would create a div (by default) with an onclick action that executes the
given component action and replaces the page with the results.
Author:
mschrag
Bindings
Name
Description
elementName
the HTML element name to use (div by default)
action
the action to perform
actionClass
the class name that contains the direct action
directActionName
the name of the direct action to execute
disabled
if true, the onclick is not added to this container
Field Summary
Fields inherited from class com.webobjects.appserver._private.WOGenericElement
_elementId
Fields inherited from class com.webobjects.appserver._private.WOHTMLDynamicElement