I have a collapsible panel which display set of information pulled from database on display text fields. Based on the data i want to access the corresponding collapsible panels text field and update the label of it.
I used index to identify which collapsible panel i need to select but for the text feild i cannot access it using this
$textboxname[i].setLabel()
But i can do this
$textboxname[1]. SetLabel()
Please tell me a way to get the parameterized one working