ePages 6.17.15 - DE_EPAGES/CustomForm/API/Object/CustomFormField.pm

Package DE_EPAGES::CustomForm::API::Object::CustomFormField

object interface for CustomFormField.

Base
DE_EPAGES::Object::API::Object::Object

Functions

className
template
validateFormInput

className

Returns the class name, used for DAL access.

Syntax
$ClassName = $CustomFormField->className;
Return
$ClassName (String)
class name

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
$Name (string)
include name
$ObjectPageType (DE_EPAGES::Presentation::API::Object::ObjectPageType)
object related pagetype
Return
$Name (string)
include name

validateFormInput

This function calls $Servlet->form->field.

Syntax
$Field->validateFormInput($Servlet);
Input
$Servlet (object)
servlet