[mapguide-users] 6. Re: Mapguide 2.5.1 fusion search widget not working (Steve G)

Jacco Wanders | TTE Consultants wanders at engineers.nl
Fri Oct 18 01:53:39 PDT 2013


Thanks Steve!
It's working now!!:)
Below the xml codes which works!

Again, thx for the effort of helping me!

<?xml version="1.0"?>
<WidgetType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="UiWidgetType">
  <Name>Search TaskPane</Name>
  <Type>Search</Type>
  <Location />
  <Extension>
    <Target>NewWindow</Target>
    <Prompt>Search (TaskPane)</Prompt>
    <Layer>gebouwen_met_dbase_velden</Layer>
    <Filter>GebNr LIKE '%$USER_VARIABLE%'</Filter>
    <MatchLimit>100</MatchLimit>
    <ResultColumns>
      <Column>
        <Name>Gebouwnummer</Name>
        <Property>GebNr</Property>
      </Column>
    </ResultColumns>
    <Title>Search TaskPane</Title>
  </Extension>
  <ImageUrl>images/icons.png</ImageUrl>
  <ImageClass>search</ImageClass>
  <Label>Search TaskPane</Label>
  <Tooltip>Klik voor zoekopdracht op gebouwnummer</Tooltip>
  <StatusText />
  <Disabled>false</Disabled>
</WidgetType>

Jacco


More information about the mapguide-users mailing list