wiki.techinc.nl/includes/htmlform/HTMLSubmitField.php

10 lines
214 B
PHP
Raw Normal View History

<?php
/**
* Add a submit button inline in the form (as opposed to
* HTMLForm::addButton(), which will add it at the end).
*/
class HTMLSubmitField extends HTMLButtonField {
protected $buttonType = 'submit';
}