Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-15367] getParent() doesn't listed in the docs

GitHub Issuen/a
TypeStory
PriorityLow
StatusClosed
ResolutionDuplicate
Resolution Date2016-09-02T05:19:40.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsgetparent
ReporterIngo Muschenetz
AssigneeEric Merriman
Created2013-09-29T04:30:27.000+0000
Updated2017-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);

Comments

  1. Chris Barber 2016-09-02

    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.
  2. Lee Morris 2017-03-21

    Closing ticket as duplicate with reference to the above comments.

JSON Source