Detailed Description
Class loads paginator3000 component.
- Author
- Dodonov A.A.
Definition at line 26 of file colorbox.php.
Constructor & Destructor Documentation
Constructor.
- Exceptions
-
| Exception | An exception of this type is thrown. |
- Author
- Dodonov A.A.
Definition at line 56 of file colorbox.php.
{
try
{
$this->CachedMultyFS =
get_package(
'cached_multy_fs' ,
'last' , __FILE__ );
$this->PageCSS =
get_package(
'page::page_css' ,
'last' , __FILE__ );
$this->PageJS =
get_package(
'page::page_js' ,
'last' , __FILE__ );
}
catch( Exception $e )
{
}
}
Member Function Documentation
| compile_colorbox |
( |
& |
$Settings | ) |
|
Function processes macro 'colorbox'.
- Parameters
-
- Returns
- Processed string.
- Exceptions
-
| Exception | - An exception of this type is thrown. |
- Author
- Dodonov A.A.
Definition at line 154 of file colorbox.php.
{
try
{
$Code = $this->CachedMultyFS->get_template( __FILE__ , 'colorbox.tpl' );
$Selector = $Settings->get_setting( 'selector' );
$Code = str_replace( '{selector}' , $Selector , $Code );
return( $Code );
}
catch( Exception $e )
{
}
}
| pre_generation |
( |
|
$Options | ) |
|
Function executes before any page generating actions took place.
- Parameters
-
- Exceptions
-
| Exception | An exception of this type is thrown. |
- Author
- Dodonov A.A.
Definition at line 88 of file colorbox.php.
{
try
{
$PackagePath = '{http_host}/'._get_package_relative_path_ex( 'gui::colorbox' , '1.0.0' );
$this->PageJS->add_javascript( "$PackagePath/include/js/jquery.colorbox-min.js" );
$this->PageCSS->add_stylesheet( "$PackagePath/res/css/colorbox.css" );
}
catch( Exception $e )
{
}
}
View for the scripting library.
- Parameters
-
- Exceptions
-
| Exception | An exception of this type is thrown. |
- Author
- Dodonov A.A.
Definition at line 120 of file colorbox.php.
{
try
{
return( '' );
}
catch( Exception $e )
{
}
}
Field Documentation
Cached packages.
- Author
- Dodonov A.A.
Definition at line 38 of file colorbox.php.
The documentation for this class was generated from the following file: