ultimix
jquery_1_7_1 Class Reference

Public Member Functions

 __construct ()
 pre_generation (&$Options)

Data Fields

 $JQueryMarkup = false
 $PageCSS = false
 $PageJS = false

Detailed Description

Class loads jquery library.

Author
Dodonov A.A.

Definition at line 26 of file jquery.php.

Constructor & Destructor Documentation

__construct ( )

Constructor.

Exceptions
ExceptionAn exception of this type is thrown.
Author
Dodonov A.A.

Definition at line 56 of file jquery.php.

{
try
{
$this->JQueryMarkup = get_package( 'jquery::jquery_markup' , 'last' , __FILE__ );
$this->PageCSS = get_package( 'page::page_css' , 'last' , __FILE__ );
$this->PageJS = get_package( 'page::page_js' , 'last' , __FILE__ );
}
catch( Exception $e )
{
$a = func_get_args();_throw_exception_object( __METHOD__ , $a , $e );
}
}

Member Function Documentation

pre_generation ( $Options)

Function executes before any page generating actions took place.

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

Definition at line 225 of file jquery.php.

{
try
{
$Path = '{http_host}/'._get_package_relative_path_ex( 'jquery' , 'last' );
$this->load_jquery_core( $Path );
$this->load_framework_scripts( $Path );
$this->load_widgets_scripts( $Path );
$this->load_styles_and_languages( $Path );
}
catch( Exception $e )
{
$a = func_get_args();_throw_exception_object( __METHOD__ , $a , $e );
}
}

Field Documentation

$JQueryMarkup = false

Cached packages.

Author
Dodonov A.A.

Definition at line 38 of file jquery.php.

$PageCSS = false

Definition at line 39 of file jquery.php.

$PageJS = false

Definition at line 40 of file jquery.php.


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