//==== 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()); }
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.