[TIMOB-3594] TableViewRow.header/footer is undocumentated
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-10-21T20:15:15.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 5.1.0 |
Components | iOS |
Labels | n/a |
Reporter | Martin Prebio |
Assignee | Hans Knöchel |
Created | 2011-04-15T03:47:02.000+0000 |
Updated | 2015-11-19T20:49:11.000+0000 |
Description
Usage example in the Kitchensink: https://github.com/appcelerator/KitchenSink/blob/master/Resources/examples/table_view_api_custom_rowheader.js"> https://github.com/appcelerator/KitchenSink/blob/master/Resources/e...
But the current API documentation doesn't know this attribute: http://developer.appcelerator.com/apidoc/mobile/latest/Titanium.UI.TableViewRow-object"> http://developer.appcelerator.com/apidoc/mobile/latest/Titanium.UI....
PR: https://github.com/appcelerator/titanium_mobile/pull/7269
APPROVED. PR merged.
Reopening: Can we also have the same done for TableViewRow footer? Also, [~bhatfield] should know about any docs changes.
Also, I don't think Mobile Web supports either property.
PR (master): https://github.com/appcelerator/titanium_mobile/pull/7327 PR (5_1_X): https://github.com/appcelerator/titanium_mobile/pull/7328
Verified fixed. The header and footer properties appear on the CI docs site: http://appcelerator.github.io/appc-docs/latest/#!/api/Titanium.UI.TableViewRow-property-footer as well as in the yml files.
[~hansknoechel]: I'm not sure what I'm suppose to document for our release notes on this one.
[~bimmel]: Just, that we added doumentation for the
Ti.UI.TableViewRow
propertiesheader
andfooter
which were existing (and used by the community) before, but they have never been documented.