Class \Prado\Web\UI\ActiveControls\TActiveHiddenField
TActiveHiddenField class
TActiveHiddenField displays a hidden input field on a Web page. The value of the input field can be accessed via \Prado\Web\UI\ActiveControls\getValue property.
Class hierarchy
- \Prado\Web\UI\ActiveControls\TActiveHiddenField implements IActiveControl
- \Prado\Web\UI\WebControls\THiddenField implements IPostBackDataHandler, IValidatable, IDataRenderer
- \Prado\Web\UI\TControl implements IRenderable, IBindable
- \Prado\TApplicationComponent
- \Prado\TComponent
Since: 3.1
public
|
__construct() : mixed
Creates a new callback control, sets the adapter to
TActiveControlAdapter. If you override this class, be sure to set the
adapter appropriately by, for example, by calling this constructor.
|
public
|
|
public
|
|
public
|
setValue(string $value) : mixed
Client-side Value property can only be updated after the OnLoad stage.
|