Version 1.1.0 released

git-svn-id: svn://p-o.co.uk/p-o.co.uk/com_ajaxdemo@60 60e5ea7b-c093-dd11-ac13-000423648166
This commit is contained in:
alan
2012-03-29 11:21:27 +00:00
parent 2fead4e541
commit 6356280cb1
75 changed files with 1529 additions and 0 deletions

25
README.txt Normal file
View File

@ -0,0 +1,25 @@
Ajax Demo
Demonstrating Ajax with Mootools in a Joomla component, this example creates
a rich and efficient popup user interface.
Welcome to the com_ajaxdemo component to demonstrate one of the many uses of Ajax
After installing this component, just add a menu item of type 'Ajaxdemo/Colour List Layout'
to a menu, then you will be able to see a list of colours that can be clicked to open in a popup box.
Search engines and browsers without javascript see the content through normal html pages.
If you are not getting a popup box, then media/system/js/modal.js and
media/system/js/modal-uncompressed.js may not have been fixed, if not, then simply append the
contents of modal.js.txt that came with the zip installation to both files.
Copyright Persistent Objects Ltd
License
GNU General Public License version 2 or later; see LICENSE.txt
Thanks
The graphics were created using the Gnu image manipulation program http://www.gimp.org/
Thanks to Wikipedia for the colour wavelengths.
Thanks to http://www.lipsum.com/ for additional text.