Searched refs:HistoryHTML5 (Results 1 - 7 of 7) sorted by relevance
/yui3/src/history/js/ |
H A D | history-html5.js | 17 * <code>HistoryHTML5</code>, the following additional options are supported: 41 * @class HistoryHTML5 55 function HistoryHTML5() { function 56 HistoryHTML5.superclass.constructor.apply(this, arguments); 59 Y.extend(HistoryHTML5, HistoryBase, { 82 HistoryHTML5.superclass._init.apply(this, arguments); 106 HistoryHTML5.superclass._storeState.apply(this, arguments); 141 Y.HistoryHTML5 = HistoryHTML5; 146 * <code>Y.HistoryHTML5</cod [all...] |
H A D | history-hash.js | 455 // HistoryHash will never win over HistoryHTML5 unless useHistoryHTML5 is false. 457 (!HistoryBase.html5 || !Y.HistoryHTML5))) {
|
/yui3/build/history-html5/ |
H A D | history-html5-debug.js | 19 * <code>HistoryHTML5</code>, the following additional options are supported: 43 * @class HistoryHTML5 57 function HistoryHTML5() { 58 HistoryHTML5.superclass.constructor.apply(this, arguments); 61 Y.extend(HistoryHTML5, HistoryBase, { 84 HistoryHTML5.superclass._init.apply(this, arguments); 108 HistoryHTML5.superclass._storeState.apply(this, arguments); 143 Y.HistoryHTML5 = HistoryHTML5; 148 * <code>Y.HistoryHTML5</cod [all...] |
/yui3/src/history/tests/functional/ |
H A D | history-html5-test.js | 13 name: 'HistoryHTML5', 18 'Y.HistoryHTML5 constructor should accept an initialState config property': noHTML5, 19 'Y.History should === Y.HistoryHTML5 when history-hash is not loaded': noHTML5, 29 this.history = new Y.HistoryHTML5(); 45 'Y.HistoryHTML5 constructor should accept an initialState config property': function () { 46 var history = new Y.HistoryHTML5({initialState: 'foo'}); 51 'Y.History should === Y.HistoryHTML5 by default except when not supported': function () { 55 Y.Assert.areSame(Y.HistoryHTML5, Y.History); 64 Y.Assert.isNotUndefined(Z.HistoryHTML5); 69 Y.Assert.isNotUndefined(Z.HistoryHTML5); [all...] |
/yui3/build/history-hash/ |
H A D | history-hash-debug.js | 457 // HistoryHash will never win over HistoryHTML5 unless useHistoryHTML5 is false. 459 (!HistoryBase.html5 || !Y.HistoryHTML5))) {
|
/yui3/build/router/ |
H A D | router-debug.js | 150 self._history = new Y.HistoryHTML5({force: true});
|
/yui3/src/app/js/ |
H A D | router.js | 148 self._history = new Y.HistoryHTML5({force: true});
|
Completed in 717 milliseconds