Alien-Web-ExtJS-V3
view release on metacpan or search on metacpan
share/examples/data.js view on Meta::CPAN
/*
This file is part of Ext JS 3.4
Copyright (c) 2011-2013 Sencha Inc
Contact: http://www.sencha.com/contact
GNU General Public License Usage
This file may be used under the terms of the GNU General Public License version 3.0 as
published by the Free Software Foundation and appearing in the file LICENSE included in the
packaging of this file.
Please review the following information to ensure the GNU General Public License version 3.0
requirements will be met: http://www.gnu.org/copyleft/gpl.html.
If you are unsure which license is appropriate for your use, please contact the sales department
at http://www.sencha.com/contact.
Build date: 2013-04-03 15:07:25
*/
Ext.ns('Ext.samples');
Ext.samples.samplesCatalog = [{
title: 'Combination Examples',
samples: [
{
text: 'Feed Viewer',
url: 'feed-viewer/view.html',
icon: 'feeds.gif',
desc: 'RSS feed reader example application that features a swappable reader panel layout.'
},
{
text: 'Web Desktop',
url: 'desktop/desktop.html',
icon: 'desktop.gif',
desc: 'Demonstrates how one could build a desktop in the browser using Ext components including a module plugin system.'
},
/*{
text: 'Image Organizer',
url: 'image-organizer/index.html',
icon: 'image-organizer.gif',
desc: 'Image management application example utilizing MySQL lite and Ext.Direct.',
status: 'new'
}*/
{
text: 'Ext JS Calendar',
url: 'calendar/index.html',
icon: 'calendar.gif',
desc: 'Example Calendar application. Demonstrates the new Day, Week and Month views and how to combine them.',
status: 'new'
},
{
text: 'Ext JS API Documentation',
url: '../docs/index.html',
icon: 'docs.gif',
desc: 'API Documentation application.'
},
{
text: 'Ext JS Forum Browser',
url: 'forum/forum.html',
icon: 'forum.gif',
desc: 'Ext JS online forums browser application.',
status: 'modified'
},
{
text: 'Image Viewer',
url: 'organizer/organizer.html',
icon: 'organizer.gif',
desc: 'DataView and TreePanel example that demonstrates dragging data items from a DataView into a TreePanel.'
},
{
text: 'Themes Viewer',
url: 'themes/index.html',
icon: 'themes.gif',
desc: 'View and test every Ext component against bundled Ext themes, or, your own custom themes.',
status: 'new'
}
// {
// text: 'Pivot Grid',
// url: 'pivotgrid/reconfigurable.html',
// icon: 'pivotgrid.gif',
// desc: 'An example demonstrating how to reconfigure a PivotGrid at run time',
// status: 'new'
// }
]
},{
title: 'Offline Support',
samples: [{
text: 'Simple Tasks',
url: 'tasks/tasks.html',
icon: 'tasks.gif',
desc: 'Personal task management application example that uses <a href="http://gears.google.com" target="_blank">Google Gears</a> for data storage.'
},{
text: 'Simple Tasks',
url: 'http://extjs.com/blog/2008/02/24/tasks2/',
icon: 'air.gif',
( run in 0.776 second using v1.01-cache-2.11-cpan-119454b85a5 )