24 include_once
'Services/UIComponent/Toolbar/interfaces/interface.ilToolbarItem.php';
59 $this->value = $a_value;
79 $this->checked = $a_checked;
99 $this->optiontitle = $a_optiontitle;
122 $item->setValueByArray($a_values);
133 $this->additional_attributes = $a_attrs;
182 $tpl =
new ilTemplate(
"tpl.prop_checkbox.html",
true,
true,
"Services/Form");
194 $tpl->setVariable(
"PROPERTY_CHECKED",
195 'checked="checked"');
199 $tpl->setVariable(
"DISABLED",
200 'disabled="disabled"');
203 if ($a_mode ==
"toolbar")
208 $tpl->setVariable(
"STYLE_PAR",
'display: -moz-inline-stack; display:inline-block; zoom: 1; *display:inline;');
223 $a_tpl->setCurrentBlock(
"prop_generic");
224 $a_tpl->setVariable(
"PROP_GENERIC", $html);
225 $a_tpl->parseCurrentBlock();
250 $data = unserialize($a_data);
264 $html = $this->
render(
'toolbar');