Show TOC Start of Content Area

Background documentation FlashIsland  Locate the document in its SAP Library structure

Description of UI Element Properties

      enabled

Determines whether the UI element is enabled. An enabled UI element can respond to user input and generate events.

      height

Determines the height of the FlashIsland, which you can specify in relative CSS units like emor ex.

      swfFile

Determines a server local path to the SWF file that contains the FlashIsland. If you store the respective file in the mime repository, you can specify the file name directly without specifying a path. The SWF file of a FlashIsland cannot be changed while it is visible. For debugging the debugging version of the FlashIsland with the extension -debug.swf instead of .swf should be placed in the same directory.

      tooltip

The text that is displayed when the mouse cursor is moved onto the UI element.

      visible

Determines whether the UI element is visible. More information: Common UI Element Properties

      width

Specifies the width of the FlashIsland in relative CSS units like em, ex, or percentage.

Properties Overview

Name

Interface

Type

Initial value

Bindable

enabled

IWDAbstractGenericActiveComponent

boolean

true

bindable

height

IWDAbstractGenericActiveComponent

String

 

bindable

swfFile

IWDFlashIsland

String

 

bindable

tooltip

IWDAbstractGenericActiveComponent

String

 

bindable

visible

IWDAbstractGenericActiveComponent

WDVisibility

visible

bindable

width

IWDAbstractGenericActiveComponent

String

 

bindable

More Information

For the mime repository: Specifying the Image Source

End of Content Area