ePages 6.17.9 - 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 (ref.hash)
servlet's form values with keys:
  • Options - array of hashes with keys OptionObjectID, OptionLangID, OptionName
  • NewOptions - array of hashes with keys NewOptionCount, NewOptionName
  • ListDeletings - array of hashes with key DeleteOptionID