Overview
API Versioning
Deprecated
dw.web
Class Form
Object
dw.web.FormElement
dw.web.FormGroup
dw.web.Form
The class is the top level element in the form instance hierachy.
Properties
secureKeyHtmlName :
String
(Read Only)
The secure key html name to be used for the hidden input field that will contain the secure key value.
secureKeyValue :
String
(Read Only)
The secure key value that is generated for the form to use in a hidden input field for authentication.
Constructor Summary
This class does not have a constructor, so you cannot create it directly.
Method Summary
getSecureKeyHtmlName
() :
String
Returns the secure key html name to be used for the hidden input field that will contain the secure key value.
getSecureKeyValue
() :
String
Returns the secure key value that is generated for the form to use in a hidden input field for authentication.
Methods inherited from class
FormGroup
accept
,
copyFrom
,
copyTo
,
getChildCount
,
getError
,
getObject
,
getSubmittedAction
,
getTriggeredAction
Methods inherited from class
FormElement
clearFormElement
,
getDynamicHtmlName
,
getFormId
,
getHtmlName
,
getParent
,
getValidationResult
,
invalidateFormElement
,
invalidateFormElement
,
isValid
Methods inherited from class
Object
assign
,
create
,
create
,
defineProperties
,
defineProperty
,
entries
,
freeze
,
fromEntries
,
getOwnPropertyDescriptor
,
getOwnPropertyNames
,
getOwnPropertySymbols
,
getPrototypeOf
,
hasOwnProperty
,
is
,
isExtensible
,
isFrozen
,
isPrototypeOf
,
isSealed
,
keys
,
preventExtensions
,
propertyIsEnumerable
,
seal
,
setPrototypeOf
,
toLocaleString
,
toString
,
valueOf
,
values
Method Detail
getSecureKeyHtmlName
getSecureKeyHtmlName
() :
String
Returns the secure key html name to be used for the hidden input field that will contain the secure key value.
Returns:
the secure key html name
getSecureKeyValue
getSecureKeyValue
() :
String
Returns the secure key value that is generated for the form to use in a hidden input field for authentication.
Returns:
the secure key value