Search for in the Packages This site (using Yahoo!) Developers Developer mailing list General mailing list CVS commits mailing list
require_once 'HTML/QuickForm/Page.php';
string HTML_QuickForm_Page::getButtonName (string $actionName)
string HTML_QuickForm_Page::getButtonName
特定のアクションを起動する submit ボタン (もしくは <input type="image"> コントロール) の名前を返します。これは以下のようなことを意味します。 buildForm() メソッド内で
<?php $this->addElement('submit', $this->getButtonName('foo'), 'Foo'); ?>
アクションの名前です。
returns submit ボタンの "name" 属性です。
例外はスローされません。
この関数は、スタティックにコールする ことはできません。