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; } }
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.