Exemplo n.º 1
0
 /**
  *
  *
  * @param string $class
  */
 private function createLook($class)
 {
     $style = new HTMLStyle("{$class}");
     $style->width = "{$this->wth}px";
     $style->height = $this->hgt + 2 . "px";
     $style->border = "1px solid  #E7E7F1";
     $style->background_color = "#FAFAFB";
     //$style->z_index = self::$counter + "100000";
     return $style->getOutput();
 }