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.
Field Summary
Field Attributes Field Name and Description
<private>  
Whether the YUI History Manager is initialized.
 
The name of the YUI History Manager module to use for the parameter store.
Fields borrowed from class AjaxSolr.ParameterStore:
exposed, manager, params
Method Summary
Method Attributes Method Name and Description
 
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:


See:
http://developer.yahoo.com/yui/history/
Field Detail
<private> {Boolean} initialized
Whether the YUI History Manager is initialized.
Default Value:
false

{String} module
The name of the YUI History Manager module to use for the parameter store.
Default Value:
'q'
Method Detail
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 Wed Sep 07 2011 22:31:36 GMT-0400 (EDT)