Class: SearchUI

Cadcorp.UI.SearchUI

new SearchUI(config)

Display the results of a search
Parameters:
Name Type Description
config Object Configuration for this object. The config supplied directly extends the control

Extends

Members

eastingColumn

Properties:
Name Type Description
eastingColumn string The property in the results that contains the easting value

northingColumn

Properties:
Name Type Description
northingColumn string The property in the results that contains the northing value

resultColumn

Properties:
Name Type Description
resultColumn string The property in the results that contains the text to display

Events

moredatarequired

More data required
Type:
  • Object
Properties:
Name Type Description
sender Cadcorp.UI.SearchUIBase The sender of the event
currentRowCount number The start index for the search
Inherited From:

renderednewresults

Results have been rendered
Type:
  • Object
Properties:
Name Type Description
sender Cadcorp.UI.SearchUIBase The sender of the event
Inherited From:

rowselected

A result row has been selected
Type:
  • Object
Properties:
Name Type Description
object Cadcorp.UI.SearchUIBase The sender of the event
eventArgs Object jQuery event object
Inherited From: