Ejemplo n.º 1
0
 function finalize()
 {
     EaseTWBPart::twBootstrapize();
     $this->includeCss('/javascript/twitter-bootstrap/css/bootstrap-switch.css');
     $this->includeJavascript('/javascript/twitter-bootstrap/js/bootstrap-switch.js');
     $this->addJavascript('$("[name=\'' . $this->getTagName() . '\']").bootstrapSwitch({' . EaseTWBPart::partPropertiesToString($this->properties) . '})', null, true);
 }