60 $this->PageCSS =
get_package(
'page::page_css' ,
'last' , __FILE__ );
61 $this->PageJS =
get_package(
'page::page_js' ,
'last' , __FILE__ );
62 $this->Utilities =
get_package(
'utilities' ,
'last' , __FILE__ );
92 $Path =
'{http_host}/'._get_package_relative_path_ex(
'jquery::jquery_dropdown' ,
'last' );
93 $this->PageJS->add_javascript(
"$Path/include/js/jquery.dropdownPlain.js" ,
true );
95 $this->PageCSS->add_stylesheet(
"$Path/res/css/style.css" ,
true );
96 if( $this->Utilities->detect_browser() ==
'ie' )
98 $this->PageCSS->add_stylesheet(
"$Path/res/css/ie.css" ,
true );
101 catch( Exception $e )