isIgnoreMixed
Description
This function can be used to find out if an element is ignoring it's mixed status. This can be used to when executing specific code to 'correct' an element's content.
Syntax
xopuselement.isIgnoreMixed () : Boolean
Return Value
Boolean. true if the element is configured as ignoreMixed, and false if it is not configured as such, or configured with ignoreMixed="false"
History
| version | event |
|---|---|
| Xopus 4.3.1 | Introduction. |