Hello,
is there any solution for that problem in the web appbuilder layer list widget?
thanks.
private function onCheckBoxClick( event:MouseEvent ):void { event.stopPropagation(); if (data is TocItem) { var item:TocItem = TocItem(data); item.visible = _checkbox.selected; if(item.visible == true && item.parent.visible == false) item.parent.visible = true; } }
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.