htmlInputReset
Input reset button control class
[Previous] [Main] [Next]


Description
htmlInputReset encapsulates the <INPUT TYPE="RESET"></INPUT> tags. Reset buttons clear all input field controls for the form on which they appear.  
 
Declaration
#include <dcmicro/htmlpp/reset.h>  
 
Hierarchy
htmlinputreset.gif  
 
See Also
htmlForm, htmlInputSubmit  
 
Related Constants/Definitions
None.  
 
Constructors
htmlInputReset()  
Constructs an standard reset button object.  
 
htmlInputReset( const String& button_label )  
Constructs a reset button object using display label button_label.  
 
Destructor
virtual ~htmlInputReset()  
Destroys the object.  
 
Member Methods
ValuehtmlInputReset& Value(const String& button_label )  
Sets the button label value to button_label, and returns a reference to the object.  
 
ValueString Value() const  
Returns the button label value as a string, or an empty string if not set.  
 
ClonehtmlObject FAR * Clone() const  
Returns a base-class pointer to a deep copy of the object.  
 
Example

See the example in Tutorial:Forms:Buttons:Reset Buttons  




©1998 DC Micro Development. All rights reserved.
No portion of this document may be c opied or reproduced without expressed written consent.
html++ is a trademark of DC Micro Development.