<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > TextBox > Method >GetParent |
Gets the parent component.
Prototype :
object GetParent
(
No Arguments
)
Example :
var myParent = This.GetParent();
_TraceLn(myParent.GetName());
Available Events :
OnBind, OnInitialize, OnStartBind