src property

src property

When the type attribute has the value “image”, this attribute specifies the location of the image to be used to decorate the graphical submit button. See the src attribute definition in HTML 4.01.

Definition:

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

See Also