/**
  * Allows a child control to register a button as one which alters the state of the control, rather than initiating a save
  *
  * @param string $s_id
  */
 public function RegisterInternalButton($s_id)
 {
     parent::RegisterInternalButton($s_id);
     return $this->controlling_editor->RegisterInternalButton($s_id);
 }