[TIMOB-15367] getParent() doesn't listed in the docs
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | Low |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2016-09-02T05:19:40.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | getparent |
Reporter | Ingo Muschenetz |
Assignee | Eric Merriman |
Created | 2013-09-29T04:30:27.000+0000 |
Updated | 2017-03-21T22:52:27.000+0000 |
Description
Function getParent() doesn't listed in the docs. I haven't tried every object ,so I don't know where everywhere is this function missing.
*Example:*
var win = Ti.UI.createWindow({
title: "Hello!"
});
var childView = Ti.UI.createView();
win.add(childView);
win.open();
console.log(childView.getParent().title);
This is a strict dupe of TIMOB-14795, but
getParent()
isn't fully implemented, so TIMOB-14795 will be to add it, ensure parity, and documentation.Closing ticket as duplicate with reference to the above comments.