Searched refs:addValue (Results 1 - 4 of 4) sorted by relevance
| /yui3/src/history/tests/functional/ |
| H A D | history-base-test.js | 207 // -- addValue() ----------------------------------------------------------- 208 'addValue() should change state with the correct event src': function () { 216 this.history.addValue('foo', 'bar'); 220 'addValue() should merge states when the "merge" option is true': function () { 221 this.history.addValue('foo', 'bar'); 225 this.history.addValue('baz', 'quux'); 230 'addValue() should not merge states when the "merge" option is false': function () { 231 this.history.addValue('foo', 'bar'); 235 this.history.addValue('baz', 'quux', {merge: false});
|
| H A D | history-hash-test.js | 265 this.history.addValue('foo', '1'); 269 this.history.addValue('foo', 1);
|
| /yui3/build/history-base/ |
| H A D | history-base-debug.js | 308 * @method addValue 315 addValue: function (key, value, options) { 360 * Same as <code>addValue()</code> except that a new browser history entry
|
| /yui3/src/history/js/ |
| H A D | history-base.js | 306 * @method addValue 313 addValue: function (key, value, options) { 358 * Same as <code>addValue()</code> except that a new browser history entry
|
Completed in 42 milliseconds