ultimix
data_form_1_0_0 Class Reference

Public Member Functions

 pre_generation ($Options)

Detailed Description

Data form.

Author
Dodonov A.A.

Definition at line 26 of file data_form.php.

Member Function Documentation

pre_generation (   $Options)

Function executes before any page generating actions took place.

Parameters
$Options- Settings.
Exceptions
Exception- An exception of this type is thrown.
Author
Dodonov A.A.

Definition at line 46 of file data_form.php.

{
try
{
$PageJS = get_package( 'page::page_js' , 'last' , __FILE__ );
$Path = _get_package_relative_path_ex( 'data_form' , '1.0.0' );
$PageJS->add_javascript( "{http_host}/$Path/include/js/data_form.js" );
}
catch( Exception $e )
{
$a = func_get_args();_throw_exception_object( __METHOD__ , $a , $e );
}
}

The documentation for this class was generated from the following file: