require_once 'HTML/QuickForm/Page.php';
string HTML_QuickForm_Page::getButtonName (string $actionName)
string HTML_QuickForm_Page::getButtonName
Returns a name for a submit button (or an <input type="image"> control) that will invoke a specific action. This means the following: if you do
$this->addElement('submit', $this->getButtonName('foo'), 'Foo');
Name of the action
returns "name" attribute for a submit button
throws no exceptions thrown
This function can not be called statically.