Package DE_EPAGES::Presentation::API::Object::Form
object interface for Form.
Base |
DE_EPAGES::Object::API::Object::DALObject |
Functions
className
Returns the class name, used for DAL access.
Syntax |
$ClassName = $Form->className; |
Return |
|
dbPackage
Returns the database package, used for DAL access.
Syntax |
$DbPackage = $Form->dbPackage; |
Return |
|
findXML
find an form from an XML file by class and name.
Syntax |
$ObjectID = DE_EPAGES::Object::API::Object::Object->findXML($Handler, $hElement, $Class, $hAttributes); |
Input |
|
Return |
|
formData
Return form fields and loops.
Syntax |
my $hFormData = $Form->formData; |
Return |
|
id
Returns the Form id.
Syntax |
$FormID = $Form->id; |
Return |
|
primaryKey
Returns the name of the primary key.
Syntax |
$PrimaryKey = $Form->primaryKey; |
Return |
|