The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

JavaScript::Framework::jQuery::Subtypes - MooseX::Types type declarations

SYNOPSIS

 use JavaScript::Framework::jQuery::Subtypes ':all';

 # now you may use custom types in your 'has' declarations in Moose packages.

DESCRIPTION

This module provides all the subtype declarations for the Moose packages in the JavaScript::Framework::jQuery namespace.

TYPES DEFINED

cssAsset

List of hash references, keys 'href' and 'media'.

cssAssetList

Reference to an array of cssAsset-type items.

libraryAssets

Reference to an array of references to hashes of 'src' (array ref) and 'css'.

pluginAssets

Reference to an array of references to hashes of 'name' and 'library' (reference to an array of items of type libraryAssets).

AUTHOR

David P.C. Wollmann <converter42 at gmail.com>

COPYRIGHT & LICENSE

Copyright 2009 David P.C. Wollmann, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.