[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

/includes/htmlform/ -> HTMLButtonField.php (summary)

(no description)

File Size: 42 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

HTMLButtonField:: (4 methods):
  __construct()
  getInputHTML()
  needsLabel()
  validate()


Class: HTMLButtonField  - X-Ref

Adds a generic button inline to the form. Does not do anything, you must add
click handling code in JavaScript. Use a HTMLSubmitField if you merely
wish to add a submit button to a form.

__construct( $info )   X-Ref
No description

getInputHTML( $value )   X-Ref
No description

needsLabel()   X-Ref
No description

validate( $value, $alldata )   X-Ref
Button cannot be invalid

param: string $value
param: array $alldata
return: bool



Generated: Fri Nov 28 14:03:12 2014 Cross-referenced by PHPXref 0.7.1