size property

size property

Size information. The precise meaning is specific to each type of field. See the size attribute definition in HTML 4.01. @version DOM Level 2

Definition:

@property
def size(self):
    ...
@size.setter
def size(self, value):
    ...

See Also