Home
last modified time | relevance | path

Searched refs:autoLoad (Results 1 – 1 of 1) sorted by relevance

/template/codowik/js/
H A Dlayout.js1684 , co_sm = co.stateManagement || (co.stateManagement = { autoLoad: true })
1687 if ( co_sm.autoLoad === true && childState ) {
1690 co_sm.autoLoad = $.extend(true, {}, childState); // COPY the state-hash
5271 , autoLoad: true // Load the state-cookie when Layout inits? property in $.layout.defaults.stateManagement
5563 if ( !sm.autoLoad ) return;
5567 if ($.isPlainObject( sm.autoLoad )) {
5568 if (!$.isEmptyObject( sm.autoLoad )) {
5569 inst.loadState( sm.autoLoad );
5575 if ($.isFunction( sm.autoLoad )) {
5578 …d = sm.autoLoad( inst, inst.state, inst.options, inst.options.name || '' ); // try to get data fro…