12 protected $mFlags = [
'primary',
'progressive' ];
15 return !$request->getCheck( $this->mName );
19 return $request->getCheck( $this->mName );
Add a submit button inline in the form (as opposed to HTMLForm::addButton(), which will add it at the...
loadDataFromRequest( $request)
Get the value that this input has been set to from a posted form, or the input's default value if it ...
skipLoadData( $request)
Skip this field when collecting data.