예제 #1
0
 function realize()
 {
     $checkBox = widget::realize();
     $this->left += 10;
     if ($this->abs == 1) {
         $style = "style='top:" . $this->top . "px;left:" . $this->left . "px;position:absolute'";
     }
     $checkBox += "<label for=\"" . $this->name . "\">{$this->caption}</label>";
     return $checkBox;
 }