public class ERXJSSubmitFunction extends WODynamicElement
Name | Description |
---|---|
action | the action to call when the javascript function is called and the form is submitted |
formName | the name of the form to submit (right now you must set the name properly on the desired form) |
functionName | the name of the javascript function that executes the submit |
name | the name of the hidden field that identifies which action is to be executed |
Modifier and Type | Field and Description |
---|---|
protected WOAssociation |
_action |
protected WOAssociation |
_disabled |
protected WOAssociation |
_formName |
protected WOAssociation |
_functionName |
protected WOAssociation |
_name |
_ConstructorParameters
Constructor and Description |
---|
ERXJSSubmitFunction(String elementName,
NSDictionary associations,
WOElement woelement) |
Modifier and Type | Method and Description |
---|---|
void |
appendToResponse(WOResponse response,
WOContext context) |
boolean |
disabledInComponent(WOComponent component) |
WOActionResults |
invokeAction(WORequest request,
WOContext context) |
protected String |
nameInContext(WOContext context,
WOComponent component) |
void |
takeValuesFromRequest(WORequest worequest,
WOContext wocontext) |
toString
protected WOAssociation _action
protected WOAssociation _name
protected WOAssociation _functionName
protected WOAssociation _disabled
protected WOAssociation _formName
public ERXJSSubmitFunction(String elementName, NSDictionary associations, WOElement woelement)
public void takeValuesFromRequest(WORequest worequest, WOContext wocontext)
takeValuesFromRequest
in class WOElement
protected String nameInContext(WOContext context, WOComponent component)
public boolean disabledInComponent(WOComponent component)
public WOActionResults invokeAction(WORequest request, WOContext context)
invokeAction
in class WOElement
public void appendToResponse(WOResponse response, WOContext context)
appendToResponse
in class WOElement
Copyright © 2002 – 2024 Project Wonder.