ajaxAction = $ajaxAction ? $ajaxAction : $action; parent::__construct($action, $title, $form); } function Field() { return $this->createTag('input', array( 'class' => "ajaxAction-$this->ajaxAction action", 'id' => $this->id(), 'type' => 'submit', 'value' => $this->title, 'tabindex' => $this->getTabIndex() )); } function Title() { return false; } } ?>