Ejemplo n.º 1
0
 function __construct(IGuayaquilExtender $extender, $oem)
 {
     parent::__construct($extender);
     $this->AppendJavaScript(dirname(__FILE__) . '/../jquery.tooltip.js');
     $this->AppendJavaScript(dirname(__FILE__) . '/applicability.js');
     $this->oem = $oem;
 }
Ejemplo n.º 2
0
 function __construct(IGuayaquilExtender $extender)
 {
     parent::__construct($extender);
     $this->closedimage = $this->Convert2uri(dirname(__FILE__) . DIRECTORY_SEPARATOR . $this->closedimage);
     $this->opennedimage = $this->Convert2uri(dirname(__FILE__) . DIRECTORY_SEPARATOR . $this->opennedimage);
     $this->fullreplacementimage = $this->Convert2uri(dirname(__FILE__) . DIRECTORY_SEPARATOR . $this->fullreplacementimage);
     $this->forwardreplacementimage = $this->Convert2uri(dirname(__FILE__) . DIRECTORY_SEPARATOR . $this->forwardreplacementimage);
     $this->backwardreplacementimage = $this->Convert2uri(dirname(__FILE__) . DIRECTORY_SEPARATOR . $this->backwardreplacementimage);
     $this->detailinfoimage = $this->Convert2uri(dirname(__FILE__) . DIRECTORY_SEPARATOR . $this->detailinfoimage);
     $this->cartimage = $this->Convert2uri(dirname(__FILE__) . DIRECTORY_SEPARATOR . $this->cartimage);
 }
Ejemplo n.º 3
0
 function __construct(IGuayaquilExtender $extender)
 {
     parent::__construct($extender);
     $this->detaillistrenderer = $this->CrateDetailListRenderer();
     $this->detaillistrenderer->group_by_filter = 1;
     $this->closedimage = $this->Convert2uri(dirname(__FILE__) . DIRECTORY_SEPARATOR . $this->closedimage);
     $this->cartimage = $this->Convert2uri(dirname(__FILE__) . DIRECTORY_SEPARATOR . $this->cartimage);
     $this->detailinfoimage = $this->Convert2uri(dirname(__FILE__) . DIRECTORY_SEPARATOR . $this->detailinfoimage);
     $this->zoom_image = $this->Convert2uri(dirname(__FILE__) . '/../images/zoom.png');
     $this->AppendJavaScript(dirname(__FILE__) . '/../jquery.colorbox.js');
     $this->AppendCSS(dirname(__FILE__) . '/../colorbox.css');
 }
Ejemplo n.º 4
0
 function __construct(IGuayaquilExtender $extender)
 {
     parent::__construct($extender);
     $this->unitimagerenderer = $this->CreateUnitImageRenderer();
     $this->detaillistrenderer = $this->CrateDetailListRenderer();
     $this->closedimage = $this->Convert2uri(dirname(__FILE__) . DIRECTORY_SEPARATOR . $this->closedimage);
     $this->cartimage = $this->Convert2uri(dirname(__FILE__) . DIRECTORY_SEPARATOR . $this->cartimage);
     $this->detailinfoimage = $this->Convert2uri(dirname(__FILE__) . DIRECTORY_SEPARATOR . $this->detailinfoimage);
     $this->mouse_wheel = $this->Convert2uri(dirname(__FILE__) . DIRECTORY_SEPARATOR . $this->mouse_wheel);
     $this->mouse = $this->Convert2uri(dirname(__FILE__) . DIRECTORY_SEPARATOR . $this->mouse);
     $this->lmb = $this->Convert2uri(dirname(__FILE__) . DIRECTORY_SEPARATOR . $this->lmb);
     $this->move = $this->Convert2uri(dirname(__FILE__) . DIRECTORY_SEPARATOR . $this->move);
     $this->arrow = $this->Convert2uri(dirname(__FILE__) . DIRECTORY_SEPARATOR . $this->arrow);
 }
Ejemplo n.º 5
0
 function __construct(IGuayaquilExtender $extender)
 {
     parent::__construct($extender);
 }
Ejemplo n.º 6
0
 function __construct(IGuayaquilExtender $extender)
 {
     parent::__construct($extender);
     $this->iconsFolder = $this->Convert2uri(dirname(__FILE__) . DIRECTORY_SEPARATOR . $this->iconsFolder) . '/';
 }
Ejemplo n.º 7
0
 function __construct(IGuayaquilExtender $extender)
 {
     parent::__construct($extender);
     $this->AppendJavaScript(dirname(__FILE__) . '/../jquery.tooltip.js');
     $this->AppendJavaScript(dirname(__FILE__) . '/vehicletable.js');
 }