jQuery | |
jQuery has been added as Javascript framework, which allows many nice effects on several parts of Tiki. It is an experimental, optional feature of Tiki 3.0, and in 4.0 it is the default, always on Javascript framework. It is used in compatibility mode (via the JavaScript var $jq instead of just $) in Tiki3, 4 & 5, so specific projects can also use others (although in Tiki, it's just jQuery). However, since Tiki6, you don't need to start you code with $jq but just $. Keep in mind that there is also a PluginJQ and Custom Code HowTo - jQuery to allow other extended usages.
It can be enabled through "Admin > Features", and its options through "Admin > Look and Feel > UI Effects"
|
JQuery Plugins added in Tiki 3.0 | |
Tooltipshttp://plugins.learningjquery.com/cluetip/
Autocompletehttp://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/
Superfishhttp://users.tpg.com.au/j_birch/plugins/superfish/
Reflectionhttp://www.digitalia.be/software/reflectionjs-for-jquery
Cyclehttp://malsup.com/jquery/cycle/
UIhttp://jqueryui.com/
ShadowboxThis feature has been replaced by ColorBox in tw >=4.0 due to licensing issues. Sheethttp://jqueryplugins.weebly.com/jquerysheet.html Unused so far (the intention is to link this with Tiki-Spreadsheet in Tiki5) TableSorterhttp://tablesorter.com
|
JQuery Plugins added in Tiki 4.0 | |
ColorboxColorbox. And see PluginColorBox treeTableSee treeTable |
JQuery Plugins added in Tiki 5.0 | |
CarouselThis uses the Infinite Carousel script for JQuery. See http://www.catchmyfame.com/2009/08/27/jquery-infinite-carousel-plugin-1-2-released/ and, for an example ofusage within Tiki, http://themes.tiki.org/Infinite_carousel. It is included in Tiki5 as part of the Tiki package. For earlier versions, it will have to be downloaded and installed separately.
JQS5
Sheethttp://visop-dev.com/Project+jQuery.sheet jQuery.sheet gives you all sorts of possibilities when it comes to giving your web application a spreadsheet style interface with OOo Calc or MS Excel style calculations. Used in conjunction with Tiki Spreadsheets. See Spreadsheet jq |
JQuery Plugins added in Tiki 6.0 | |
Please, note that since Tiki6, you don't need to start you code with $jq but just $. Brosho CSS assistantTo be explained in detail.
To use: tiki-admin.php?page=look -> Custom CSS -> "CSS assistant"
MediaIt provides more media formats: video, pdf, etc.: aif,aiff,aac,au,bmp,gsm,mov,mid,midi,mpg,mpeg,mp4,m4a,psd,qt,qtif,qif,qti,snd,tif,tiff,wav,3g2,3pg,flv, mp3, swf,asx, asf, avi, wma, wmv,ra, ram, rm, rpm, rv, smi, smil, xaml, html, pdf
(see jquery media for a complete list)
ValidationIt allows to validate tracker fields against some conditions set by the user. See Tracker Field Validation for more information |
JQuery Plugins added in Tiki 8.0 | |
Added since Tiki8.0 AnythingSliderSee PluginSlider |
JQuery Plugins added in Tiki 9.0 | |
Added since Tiki9.0 JTrackAdded to allow time tracking for project management, linked to trackers and displayed also as spreadsheet data. See Timesheet |
JQuery Plugins added in Tiki 12.0 | |
Sortable TablesAdded in Tiki12.0. It provides new features such as the ones shown in the user administration or Plugin FancyTable, among others. For instance, for user administration, you nowadays have many more filtering options to select users from the users list. You can filter by a search string in the username, by exact email, by the fact that users didn't validate their account, etc. All of them using the jQuery Sortable Tables feature.
ZoomA small jQuery plugin for zooming images on mouseover or mousedown. See the project page (http://jacklmoore.com/zoom/ for documentation and a demonstration. Used inside the Plugin Img. See: http://doc.tiki.org/PluginImg#Zoombox |
Links | |