Example #1
0
 function getInputAttStatic(&$atts, &$type, &$content)
 {
     parent::getInputAttStatic($atts, $type, $content);
     $atts['type'] = "submit";
 }
Example #2
0
 function getInputAttStatic(&$atts, &$type, &$content)
 {
     parent::getInputAttStatic($atts, $type, $context);
     $atts['type'] = "checkbox";
 }
Example #3
0
 function getInputAttStatic(&$atts, &$type, &$content)
 {
     parent::getInputAttStatic($atts, $type, $content);
     unset($atts['type']);
 }