altagur Posted December 9, 2013 Posted December 9, 2013 I create form with panel with label. Label on panel panel on form. I think in javascript need call like var txt = MyForm.MyPanel.MyLabel.text; alert(txt) ; But in fierbug i see MyLabel is a child of MyForm and call must be var txt = MyForm.MyLabel.text; alert(txt) ; What kind of call rooles? Or i need call var obj = document.getElementById(MyForm.MyLabel.id); var txt =obj.text; Thanks of all. Quote
Administrators Farshad Mohajeri Posted December 9, 2013 Administrators Posted December 9, 2013 Is this a bug report? Quote
altagur Posted December 9, 2013 Author Posted December 9, 2013 Excuse me for misplace. I find description how do this ( http://www.unigui.com/component/wordpress/2011/07/29/client-side-scripting-with-unigui/?Itemid=17) Please delete my question. Logically need control chain but a component chain is pleasant. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.