$availableDisplayFormats | HTMLForm | protected |
$availableSubclassDisplayFormats | HTMLForm | protected |
$context | ContextSource | private |
$displayFormat | VFormHTMLForm | protected |
$mAction | HTMLForm | protected |
$mAutocomplete | HTMLForm | protected |
$mButtons | HTMLForm | protected |
$mCancelTarget | HTMLForm | protected |
$mFieldData | HTMLForm | |
$mFieldTree | HTMLForm | protected |
$mFlatFields | HTMLForm | protected |
$mFooter | HTMLForm | protected |
$mFormIdentifier | HTMLForm | protected |
$mHeader | HTMLForm | protected |
$mHiddenFields | HTMLForm | protected |
$mId | HTMLForm | protected |
$mMessagePrefix | HTMLForm | protected |
$mMethod | HTMLForm | protected |
$mName | HTMLForm | protected |
$mPost | HTMLForm | protected |
$mPre | HTMLForm | protected |
$mSectionFooters | HTMLForm | protected |
$mSectionHeaders | HTMLForm | protected |
$mShowCancel | HTMLForm | protected |
$mShowReset | HTMLForm | protected |
$mShowSubmit | HTMLForm | protected |
$mSubmitCallback | HTMLForm | protected |
$mSubmitFlags | HTMLForm | protected |
$mSubmitID | HTMLForm | protected |
$mSubmitName | HTMLForm | protected |
$mSubmitText | HTMLForm | protected |
$mSubmitTooltip | HTMLForm | protected |
$mSubSectionBeforeFields | HTMLForm | protected |
$mTableId | HTMLForm | protected |
$mTitle | HTMLForm | protected |
$mTokenSalt | HTMLForm | protected |
$mUseMultipart | HTMLForm | protected |
$mValidationErrorMessage | HTMLForm | protected |
$mWasSubmitted | HTMLForm | protected |
$mWrapperLegend | VFormHTMLForm | protected |
$typeMappings | HTMLForm | static |
__construct( $descriptor, $context=null, $messagePrefix='') | HTMLForm | |
addButton( $data) | HTMLForm | |
addFooterText( $msg, $section=null) | HTMLForm | |
addHeaderText( $msg, $section=null) | HTMLForm | |
addHiddenField( $name, $value, array $attribs=[]) | HTMLForm | |
addHiddenFields(array $fields) | HTMLForm | |
addPostText( $msg) | HTMLForm | |
addPreText( $msg) | HTMLForm | |
canUseWikiPage() | ContextSource | |
displayForm( $submitResult) | HTMLForm | |
displaySection( $fields, $sectionName='', $fieldsetIDPrefix='', &$hasUserVisibleFields=false) | HTMLForm | |
exportSession() | ContextSource | |
factory( $displayFormat) | HTMLForm | static |
filterDataForSubmit( $data) | HTMLForm | |
formatErrors( $errors) | HTMLForm | |
formatSection(array $fieldsHtml, $sectionName, $anyFieldHasLabel) | HTMLForm | protected |
getAction() | HTMLForm | |
getBody() | HTMLForm | |
getButtons() | VFormHTMLForm | |
getClassFromDescriptor( $fieldname, &$descriptor) | HTMLForm | static |
getConfig() | ContextSource | |
getContext() | ContextSource | |
getDisplayFormat() | HTMLForm | |
getErrors( $errors) | HTMLForm | |
getErrorsOrWarnings( $elements, $elementsType) | HTMLForm | |
getField( $fieldname) | HTMLForm | |
getFooterText( $section=null) | HTMLForm | |
getFormAttributes() | VFormHTMLForm | protected |
getHeaderText( $section=null) | HTMLForm | |
getHiddenFields() | HTMLForm | |
getHTML( $submitResult) | VFormHTMLForm | |
getLanguage() | ContextSource | |
getLegend( $key) | HTMLForm | |
getMessage( $value) | HTMLForm | protected |
getMethod() | HTMLForm | |
getOutput() | ContextSource | |
getPreText() | HTMLForm | |
getRequest() | ContextSource | |
getSkin() | ContextSource | |
getStats() | ContextSource | |
getSubmitText() | HTMLForm | |
getTiming() | ContextSource | |
getTitle() | HTMLForm | |
getUser() | ContextSource | |
getWikiPage() | ContextSource | |
hasField( $fieldname) | HTMLForm | |
loadData() | HTMLForm | |
loadInputFromParameters( $fieldname, $descriptor, HTMLForm $parent=null) | VFormHTMLForm | static |
msg( $key) | ContextSource | |
needsJSForHtml5FormValidation() | HTMLForm | |
prepareForm() | HTMLForm | |
setAction( $action) | HTMLForm | |
setAutocomplete( $autocomplete) | HTMLForm | |
setCancelTarget( $target) | HTMLForm | |
setContext(IContextSource $context) | ContextSource | |
setDisplayFormat( $format) | HTMLForm | |
setFooterText( $msg, $section=null) | HTMLForm | |
setFormIdentifier( $ident) | HTMLForm | |
setHeaderText( $msg, $section=null) | HTMLForm | |
setId( $id) | HTMLForm | |
setIntro( $msg) | HTMLForm | |
setMessagePrefix( $p) | HTMLForm | |
setMethod( $method='post') | HTMLForm | |
setName( $name) | HTMLForm | |
setPostText( $msg) | HTMLForm | |
setPreText( $msg) | HTMLForm | |
setSubmitCallback( $cb) | HTMLForm | |
setSubmitDestructive() | HTMLForm | |
setSubmitID( $t) | HTMLForm | |
setSubmitName( $name) | HTMLForm | |
setSubmitProgressive() | HTMLForm | |
setSubmitText( $t) | HTMLForm | |
setSubmitTextMsg( $msg) | HTMLForm | |
setSubmitTooltip( $name) | HTMLForm | |
setTableId( $id) | HTMLForm | |
setTitle( $t) | HTMLForm | |
setTokenSalt( $salt) | HTMLForm | |
setValidationErrorMessage( $msg) | HTMLForm | |
setWrapperLegend( $legend) | HTMLForm | |
setWrapperLegendMsg( $msg) | HTMLForm | |
show() | HTMLForm | |
showAlways() | HTMLForm | |
showCancel( $show=true) | HTMLForm | |
suppressDefaultSubmit( $suppressSubmit=true) | HTMLForm | |
suppressReset( $suppressReset=true) | HTMLForm | |
tryAuthorizedSubmit() | HTMLForm | |
trySubmit() | HTMLForm | |
wasSubmitted() | HTMLForm | |
wrapFieldSetSection( $legend, $section, $attributes, $isRoot) | HTMLForm | protected |
wrapForm( $html) | VFormHTMLForm | |