/**
  * @access private
  */
 function _submitButton($value, $label)
 {
     $button = new FESubmitButton($value, $label);
     $button->set_style_attribute('class', '');
     //$button->set_attribute('loc');
     $button->onClick("disable=false");
     return $button;
 }
 function _submitButton($value, $label)
 {
     $button = new FESubmitButton($value, $label);
     $button->set_style_attribute('id');
     $button->set_attribute('loc');
     $button->onClick('disable=false');
     return $button;
 }