Search Class
Search widget present in the Charm browser across both fullscreen and sidebar views.
Item Index
Attributes
Methods
_toggleFullScreen
(
private
-
ev
Expose to the outside world that we've got a request to go fullscreen.
Parameters:
-
evEventthe click event from the control.
_toggleViewable
(
private
-
ev
Expose to the outside world that we've got a request to hide from sight.
Parameters:
-
evEventthe click event from the control.
bindUI
()
bind the UI events to the DOM making up the widget control.
clearSearch
()
Clear the search input control in order to reset it.
initializer
(
-
cfg
Generic initializer for the widget. Publish events we expose for outside use.
Parameters:
-
cfgObjectconfiguration override object.
renderUI
()
Render all the things!
update_search
(
-
newval
Update the search input to contain the string passed. This is meant to be used by outside links that want to perform a pre-canned search and display results.
Parameters:
-
newvalStringthe sting to update the input to.
