Class: Finder

hui.ui. Finder


new Finder()

A "finder" for finding objects

Source:

Methods


<static> create()

Creates a new finder

options: {
 title : «String»,
 selection : {
     value : «String»,
     url : «String»,
     parameter : «String»,
     kindParameter : «String»
 },
 list : {
     url : «String»
 },
 search : {
     parameter : «String»
 },
 listener : {$select : function(object) {}}
}
Source:

show()

Shows the finder

Source: