submitTitle, array( //'onclick' => 'return ajaxFileUpload();' 'id'=>'filesubmit' )); $buttons[] = new HTML_QuickForm_button('cancel_btn', $this->cancelTitle, array('onclick' => 'ShowFolder();return false;')); $this->addGroup($buttons, 'submit_grp'); return true; } } ?>