|
htmlInputReset
Input reset button control class | [Previous] [Main] [Next] |
| htmlInputReset encapsulates the <INPUT TYPE="RESET"></INPUT> tags. Reset buttons clear all input field controls for the form on which they appear.
| |
|
| |
| #include <dcmicro/htmlpp/reset.h>
| |
|
| |
|
| |
| htmlForm, htmlInputSubmit
| |
|
| |
| None.
| |
|
| |
| htmlInputReset()
| |
| Constructs an standard reset button object.
| |
|
| |
| htmlInputReset( const String& button_label )
| |
| Constructs a reset button object using display label button_label.
| |
|
| |
| virtual ~htmlInputReset()
| |
| Destroys the object.
| |
|
| |
| Value | htmlInputReset& Value(const String& button_label )
| |
| Sets the button label value to button_label, and returns a reference to the object.
| |
|
| |
| Value | String Value() const
| |
| Returns the button label value as a string, or an empty string if not set.
| |
|
| |
| Clone | htmlObject FAR * Clone() const
| |
| Returns a base-class pointer to a deep copy of the object.
| |
|
| |
| See the example in Tutorial:Forms:Buttons:Reset Buttons
| |
