wTemplate.addTitlebarButton(ICON_URL + "i_searchgraphical.png", graphicalsearchLabel, showStateGraphicalSearch); if (configSearchText.length) { wTemplate.addTitlebarButton(ICON_URL + "i_searchtext.png", textsearchLabel, showStateTextSearch); }
<s:HGroup id="boxMessage" width="100%" includeInLayout="{msgVisible}" visible="{msgVisible}"> <mx:Image id="swfMessage" source="assets/images/loader.swf" visible="false"/> <s:Label id="txtMessage" width="98%" text=""/> <s:Label buttonMode="true" textAlign="right" click="clear()" fontWeight="bold" text="{clearLabel}" textDecoration="underline"/> </s:HGroup>
if (configSearchText.length) { wTemplate.addTitlebarButton(ICON_URL + "i_searchtext.png", textsearchLabel, showStateTextSearch); wTemplate.addTitlebarButton(ICON_URL + "i_searchgraphical.png", graphicalsearchLabel, showStateGraphicalSearch); } wTemplate.addTitlebarButton(ICON_URL + "i_table.png", resultsLabel, showStateResults);
<s:Group id="resultsList" width="100%" height="100%" visible="false" visible.resultsList="true"> <s:layout> <s:VerticalLayout gap="1" paddingTop="4"/> </s:layout> <s:HGroup id="boxMessage" width="100%" includeInLayout="{msgVisible}" visible="{msgVisible}"> <mx:Image id="swfMessage" source="assets/images/loader.swf" visible="false"/> <s:Label id="txtMessage" width="98%" text=""/> <s:Label buttonMode="true" textAlign="right" click="clear()" fontWeight="bold" text="{clearLabel}" textDecoration="underline"/> </s:HGroup>
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.