Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Any app that wishes to display something after being put in the foreground must begin by attaching things to the window object.

Methods

Name 

Description 

add

Adds one or more widgets to the group.

clear

Removes all child elements from the group or removes all content from the list.

remove

Removes one or more widgets from a group.

Properties

Name 

Description 

showSoftkeys 

Boolean value that determines whether the softkey bar will be displayed. Can be set to false to allow drawing to the entire screen.

Note: actions assigned to softkeys will still be performed when the softkey bar is hidden.

...