private function getWidgetItems(widgetList:Array):ArrayCollection { var menuItems:ArrayCollection = new ArrayCollection; var widgetItem:WidgetItem; for (var i:int = 0; i < widgetList.length; ) { //If widgetList Item label equals the widget you want to eliminate if(widgetList.label == "Your widget Label") continue; //End of additional code
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.