javascript Programming Glossary: textinput2
Get the reference name of an object? http://stackoverflow.com/questions/3827731/get-the-reference-name-of-an-object this.east object object.west this textInput1 new TextInput textInput2 new TextInput textInput1.eastConnect textInput2 puts textInput1.east.name.. TextInput textInput2 new TextInput textInput1.eastConnect textInput2 puts textInput1.east.name this gives undefined. In the last.. want to print out the object's reference name in this case textInput2. How do I do that javascript share improve this question..
|