HTMLIsland Properties

Use

  • height

    Height of the UI element.

    For more information, see: Methods and Properties of UI Elements

  • staticHtml

    HTML source code of HTMLIsland, which must not change dynamically.

    In the back end, the IF_WD_HTML_WRITER API is available, enabling HTML code to be written and checked for correct masking. With this API you can also check the nesting of HTML elements. You can create an instance of this interface with static method NEW_WRITER of class CL_WD_HTML_WRITER. With parameter DO_NESTING_CHECK you can specify whether nesting should be checked.

    You can find an example of the syntax in the documentation for interface IF_WD_HTML_WRITER.

  • width

    Width of the UI element.

    For more information, see: Methods and Properties of UI Elements