Add feature to gets DO's children recursively (optional).#709
Add feature to gets DO's children recursively (optional).#709ivan-shaban wants to merge 1 commit into
Conversation
|
I'm not entirely sure about this feature — is this really necessary? After all, this could also be done via a custom utility method. Any other opinions? (Thanks anyway for the pull request, in any case! I appreciate the suggestion!) |
|
I will always advocate for unnecessary features to be left to extensions :) But also, if this were part of Starling mainline, it doesn't make sense to On Mon, May 11, 2015 at 12:38 AM, Daniel Sperl notifications@github.com
|
|
Hi, sorry for late answer. Anyway i think that, that kind of feature will be very usefull like a part of framework, but it may has different implementation. And if you have any ideas or suggestions how to make something similar, i can easily rework it. |
Example:
parent.getChildByName("child1.child2.child3", true);