• Register
  • Log In
  • Home
  • Quick Start
    • Configurator
    • Download YUI 3
  • Documentation
    • User Guides
    • Examples
    • API Docs
    • Environments
    • Tutorials
  • Community
    • Gallery
    • Blog
    • Forums
    • YUI Theater
    • Calendar
  • Contribute
    • YUI on GitHub »
    • File a Ticket
    • View Tickets
    • Dashboard
  • Other Projects
    • Shifter »
    • Yogi »
    • YUI 2
    • YUI Doc »
    • YUI Test
    • YUI Website
    • YUI Compressor »
    • YUI Builder »
    • YUI PHP Loader
    • Grid Builder »
    • Skin Builder »
  • YUI
  • >
  • Community
  • >
  • Gallery

Gallery

Modules

  • Home
  • Featured
  • Popular
  • New
  • All

Documentation

  • Yogi Documentation
  • Shifter Documentation
  • Developer Guide
  • Module Setup

Tag Cloud

Context Navigation

    Build Tag: gallery-2012.06.13-20-30

    Return to Simple Growl-like Notifier

    YUI({
        //Last Gallery Build of this module
        gallery: 'gallery-2012.06.13-20-30'
    }).use('gallery-simplenotifier', function(Y) {
            var note = new Y.SimpleNotifier({timeout:5000, position:"bottom-left"});
    	note.set("header","header in here....");
            note.set("message","message in here....");
            note.render();   
     
    });

    Build Output

    /home/y/libexec/ant/bin/ant all
    Buildfile: build.xml
         [echo] Starting Build For gallery-simplenotifier
    
    clean:
    
    init:
        [mkdir] Created dir: /home/y/var/builds/workspace/gallery/build_tmp/src/yui3-gallery/src/gallery-simplenotifier/build_tmp
         [echo] Starting Build For gallery-simplenotifier
    
    -lint-server:
         [echo] Starting Build For gallery-simplenotifier
    
    -node:
         [echo] For faster builds, install Node.js.
    
    -concatdebug:
         [copy] Copying 1 file to /home/y/var/builds/workspace/gallery/build_tmp/src/yui3-gallery/src/gallery-simplenotifier/build_tmp/ant
       [delete] Deleting directory /home/y/var/builds/workspace/gallery/build_tmp/src/yui3-gallery/src/gallery-simplenotifier/build_tmp/ant
    
    -registerdebug:
         [copy] Copying 1 file to /home/y/var/builds/workspace/gallery/build_tmp/src/yui3-gallery/src/gallery-simplenotifier/build_tmp
    
    -prependdebug:
    
    -appenddebug:
    
    builddebug:
    
    -createcore:
         [copy] Copying 1 file to /home/y/var/builds/workspace/gallery/build_tmp/src/yui3-gallery/src/gallery-simplenotifier/build_tmp
    
    -loggerregex:
    
    buildcore:
    
    -rollupjs:
    
    -concatskins:
    
    -buildskins:
    
    -rollupcss:
    
    buildskins:
    
    -buildlangs:
    
    -rolluplangs:
    
    buildlangs:
    
    build:
    
    minify:
    [yuicompressor] Compressing /home/y/var/builds/workspace/gallery/build_tmp/src/yui3-gallery/src/gallery-simplenotifier/build_tmp/gallery-simplenotifier.js
    [yuicompressor] 
    [yuicompressor] [WARNING] Try to use a single 'var' statement per scope.
    [yuicompressor] nmessage=this.get("message"); ---> var  <--- nheader=this.get("header");var 
    [yuicompressor] 
    [yuicompressor] [WARNING] Try to use a single 'var' statement per scope.
    [yuicompressor] nheader=this.get("header"); ---> var  <--- nheader_show;if(nheader){nheader_show="simplenotifier-header-show"
    [yuicompressor] 
    [yuicompressor] [WARNING] Try to use a single 'var' statement per scope.
    [yuicompressor] ;}else{nheader_show="simplenotifier-header-noshow";} ---> var  <--- simplenotifier_content={message:nmessage,header:nheader
    [yuicompressor] Compressed to /home/y/var/builds/workspace/gallery/build_tmp/src/yui3-gallery/src/gallery-simplenotifier/build_tmp/gallery-simplenotifier-min.js
    
    lint:
         [echo] Using Rhino. Install nodejs to improve jslint speed, or skip with -Dlint.skip=true
         [java] Running JSLint on : /home/y/var/builds/workspace/gallery/build_tmp/src/yui3-gallery/src/gallery-simplenotifier/build_tmp/gallery-simplenotifier.js
         [java]  
         [java] 
         [java] 	20, 8: Mixed spaces and tabs.
         [java] 	value: ""
         [java] 
         [java] 	24, 8: Mixed spaces and tabs.
         [java] 	value: "bottom-right"
         [java] 
         [java] 	38, 4: Mixed spaces and tabs.
         [java] 	
         [java] 
         [java] 	39, 4: Mixed spaces and tabs.
         [java] 	BOUNDING_TEMPLATE : '
    ', [java] [java] 40, 4: Mixed spaces and tabs. [java] [java] [java] 41, 4: Mixed spaces and tabs. [java] [java] [java] 59, 12: Mixed spaces and tabs. [java] nheader_show = "simplenotifier-header-show"; [java] [java] 61, 12: Mixed spaces and tabs. [java] nheader_show = "simplenotifier-header-noshow"; [java] [java] 65, 12: Mixed spaces and tabs. [java] message: nmessage, [java] [java] 116, 8: Mixed spaces and tabs. [java] var cb = this.get("contentBox"); [java] [java] 117, 8: Mixed spaces and tabs. [java] cb.on('mouseenter',Y.bind(function(e) { [java] [java] 119, 12: Mixed spaces and tabs. [java] this.timer.pause(); [java] [java] 121, 8: Mixed spaces and tabs. [java] },this)); [java] [java] 123, 8: Mixed spaces and tabs. [java] cb.on('mouseleave',Y.bind(function(e) { [java] [java] 129, 8: Mixed spaces and tabs. [java] [java] [java] 138, 8: Mixed spaces and tabs. [java] if(e || e.newVal) { [java] [java] 139, 8: Mixed spaces and tabs. [java] this._uiSetHeader(e.newVal); [java] [java] 140, 8: Mixed spaces and tabs. [java] } [java] [java] 150, 8: Mixed spaces and tabs. [java] var header = Y.one('.yui3-simplenotifier-header'); [java] [java] 154, 8: Mixed spaces and tabs. [java] this.hide(); [java] [java] [java] local: deploybuild: [copy] Copying 3 files to /home/y/var/builds/workspace/gallery/build_tmp/src/yui3-gallery/build/gallery-simplenotifier deployassets: [copy] Copying 1 file to /home/y/var/builds/workspace/gallery/build_tmp/src/yui3-gallery/build/gallery-simplenotifier/assets deployskins: deploylang: deploydocs: deploy: all: BUILD SUCCESSFUL Total time: 2 seconds

    © 2006-2013 Yahoo! Inc. All rights reserved.
    All code on this site is licensed under the BSD License unless stated otherwise.
    About This Site · Security Contact Info