read_only property
read_only property
This control is read-only. Relevant only when type
has the
value “text” or “password”. See the readonly attribute definition in
HTML 4.01.
Definition:
@property
def read_only(self):
...
@read_only.setter
def read_only(self, value):
...
See Also
- module
aspose.html
- class
HTMLInputElement