Class: Pullout

XV. Pullout

Derived from enyo.Slideable.

new Pullout()

Source:

Extends

  • enyo.Slideable

Methods

addPulloutItem(inEvent)

A parameter widget has been passed to us in an event. Make sure that the payload of the event gets added to our pullout items.
Parameters:
Name Type Description
inEvent Object
Properties
Name Type Description
getParameterWidget function Returns the *string* name of the parameter widget
Source:

create()

Tries to pre-populate the history list from a cookie if present
Source:

getParameterWidget()

Return the parameter widget of the requested name, if it has been created.
Source:

refreshHistoryList()

Refreshes the history list.
Source:

togglePullout(inSender, inEvent)

Sets the pullout to be the appropriate panel (either history or the apppropriate advanced search). May or may not show the panel, depending on inEvent.show.
Parameters:
Name Type Description
inSender Object
inEvent Object
Properties
Name Type Description
name String The name of the panel, or the word "history" or "help"
show Boolean Whether or not we want to show the panel
Source: