Closing a form
Closing a form internally and will echo form closing code and form related css and js code if needed
$closeType could be one of the following types
| Type | Description |
|---|---|
| Form::$SUBMIT | Add submit and Cancel button. Close a form after that |
| Array | Add submit, cancel and extra buttons from an array. |
| false | Just close a form. No need to generate extra buttons |