17 parent::__construct( $info );
21 return $this->mClassWithButton->getElement( parent::getInputHTML( $value ) );
25 $buttonWidget = $this->mClassWithButton->getInputOOUI(
'' );
Creates a text input field with a button assigned to the input field.
HTMLFormFieldWithButton $mClassWithButton
getFieldLayoutOOUI( $inputField, $config)
Get a FieldLayout (or subclass thereof) to wrap this field in when using OOUI output.
getInputHTML( $value)
This function must be implemented to return the HTML to generate the input object itself....