Class Index | File Index

Classes


Class AjaxSolr.ParameterYUIStore


Extends AjaxSolr.ParameterStore.
ParameterYUIStore
Defined in: ParameterYUIStore.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
A parameter store that stores the values of exposed parameters using the YUI History Manager to maintain the application's state.
Method Summary
Method Attributes Method Name and Description
 
constructor(attributes)
 
init()
Initializes the YUI History Manager.
 
save()
Stores the values of the exposed parameters in the YUI History Manager.
 
Methods borrowed from class AjaxSolr.ParameterStore:
add, addByValue, exposedReset, exposedString, find, get, isMultiple, load, parseString, remove, removeByValue, string, values
Class Detail
AjaxSolr.ParameterYUIStore()
A parameter store that stores the values of exposed parameters using the YUI History Manager to maintain the application's state. Don't forget to add the following inside your head tag:



And the following inside your body tag:


Configure the manager with:
Manager.setStore(new AjaxSolr.ParameterYUIStore());
See:
http://developer.yahoo.com/yui/history/
Method Detail
constructor(attributes)
Parameters:
{Object} attributes Optional
{String} attributes.module Optional
The name of the YUI History Manager module to use for the parameter store. Defaults to "q".

init()
Initializes the YUI History Manager.

save()
Stores the values of the exposed parameters in the YUI History Manager.

storedString()
See:
ParameterStore#storedString()

Documentation generated by JsDoc Toolkit 2.3.0 on Mon Apr 29 2013 14:55:21 GMT-0400 (EDT)