ePages 6.15.1 - DE_EPAGES/CustomForm/API/Object/CustomFormFieldWithOptions.pm

Package DE_EPAGES::CustomForm::API::Object::CustomFormFieldWithOptions

object interface for CustomFormFieldWithOptions.

Base
DE_EPAGES::CustomForm::API::Object::CustomFormField

Functions

className
saveOptions

className

Returns the class name, used for DAL access.

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

saveOptions

Saves the options from the form values

Syntax
$Field->saveOptions($hFormValues);
Input
$hFormValues (object)
servlet's form values