Exemplo n.º 1
0
 public static function AddButton($title, $url, $onclick = null, $alt = null, $img = null, $id = null)
 {
     if (!self::$toolbar) {
         self::$toolbar = new GuayaquilToolbar();
     }
     self::$toolbar->buttons[] = array('title' => $title, 'url' => $url, 'onclick' => $onclick, 'alt' => $alt, 'img' => $img, 'id' => $id);
 }