dw.web
Class 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
Methods inherited from class
FormElement
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
© Copyright 2000-2024, salesforce.com inc. All rights reserved. Various trademarks held by their respective owners.