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

Gallery

Modules

  • Home
  • Featured
  • Popular
  • New
  • All

Documentation

  • FAQ
  • Developer FAQ
  • Developer Guide
  • Module Setup

Tag Cloud

davglass caridy liferay yql widget greghinch css apipkin solmsted table datatable jafl model lsmith form node nzakas satyam animation ericf foxxtrot plugin io async event

Context Navigation

    YUI Library is not responsible for bugs or support with this module. It is available as a free service. For support please contact the module owner with the provided links.

    This module has been deprecated and is no longer supported by the module author.

    Node IO (gallery-plugin-node-io) on cdn

    Last Updated: 03/21/11

    Anthony Pipkin

    YUI Contributor

    See 28 more by this user.

    Created: 06/24/10
    Last CDN Push: 09/8/10
    Build Tag: gallery-2010.09.08-19-45
    Project: YUI 3
    License: YUI BSD
    YUI Version: 3.3.0
    Free for use.
    • DEPRECATED****

    This feature is now available in the YUI3 core.

    Allows you to load asynchronous content into the plugged node.

    Configuration


    • uri - set automatically when you load(uri). reused with refresh()
    • placement - append | prepend | replace : specifies the content placement
    • ioConfig - used with refresh(). allows you to set any custom io config you like. context is set to the plugin automatically
    • Tags:
    • apipkin
    • Download
    • Docs
    • Homepage
    • Bugs
    • Source
    • Example
    • Forum
    • History

    Very basic setup on how to load content into the plugged node.

    Code Sample

    <script src="http://yui.yahooapis.com/3.3.0/build/yui/yui-min.js"></script>
            <div id="load-here"></div>
            <script>
            YUI({
        //Last Gallery Build of this module
        gallery: 'gallery-2010.09.08-19-45'
    }).use('gallery-plugin-node-io', function(Y){
              var n = Y.one('#load-here');
              n.plug(Y.Plugin.NodeIo);
              n.io.load('sleeper.php');
            });
            </script>

    Forum Posts

    No forum posts for this module.

    © 2006-2011 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