Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammaddadu committed Oct 14, 2014
1 parent 79a116d commit d71641d
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions apidoc/Titanium/UI/ButtonBar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,19 +88,19 @@ properties:
deprecated:
since: "3.4.1"
notes: The style property no longer has any effect on iOS7 and greater.
examples:
- title: Simple 3 button button bar
example: |
var bb1 = Titanium.UI.createButtonBar({
labels:['One', 'Two', 'Three'],
backgroundColor:'#336699',
top:50,
style:Titanium.UI.iPhone.SystemButtonStyle.BAR,
height:25,
width:200
});
win.add(bb1);
examples:
- title: Simple 3 button button bar
example: |
var bb1 = Titanium.UI.createButtonBar({
labels:['One', 'Two', 'Three'],
backgroundColor:'#336699',
top:50,
style:Titanium.UI.iPhone.SystemButtonStyle.BAR,
height:25,
width:200
});
win.add(bb1);
- title: Alloy XML Markup
example: |
Expand Down

0 comments on commit d71641d

Please sign in to comment.