コード例 #1
0
 public function attach($identifier)
 {
     parent::attach($identifier);
     $this->js->addClass($identifier, "modal", true);
     $this->js->attr($identifier, "role", "dialog", true);
     $this->js->attr($identifier, "aria-labelledby", "myModalLabel", true);
     $this->js->attr($identifier, "aria-hidden", true, true);
 }
コード例 #2
0
 public function attach($identifier)
 {
     parent::attach($identifier);
     $this->js->attr($identifier, "data-toggle", "collapse", true);
 }
コード例 #3
0
 public function attach($identifier)
 {
     parent::attach($identifier);
 }
コード例 #4
0
 public function attach($identifier)
 {
     parent::attach($identifier);
     $this->js->attr($identifier, "data-toggle", $this->uiName, true);
 }