¡@

Home 

javascript Programming Glossary: textinput

Get the reference name of an object?

http://stackoverflow.com/questions/3827731/get-the-reference-name-of-an-object

an object I have an object inside another object function TextInput this.east this.west TextInput.prototype.eastConnect function.. another object function TextInput this.east this.west TextInput.prototype.eastConnect function object this.east object object.west.. object this.east object object.west this textInput1 new TextInput textInput2 new TextInput textInput1.eastConnect textInput2 puts..