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>
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.