[ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 382 lines (12 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
HTMLFormFieldCloner:: (10 methods):
__construct()
createFieldsForKey()
rekeyValuesArray()
needsLabel()
loadDataFromRequest()
getDefault()
cancelSubmit()
validate()
getInputHTMLForKey()
getInputHTML()
Class: HTMLFormFieldCloner - X-Ref
A container for HTMLFormFields that allows for multiple copies of the set of__construct( $params ) X-Ref |
createFieldsForKey( $key ) X-Ref |
Create the HTMLFormFields that go inside this element, using the specified key. param: string $key Array key under which these fields should be named return: HTMLFormField[] |
rekeyValuesArray( $key, $values ) X-Ref |
Re-key the specified values array to match the names applied by createFieldsForKey(). param: string $key Array key under which these fields should be named param: array $values Values array from the request return: array |
needsLabel() X-Ref |
No description |
loadDataFromRequest( $request ) X-Ref |
No description |
getDefault() X-Ref |
No description |
cancelSubmit( $values, $alldata ) X-Ref |
No description |
validate( $values, $alldata ) X-Ref |
No description |
getInputHTMLForKey( $key, $values ) X-Ref |
Get the input HTML for the specified key. param: string $key Array key under which the fields should be named param: array $values return: string |
getInputHTML( $values ) X-Ref |
No description |
Generated: Fri Nov 28 14:03:12 2014 | Cross-referenced by PHPXref 0.7.1 |