<widget left="0" right="0" bottom="0" url="widgets/eSearch/SearchWidgetFixedDG.swf" config="widgets/eSearch/SearchWidgetFixedDG.xml"/>
<?xml version="1.0" ?> <!-- See Enhanced Search Widget Fixed Datagrid Setup.pdf for detailed explanation --> <configuration> <autohide>true</autohide> </configuration>
.... <links></links> <zoomscale>25000</zoomscale> <autoopendatagrid>true</autoopendatagrid> .....
Edin, The way that it is functioning in 3.0.6 is the way that the autohide datagrid was always intended to work. In previous versions clicking on a popup and some other odd events where causing the datagrid to appear and that behavior was fixed.
Edin, So your enhancement request is that the fixed data grid would show itself when a search is exectuted and remain visible until the user mouses over and then out?
Jorge, There is no way to completely hide the relates tab if you are using the fixed datagrid. There is the disablerelatestabinfixed attribute on the floatorfixed element as covered by the documentation.<floatorfixed disablerelatestabinfixed="true">fixed</floatorfixed>
<floatorfixed disablerelatestabinfixed="true">fixed</floatorfixed>
PopUpManager.addPopUp(myfloatdg,map,false,PopUpManagerChildList.POPUP) PopUpManager.centerPopUp(myfloatdg);
<expression alias="PolÃgono, Parcela, Recinto" textsearchlabel=""> <values> <value prompt="PolÃgono: (ej. 19)">POLIGONO = [value]</value> </values> <values> <value prompt="Parcela: (ej. 111)">AND PARCELA = [value]</value> </values> <values> <value prompt="Recinto: (ej. 9)">AND RECINTO = [value]</value> </values> </expression>
<expression alias="PolÃgono, Parcela, Recinto" textsearchlabel=""> <values> <value prompt="PolÃgono: (ej. 19)">POLIGONO = [value]</value> </values> </expression>
sort="asc|1|string"
Jorge, Just the way you did it in the QueryWidget just use 1=1 in the expression for the eSearch.
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.