Home
last modified time | relevance | path

Searched refs:CheckBox (Results 1 – 2 of 2) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.checkbutton.php27 class CheckBox extends GenericFormattedBox { class
55 * @return CheckBox new checkbox element
57 * @see CheckBox::CheckBox()
67 $box =& new CheckBox($root->has_attribute('checked'),
80 * @see CheckBox::create()
82 function CheckBox($checked, $name, $value) { function in CheckBox
98 * @see CheckBox::get_max_width
112 * @see CheckBox::get_min_width
H A Dbox.php228 $box =& CheckBox::create($root, $pipeline);