Home Reference Source

References

summary
public

Handles a Menu/ContextMenu globally for OS.js

public

Provides wrapper services around GUI features

public

F createField(name: String, props: Object, cb: Function, cb: Function): *

Creates a new field Element wrapper

public

F doubleTap(timeout: number): Function

Creates a double-tap event handler

public

F filteredProps(props: Object, filterKeys: String[]): Object

Filter an object based on keys

components

summary
public

F Box(props: BoxProperties, children: h[])

A flexbox

public

F BoxContainer(props: BoxProperties, children: h[])

A flexbox container

public

F BoxStyled(props: BoxProperties, children: h[])

A styled flexbox container

public

F Button(props: Object, children: h[])

A button

public

F Element(props: Object, children: h[]): *

A generic OS.js GUI container

public

F Expander(props: Object, children: h[])

A status bar

public

F Icon(props: Object, children: h[]): *

An icon

public

F Iframe(props: Object, children: h[])

A iframe

public

F Image(props: Object)

A image

public

F Label(props: Object, children: h[]): *

A label element

public

F Menu(props: Object)

A menu

public

F Menubar(props: BoxProperties, children: h[])

A menubar container

public

F MenubarItem(props: Object, children: h[]): *

A menubar item

public

F Panes(props: Object, children: h[])

Resizable panes

public

F Progressbar(props: Object, children: h[]): *

A progress bar

public

F RangeField(props: Object, children: h[])

A range field

public

F SelectField(props: Object, children: h[]): *

A text field

public

F Statusbar(props: Object, children: h[])

A status bar

public

F Tabs(props: Object, children: h[])

A tab container

public

F TextField(props: Object, children: h[])

A text field

public

F TextareaField(props: Object, children: h[])

A text field

public

F ToggleField(props: Object, children: h[])

A text field

public

F Toolbar(props: BoxProperties, children: h[])

Contains entries with spacing

public

F Video(props: Object)

A video

public

Elemet Box definition

public

T MenuItems: *

Menu tree

Directories