RE: [flexcoders] How to access control attributes inside a repeater

2005-10-27 Thread Gordon Smith
, October 27, 2005 10:24 AM To: 'flexcoders@yahoogroups.com' Subject: RE: [flexcoders] How to access control attributes inside a repeater Hi All, Thanks to all who put a thought about it. I was advised to id the component which is repeated and use that id in action script to access the controls

RE: [flexcoders] How to access control attributes inside a repeater

2005-10-26 Thread Merrill, Jason
I cant believe I am actually answering a question here. What does department.xml look like? If your XML is like this for example: dashboard menu button label=Help/ dropDowns dropDown label=Site Location: item label=AFDW/ You should be able to just add the next node

RE: [flexcoders] How to access control attributes inside a repeater

2005-10-26 Thread Merrill, Jason
I didnt see you attached files since I am viewing via Outlook. Usually thats frowned upon on lists, but maybe with Yahoo lists like this its OK. Anyway, since I was off on your question apparently, now I really cant believe I responded. Jason Merrill | E-Learning Solutions |

RE: [flexcoders] How to access control attributes inside a repeater

2005-10-26 Thread Merrill, Jason
, October 26, 2005 11:48 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] How to access control attributes inside a repeater I didnt see you attached files since I am viewing via Outlook. Usually thats frowned upon on lists, but maybe with Yahoo lists like this its OK. Anyway, since I

RE: [flexcoders] How to access control attributes inside a repeater

2005-10-26 Thread Tracy Spratt
] On Behalf Of Doodi, Hari - BLS CTR Sent: Wednesday, October 26, 2005 3:02 PM To: 'flexcoders@yahoogroups.com' Subject: RE: [flexcoders] How to access control attributes inside a repeater I tried . Alert.show(this.deptForm[i].deptDesc.text); Alert.show(this.parent.deptForm[i].deptDesc.text