is_ie_compatible property

is_ie_compatible property

Indicating whether the output HTML is compatible with IE browser. The defalut value is false

Definition:

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

See Also