I want to disable some of the functions on Graphical Search. See the attachment file. I commented out some of the functions but my spatial seach won't function correctly after commented out these lines:
<s:Image toolTip="{includetextquerywarnTip}" visible="{(cboLayerGraphical.selectedItem != cboLayerText.selectedItem)}"
width="{includeTextQuery.width}" height="{includeTextQuery.height}"
source="{WIDGET_URL + 'blank.png'}" fillMode="repeat"
includeInLayout="{(cboLayerGraphical.selectedItem != cboLayerText.selectedItem)}"/>
<s:CheckBox id="includeTextQuery" selected="false" label="{lblInclueTextQuery}"
enabled="{(cboLayerGraphical.selectedItem == cboLayerText.selectedItem)}" />
Please show me the easy ways.
Thanks.
<s:Image toolTip="{includetextquerywarnTip}" visible="{(cboLayerGraphical.selectedItem != cboLayerText.selectedItem)}"
width="{includeTextQuery.width}" height="{includeTextQuery.height}"
source="{WIDGET_URL + 'blank.png'}" fillMode="repeat"
includeInLayout="{(cboLayerGraphical.selectedItem != cboLayerText.selectedItem)}"/>
<s:CheckBox id="includeTextQuery" selected="false" label="{lblInclueTextQuery}"
enabled="{(cboLayerGraphical.selectedItem == cboLayerText.selectedItem)}" />
Please show me the easy ways.
Thanks.