Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Phone API Reference - UI Core - window - remove

remove

Description

Removes one or more widgets from a group.

Basic Example: 

exampleObj.remove(widget[, widget...]); 

Parameters

Name

Required

Type

Default

Description

widget

Yes

widget

Widget to act on.

Examples

Remove widgets from a variety of objects.

window.remove(alertWidget);
group.remove(titleWidget);
scroll.remove(imgWidget1, imgWidget2);

  • No labels