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 inEventObject Properties
Name Type Description getParameterWidgetfunction 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 inSenderObject inEventObject Properties
Name Type Description nameString The name of the panel, or the word "history" or "help" showBoolean Whether or not we want to show the panel - Source: