21 public function attach($identifier) {
22 parent::attach($identifier);
23 $this->js->addClass($identifier,
"modal",
true);
24 $this->js->attr($identifier,
"role",
"dialog",
true);
25 $this->js->attr($identifier,
"aria-labelledby",
"myModalLabel",
true);
26 $this->js->attr($identifier,
"aria-hidden",
"true",
true);