95 $PageJS =
get_package(
'page::page_js' ,
'last' , __FILE__ );
97 $PageJS->add_javascript(
"{http_host}/$PackagePath/include/js/auto_view.js" );
127 $this->PackagePath = $thePackagePath;
129 catch( Exception $e )
159 $ContextSet->execute( $Options , $this , $this->PackagePath );
161 return( $this->Output );
163 catch( Exception $e )