API Docs for:
Show:

Search Class

Extends Y.Widget
Module: browser
Parent Module: widgets

Search widget present in the Charm browser across both fullscreen and sidebar views.

Methods

_toggleFullScreen

(
  • ev
)
private

Expose to the outside world that we've got a request to go fullscreen.

Parameters:

  • ev Event

    the click event from the control.

_toggleViewable

(
  • ev
)
private

Expose to the outside world that we've got a request to hide from sight.

Parameters:

  • ev Event

    the 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:

  • cfg Object

    configuration override object.

renderUI

()

Render all the things!

Attributes

term

String

Default: undefined