public class GXFormTag extends GXAbstractTag
<form> tag.
Along with the form, the JavaScript function gx_postBack and a hidden field which saves the target function are rendered.
<gx:form>
...
Field1: <gx:input ...>
Field2: <gx:input ...>
...
</gx:form>
| Constructor and Description |
|---|
GXFormTag() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Returns the form ID.
|
void |
setOnsubmit(String value)
Called by the JSP page for setting the
onsubmit attribute to the tag output HTML. |
void |
setSupportFileUpload() |
doAfterBody, doEndTag, doStartTag, getInnerHTML, getMainContext, getName, setAlign, setAttributes, setBgcolor, setCssClass, setHeight, setId, setOnclick, setPageContext, setStyle, setTitle, setVisible, setWidthpublic void setOnsubmit(String value)
onsubmit attribute to the tag output HTML.value - The onsubmit attribute valuepublic String getId()
getId in class GXAbstractTagpublic void setSupportFileUpload()
Copyright 2022 Software AG. All rights reserved. Use is subject to license terms.