multiple property
multiple property
If true, multiple OPTION
elements may be selected in this SELECT
. See the multiple attribute definition in HTML 4.01.
Definition:
@property
def multiple(self):
...
@multiple.setter
def multiple(self, value):
...
See Also
- module
aspose.html
- class
HTMLSelectElement