Package DE_EPAGES::CustomForm::API::Object::CustomFormField
object interface for CustomFormField.
Base |
DE_EPAGES::Shop::API::Object::ShopObject |
Functions
className
Returns the class name, used for DAL access.
Syntax |
$ClassName = $CustomFormField->className; |
Return |
|
template
This function is used to overwrite the given template for the purpose that each CustomFormField class can defined its own template for the field line.
Syntax |
$Name = $Object->template($Name, $ObjectPageType); |
Input |
|
Return |
|
validateFormInput
This function calls $Servlet->form->field.
Syntax |
$Field->validateFormInput($Servlet); |
Input |
|