#
# This file is part of CatalystX-ExtJS
#
# This software is Copyright (c) 2011 by Moritz Onken.
#
# This is free software, licensed under:
#
# The (three-clause) BSD License
#
package CatalystX::ExtJS;
BEGIN {
$CatalystX::ExtJS::VERSION = '2.1.3';
}
# ABSTRACT: Collection of modules for ExtJS
1;
=pod
=head1 NAME
CatalystX::ExtJS - Collection of modules for ExtJS
=head1 VERSION
version 2.1.3
=head1 TUTORIALS
L<CatalystX::ExtJS::Tutorial>.
=over
=item L<CatalystX::ExtJS::Tutorial::Direct>
How to use Ext.Direct and L<CatalystX::ExtJS::Direct>.
=back
=head1 MODULES
=over
=item L<CatalystX::ExtJS::Direct>
Generate an API for Ext.Direct from Catalyst Actions.
=item L<CatalystX::ExtJS::REST>
RESTful interface to your data objects.
=item L<CatalystX::Controller::ExtJS::REST::SimpleExcel>
Serialize data from L<CatalystX::ExtJS::REST> to Excel spreadsheets.
=item L<CatalystX::Controller::ExtJS::ImageChooser>
Controller class for the ExtJS ImageChooser component.
=back
=head1 CONTRIBUTORS
Mario Minati
=head1 AUTHOR
Moritz Onken <onken@netcubed.de>
=head1 COPYRIGHT AND LICENSE
This software is Copyright (c) 2011 by Moritz Onken.
This is free software, licensed under:
The (three-clause) BSD License
=cut
__END__