YUILibrary - Open source JavaScript and CSS for building richly interactive software.
Fork YUI on GitHub
  • Home
  • Gallery
  • Forums
  • YUI 2
  • YUI 3
  • YUICompressor
  • YUIDoc
  • More
  • Gallery Forums
  • Gallery Stats
  • Gallery Calendar
  • Register
  • Login

Modules

  • Home
  • Featured
  • Popular
  • New
  • All

Documentation

  • FAQ
  • Developer FAQ
  • Developer Guide
  • Module Setup

Context Navigation

    Build Tag: gallery-2009.12.15-22

    Return to History Lite

    <script src="http://yui.yahooapis.com/3.0.0/build/yui/yui-min.js"></script>
    YUI({
        modules: {
            'gallery-history-lite': {
                fullpath: 'http://yui.yahooapis.com/gallery-2009.12.15-22/build/gallery-history-lite/gallery-history-lite-min.js',
                requires: ['event-custom','event-custom-complex','node'],
                optional: [],
                supersedes: []
          }
     
        }
    }).use('gallery-history-lite', 'console', function (Y) {
     
        // Create a logging console so we can watch the awesomeness happen.
        Y.one(document.body).addClass('yui-skin-sam');
        new Y.Console().render();
     
        // Listen for history changes.
        Y.on('history-lite:change', function (e) {
            // Properties on e.changed represent new or changed history parameters.
            Y.each(e.changed, function (value, name) {
                Y.log(name + ' changed to "' + value + '"', 'debug', 'history-lite');
            });
     
            // Properties on e.removed represent history parameters that have been
            // removed.
            Y.each(e.removed, function (value, name) {
                Y.log(name + ' was removed', 'debug', 'history-lite');
            });
     
            // The get() method returns the current value of the specified history
            // parameter. If you call get() without specifying a parameter name,
            // it'll return an object containing all current history parameters and
            // their values.
            Y.log('current value of foo is ' + Y.HistoryLite.get('foo'), 'debug', 'history-lite');
        });
     
        // Simulate some history change events (watch the browser's location bar and
        // the debug console to see what's happening).
        setTimeout(function () {
            // The add() method accepts an object containing key/value pairs of
            // history parameter names and values. Each call to add() creates a new
            // browser history entry.
            Y.HistoryLite.add({foo: 'bar', baz: 'quux'});
        }, 1000);
     
        setTimeout(function () {
            // The add() method will also accept a query string.
            Y.HistoryLite.add('foo=kittens');
        }, 2000);
     
        setTimeout(function () {
            // A null or undefined value causes that parameter to be removed from
            // the history state.
            Y.HistoryLite.add({foo: null, baz: 'monkeys'});
        }, 3000);
     
    });
     

    Build Output

    /home/y/libexec/ant/bin/ant all
    Buildfile: build.xml
         [echo] Starting Build For gallery-history-lite
         [echo] Ant Properties
         [echo]     Home : /home/y/libexec/ant
         [echo]     Ant Version : Apache Ant version 1.7.1 compiled on June 27 2008
         [echo]     Build File : /home/y/var/builds/workspace/gallery/build_tmp/src/yui3-gallery/src/gallery-history-lite/build.xml
         [echo] Local Build Properties
         [echo]     version : 3
         [echo]     srcdir : /home/y/var/builds/workspace/gallery/build_tmp/src/yui3-gallery
         [echo]     builddir : ../../../builder/componentbuild
         [echo]     component : gallery-history-lite
         [echo]     component.basefilename : gallery-history-lite
         [echo]     component.basedir : /home/y/var/builds/workspace/gallery/build_tmp/src/yui3-gallery/src/gallery-history-lite
         [echo]     component.builddir : /home/y/var/builds/workspace/gallery/build_tmp/src/yui3-gallery/src/gallery-history-lite/build_tmp
         [echo] Global Build Properties
         [echo]     global.build.base : /home/y/var/builds/workspace/gallery/build_tmp/src/yui3-gallery/build
         [echo]     global.build.component : /home/y/var/builds/workspace/gallery/build_tmp/src/yui3-gallery/build/gallery-history-lite
         [echo]     global.build.component.assets : /home/y/var/builds/workspace/gallery/build_tmp/src/yui3-gallery/build/gallery-history-lite/assets
    
    clean:
    
    init:
        [mkdir] Created dir: /home/y/var/builds/workspace/gallery/build_tmp/src/yui3-gallery/src/gallery-history-lite/build_tmp
    
    -concatdebug:
         [echo] Concatenating
         [echo]     Source Files : history-lite.js
         [echo]     In Source Dir : /home/y/var/builds/workspace/gallery/build_tmp/src/yui3-gallery/src/gallery-history-lite/js
         [echo]     To : /home/y/var/builds/workspace/gallery/build_tmp/src/yui3-gallery/src/gallery-history-lite/build_tmp/gallery-history-lite-debug.js
         [copy] Copying 1 file to /home/y/var/builds/workspace/gallery/build_tmp/src/yui3-gallery/src/gallery-history-lite/build_tmp/ant
       [delete] Deleting directory /home/y/var/builds/workspace/gallery/build_tmp/src/yui3-gallery/src/gallery-history-lite/build_tmp/ant
    
    -registerdebug:
         [echo] Wrapping /home/y/var/builds/workspace/gallery/build_tmp/src/yui3-gallery/src/gallery-history-lite/build_tmp/gallery-history-lite-debug.js in YUI.add module
         [copy] Copying 1 file to /home/y/var/builds/workspace/gallery/build_tmp/src/yui3-gallery/src/gallery-history-lite/build_tmp
    
    -prependdebug:
    
    -appenddebug:
    
    builddebug:
    
    -createcore:
         [copy] Copying 1 file to /home/y/var/builds/workspace/gallery/build_tmp/src/yui3-gallery/src/gallery-history-lite/build_tmp
    
    -loggerregex:
         [echo] Replacing Logger Statements in /home/y/var/builds/workspace/gallery/build_tmp/src/yui3-gallery/src/gallery-history-lite/build_tmp/gallery-history-lite.js
    
    buildcore:
    
    -rollupjs:
    
    -concatskins:
    
    -buildskins:
    
    -rollupcss:
    
    buildskins:
    
    build:
    
    minify:
         [echo] Running yuicompressor on /home/y/var/builds/workspace/gallery/build_tmp/src/yui3-gallery/src/gallery-history-lite/build_tmp/gallery-history-lite.js
         [java] 
         [java] [INFO] Using charset ANSI_X3.4-1968
         [java] 
         [java] [WARNING] Try to use a single 'var' statement per scope.
         [java] replace(/+/g," "));} ---> var  <--- getHash;if(Y.UA.gecko)
         [java] 
         [java] [WARNING] Found an undeclared symbol: YUI
         [java]  ---> YUI <--- .add("gallery-history-lite",function(Y){
    
    lint:
         [java] Running JSLint on : /home/y/var/builds/workspace/gallery/build_tmp/src/yui3-gallery/src/gallery-history-lite/build_tmp/gallery-history-lite-debug.js
         [java] - OK
         [java] Running JSLint on : /home/y/var/builds/workspace/gallery/build_tmp/src/yui3-gallery/src/gallery-history-lite/build_tmp/gallery-history-lite-min.js
         [java] - OK
         [java] Running JSLint on : /home/y/var/builds/workspace/gallery/build_tmp/src/yui3-gallery/src/gallery-history-lite/build_tmp/gallery-history-lite.js
         [java] - OK
    
    local:
    
    deploybuild:
         [copy] Copying 3 files to /home/y/var/builds/workspace/gallery/build_tmp/src/yui3-gallery/build/gallery-history-lite
    
    deployassets:
    
    deployskins:
    
    deploydocs:
    
    deploy:
    
    all:
    
    BUILD SUCCESSFUL
    Total time: 2 seconds
    YUI Projects
    • All YUI Downloads
    • YUI 2
    • YUI 3
    • YUIDoc
    • YUICompressor
    • YUILibrary.com
    • YUI Build Tool
    • YUI PHP Loader
    Pages & Links
    • All YUI Downloads
    • Git FAQ
    • Graded Browser Support
    • Contribute to YUI
    • Forum Stats
    • Gallery Stats
    • YUI Calendar
    Contribute
    • Submit a Bug
    • Request a Feature
    • Write Code
    • Meet the Team
    Follow YUI
    • on GitHub
    • on Twitter
    • on FriendFeed
    • on Facebook
    • on IRC
    • YUI Blog
    • YUI Theater
    • YUI Forums

    © 2010 YUI Library - Site Credits