value property
value property
The current form control value. See the value attribute definition in HTML 4.01.
Definition:
@property
def value(self):
...
@value.setter
def value(self, value):
...
See Also
- module
aspose.html
- class
HTMLButtonElement