//==== THIS IS HOW I ACCESS REPEATER INFORMATION ON A CLICK EVENT private function btnShowCharacterize(evt:Event):void { Alert.show ("current name - " + evt.currentTarget.getRepeaterItem().wsName); Alert.show ("current index - " + evt.currentTarget.repeaterIndices + " open/close - " + openCloseArray[index].toString()); }
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.