Changeset 6196


Ignore:
Timestamp:
01/31/10 14:18:41 (2 years ago)
Author:
PaulHarvey
Message:

Item8445: An initial attempt at a jQuery UI for TagMePlugin. Functional, but more work to do.

Location:
trunk/TagMePlugin
Files:
9 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/TagMePlugin/data/System/TagMePlugin.txt

    r4104 r6196  
    6060<div class="foswikiImage"><img src="%ATTACHURLPATH%/topictags_styleblog_open.gif" alt="Screenshot of tags on a topic, style=blog"  width="489" height="464" /></div> 
    6161 
     62---++++ "ajax" option 
     63An experimental interactive user interface is also provided, implemented using the latest version of JQueryPlugin in TagMeAjaxHelper. 
     64 
     65Include it into your WebTopBar (See WebTopBarExample) or any part of your skin that has horizontal space to spare, as follows: 
     66<verbatim class="tml">%INCLUDE{"%SYSTEMWEB%.TagMeAjaxHelper" section="jqui"}%</verbatim> 
     67 
     68<div class="foswikiImage"><img src="%ATTACHURLPATH%/jqui.png" alt="Screenshot of experimental jQuery UI"  width="522" height="156" /></div> 
     69 
     70Dependencies: 
     71   * JQueryPlugin 
     72      * =textboxlist= 
     73      * =simplemodal= 
     74      * =autocomplete= 
     75      * =hoverintent= 
     76   * FilterPlugin 
    6277 
    6378---+++ Create, Rename, Delete tags 
     
    318333%USERSWEB%.SitePreferences, instead. 
    319334<!-- 
    320    * Set SHORTDESCRIPTION = Tag wiki content collectively to find content by keywords 
     335   * Set SHORTDESCRIPTION = %$SHORTDESCRIPTION% 
    321336--> 
    322337| *Preference name* | *Meaning* | *Default* | 
     
    344359|  Copyright: | &copy; 2006-2007, Peter Thoeny | 
    345360|  License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) | 
    346 |  Plugin Version: | 30 Aug 2008 (V1.049) | 
     361|  Version: | %$VERSION% | 
     362|  Release: | %$RELEASE% | 
    347363|  Change History: | <!-- versions below in reverse order -->&nbsp; | 
     364|  31 Jan 2010: | [[Main.PaulHarvey][Paul Harvey]]: Added an interactive user interface implemented with JQuery | 
    348365|  11 Jun 2009: | Foswiki port, and moved settings out of this topic | 
    349 |  30 Aug 2008: | Colas Nahaboo: enhancements to the "blog" style: Bundles, 
    350 count of known tags, option to delete tags | 
     366|  30 Aug 2008: | Colas Nahaboo: enhancements to the "blog" style: Bundles, count of known tags, option to delete tags | 
    351367|  28 Aug 2008: | Colas Nahaboo: prefix & suffix options renamed as header & footer. New parameter style to TAGME to be able to define different UI style for the default "show" action of TAGME. Implemented a first one, "blog" for the simpler case of authors managing the same tags | 
    352368|  26 Aug 2008: | Colas Nahaboo: prefix & suffix options to TAGME | 
     
    381397|  26 Feb 2006: | Added view all tags / my tags (as tag clouds); view specific tag (sorted by tag count); do not allow guests to create new tags; log add/create tag actions | 
    382398|  20 Feb 2006: | Initial version | 
    383 |  Home: | http://foswiki.org/Extensions/%TOPIC% | 
    384 |  Support: | http://foswiki.org/Support/%TOPIC% | 
    385  
    386 __Related Topics:__ %SYSTEMWEB%.TagMeViewAllTags, %SYSTEMWEB%.TagMeViewMyTags, %SYSTEMWEB%.TagMeSearch, %SYSTEMWEB%.TagMeDebugViewTags, %SYSTEMWEB%.TagMeDebugSearch, [[%SYSTEMWEB%.Plugins][Plugins]], %SYSTEMWEB%.DeveloperDocumentationCategory, %SYSTEMWEB%.AdminDocumentationCategory, %SYSTEMWEB%.DefaultPreferences, %USERSWEB%.SitePreferences 
    387  
     399|  Home: | Foswiki:Extensions/%TOPIC% | 
     400|  Support: | Foswiki:Support/%TOPIC% | 
     401 
     402__Related Topics:__ %SYSTEMWEB%.TagMeViewAllTags, %SYSTEMWEB%.TagMeViewMyTags, %SYSTEMWEB%.TagMeSearch, %SYSTEMWEB%.TagMeDebugViewTags, %SYSTEMWEB%.TagMeDebugSearch, %SYSTEMWEB%.TagMeAjaxHelper, [[%SYSTEMWEB%.Plugins][Plugins]], %SYSTEMWEB%.DeveloperDocumentationCategory, %SYSTEMWEB%.AdminDocumentationCategory, %SYSTEMWEB%.DefaultPreferences, %USERSWEB%.SitePreferences 
     403 
     404%META:FILEATTACHMENT{name="jqui.png" attr="h" comment="Screenshot of experimental jQuery UI" date="1264982400" path="jqui.png" size="16289" user="ProjectContributor" version="1.1"}% 
    388405%META:FILEATTACHMENT{name="tag_add.gif" attr="h" comment="Button: add tag" date="1141691885" path="tag_add.gif" size="857" user="ProjectContributor" version="1.1"}% 
    389406%META:FILEATTACHMENT{name="tag_remove.gif" attr="h" comment="Button: remove tag" date="1141697484" path="tag_remove.gif" size="862" user="ProjectContributor" version="1.1"}% 
  • trunk/TagMePlugin/lib/Foswiki/Plugins/TagMePlugin.pm

    r4104 r6196  
    3636 
    3737our $VERSION           = '$Rev$'; 
    38 our $RELEASE           = '11 Jun 2009'; 
     38our $RELEASE           = '01 Feb 2010'; 
    3939our $NO_PREFS_IN_TOPIC = 1; 
    4040our $SHORTDESCRIPTION = 
  • trunk/TagMePlugin/lib/Foswiki/Plugins/TagMePlugin/MANIFEST

    r4104 r6196  
    1616pub/System/TagMePlugin/tagme.css 0644 
    1717pub/System/TagMePlugin/topictags.gif 0644 
    18 templates/view.tagme.tmpl 0444 
    19  
     18pub/System/TagMePlugin/jqui.png 0644 
     19templates/view.tagme.tmpl 0644 
     20templates/view.tagme_styleblogbutton.tmpl 0644 
     21templates/view.tagme_styleblog.tmpl 0644 
     22templates/view.tagmejquiajax.tmpl 0644 
     23pub/System/TagMeAjaxHelper/jqui.js 0644 
     24pub/System/TagMeAjaxHelper/jqui.css 0644 
     25pub/System/TagMeAjaxHelper/tag.png 0644 From FamFamFamSilkIcons 
     26pub/System/TagMeAjaxHelper/spinner.gif 0644 From http://www.ajaxload.info 
     27pub/System/TagMeAjaxHelper/cloudspinner.gif 0644 From http://www.ajaxload.info 
     28data/System/TagMeAjaxHelper.txt 0644 
Note: See TracChangeset for help on using the changeset viewer.