Skip to content

Commit

Permalink
Merge pull request #7269 from appcelerator/TIMOB-3594
Browse files Browse the repository at this point in the history
[TIMOB-3594] Add docs for "header" property
  • Loading branch information
cheekiatng committed Oct 7, 2015
2 parents 4773bb2 + 78e0653 commit 9dd28de
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion apidoc/Titanium/UI/TableViewRow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,14 @@ properties:
type: Boolean
default: false
platforms: [iphone,ipad]


- name: header
summary: The header title of the row.
discription: |
The `header` property is used to assign a header title to a row. It has the same effect as setting
the `headerTitle` property of a <Titanium.UI.TableViewSection>.
type: String

- name: indentionLevel
summary: Indention level for the row.
description: Indentation values greater than 0 indent the row text.
Expand Down

0 comments on commit 9dd28de

Please sign in to comment.