• 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

    Tag Search: lsmith

    1
    • JSONP (gallery-jsonp)deprecated

      Last Modified: 10/22/10 by Luke SmithVotes: 1

      Deprecated. Use the official 'jsonp' module. It works more or less the same as this one, since it originated from this code. Adds a Y.JSONPRequest class and a Y.jsonp(url, callback) method.

    • toRelativeTime (gallery-torelativetime)on cdn

      Last Modified: 02/9/11 by Luke SmithVotes: 2

      Adds Y.toRelativeTime(date) to turn a past Date instance into a relative time string, e.g. "about an hour ago".

    • Konami event (gallery-event-konami)on cdn

      Last Modified: 02/9/11 by Luke SmithVotes: 3

      Adds a DOM event "konami" that is triggered when the targeted element receives keydown strokes in the Konami code sequence.

    • Twitter Status display (gallery-twitter-status)

      Last Modified: 02/9/11 by Luke SmithVotes: 1

      Adds Y.Twitter.Status widget for Twitter status updates. Configure how many to display, from what twitter user (public only), and how frequent to poll for updates.

    • Node drag events (gallery-event-drag)on cdn

      Last Modified: 02/9/11 by Luke SmithVotes: 1

      node.on('drag:end', fn, config, ctx, arg1, ...argN) Adds new DOM events for "drag", "drag:start", "drag:end" and all other DD.Drag events. Full list in the docs. config obj takes Drag attributes for configuration plus supports 'proxy', 'constrained', or any other Y.Plugin.DDxxx

    • DataSchema class (gallery-dataschema-class)on cdn

      Last Modified: 02/9/11 by Luke SmithVotes: -1

      Y.DataSchema that is a class constructor rather than just a namespace object. Allows encapsulating a schema in the instance. Also allows custom implementations by passing an object or function as the type config.

    • Nav keys (gallery-event-nav-keys)on cdn

      Last Modified: 03/25/11 by Luke SmithVotes: 1

      Adds fast track events for subscribing to keydown for enter, esc, backspace, tab, pageUp, pageDown, and the arrow keys.

    • JSON RPC (gallery-jsonrpc)on cdn

      Last Modified: 02/9/11 by Luke SmithVotes: 1

      Provides a Y.JSONRPC class to encapsulate a remote API that supports the JSON-RPC transport. Also adds Y.jsonrpc(url, method, paramArray, callback) method.

    • Arrow event (gallery-event-arrow)on cdn

      Last Modified: 02/9/11 by Luke SmithVotes: 0

      A synthetic DOM event that tracks arrow keys. node.on('arrow', callback);

    • Patch: 3.3.0 Node.prototype.toggleView error (gallery-patch-330-toggleview)on cdn

      Last Modified: 02/9/11 by Luke SmithVotes: 0

      This patch corrects a typo in YUI 3.3.0's Node.prototype.toggleView method that causes a runtime error. This patch module is only necessary for version 3.3.0.

    • Patch: 3.3.0 Y.delegate('cat|type',...) (gallery-patch-330-delegate-cat)on cdn

      Last Modified: 02/9/11 by Luke SmithVotes: 0

      This patch corrects a bug in YUI 3.3.0's Y.delegate and node.delegate methods that caused the use of a detach category to result in no subscription being made. delegate('cat|click',...) would do nothing. This patch module is only necessary for version 3.3.0.

    • Patch: 3.3.0 AsyncQueue event bubbling (gallery-patch-330-async-queue-bubble)on cdn

      Last Modified: 02/9/11 by Luke SmithVotes: 0

      This patch adds a missing event prefix to the AsyncQueue events, allowing them to be subscribed to from a bubble target. This patch module is only necessary for version 3.3.0.

    • Patch: 3.3.0 bubble target vs preventedFn (gallery-patch-330-event-preventedfn)on cdn

      Last Modified: 02/9/11 by Luke SmithVotes: 0

      This patch adds missing logic in YUI 3.3.0's event system whereby preventing an event from a bubble target did not trigger the event's preventedFn. This patch module is only necessary for version 3.3.0.

    • Patch: 3.3.0 event-hover (gallery-patch-330-event-hover)on cdn

      Last Modified: 02/24/11 by Luke SmithVotes: 0

      This patch is a replacement for version 3.3.0 of event-hover, which had an error in the detach method and did not support the mouseleave half of the hover subscription being called with a supplied override context or additional arguments. This patch is only necessary for version 3.3.0.

    • Text Nodes (gallery-textnodes)on cdn

      Last Modified: 07/15/11 by Luke SmithVotes: 0

      Adds an attribute to Nodes that returns an array of its textNode children.

    • Plugin activation attributes (gallery-pluginattr)on cdn

      Last Modified: 07/28/11 by Luke SmithVotes: 0

      Allows plugins to register an attribute on their host classes for plugging and unplugging that plugin.

    • Patch: 3.3.0 - 3.4.0 DataTable formatters get wrong o.td (gallery-patch-340-datatable-formatter)on cdn

      Last Modified: 08/26/11 by Luke SmithVotes: 0

      This patch remove o.td from the object passed to cell formatters. If you want a td (not recommended for performance), o.createCell() will return the right cell. This patch module has been tested against 3.3.0 and 3.4.0pr3.

    • DataTable 3.5.0 Development Preview (gallery-datatable-350-preview)deprecated

      Last Modified: 04/10/12 by Luke SmithVotes: 0

      This module is no longer supported since 3.5.0 has been released. For ongoing development preview of DataTable features, look at gallery-datatable-dev-preview.

    • DataTable development preview (gallery-datatable-dev-preview)

      Last Modified: 04/10/12 by Luke SmithVotes: 1

      This gallery module serves to track ongoing development of DataTable, providing early adopters and reviewers easier access to the most recent code and features for the next version of YUI. *THIS MODULE SHOULD NOT BE USED IN PRODUCTION*

    • Paginator development preview (gallery-paginator-dev-preview)on cdn

      Last Modified: 04/11/12 by Luke SmithVotes: 2

      This gallery module serves to track ongoing development of the Paginator widget, providing early adopters and reviewers easier access to the most recent code and features for the next version of YUI. *THIS MODULE SHOULD NOT BE USED IN PRODUCTION*

    © 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