| Platform | Since |
|---|---|
| iPhone | 0.8 |
| iPad | 0.8 |
A set of constants for the system button styles that can be used for the button style property.
| Name | Summary |
|---|---|
| addEventListener |
Adds the specified callback as an event listener for the named event. |
| fireEvent |
Fires a synthesized event to any registered listeners. |
| removeEventListener |
Removes the specified callback as an event listener for the named event. |
| Name | Type | Summary |
|---|---|---|
| BAR | Number |
Used by tabbed bar and button bar only to use the more condensed style used in nav bars and tool bars. read-only |
| BORDERED | Number |
A simple button style with a border. read-only |
| DONE | Number |
The style for a done button - for example, a button that completes some task and returns to the previous view. read-only |
| PLAIN | Number |
Glows when tapped. The default item style. read-only |