Java, Webprogrammierung, Linux und mehr

Java, Webprogrammierung, Linux und mehr

Virtual Home of Johannes Geppert

  • Home
  • Über mich
  • Meine Linktipps
  • Kontakt
  • Impressum

Version 2.3.0 of Struts2 jQuery Plugin now with support for Tinymce

Posted in Struts jQuery Plugin, jQuery, java, projekte, struts2 by jogep
Jul 12 2010
TrackBack Address.

Version 2.3.0 of Struts2 jQuery Plugin is out now. This version brings an easy support for the Tinymce WYSIWYG Editor to you.

To use the Tinymce Editor feature you need to copy the struts2-jquery-richtext-plugin.jar into your WEB-INF/lib path.

< %@ taglib prefix="sjr" uri="/struts-jquery-richtext-tags"%>
<sjr:tinymce id="richtextTinymceEditor" 
	name="echo" 
	rows="10" 
	cols="80" 
	width="800"
	editorTheme="simple"
/>

Another change is the upgrade from jqGrid 3.6.5 to the latest version 3.7.2 which brings various improvements like new locals and advanced local search and bug fixes for the grid feature to you. To see more details about the new jqGrid version read the jqGrid changelog.

Also it solves an important Bug with the AJAX Validation Feature. For a complete List of changes since Version 2.2.0 please visit the Changelog.

Download: http://code.google.com/p/struts2-jquery/downloads/list
Showcase: http://www.weinfreund.de/struts2-jquery-showcase/
Issues: http://code.google.com/p/struts2-jquery/issues/list
User Group: http://groups.google.com/group/struts2-jquery

Bookmark It

Add to Buzz Add to Del.icio.us Add to digg Add to DZone Add to Facebook Add to Google Bookmarks Add to Mister Wong Add to reddit Add to Stumble Upon Add to Spurl Add to Technorati Add to Tip'd Add to Twitter Add to Yahoo My Web
Hide Sites
2 Comments »
Tagged as: ajax, jQuery, jqueryui, richtext, struts2, tinymce, widgets

Version 2.2.0 of Struts2 jQuery Plugin is now available

Posted in Allgemein, Struts jQuery Plugin, jQuery, java, projekte, struts2 by jogep
Jun 07 2010
TrackBack Address.

Version 2.2.0 of Struts2 jQuery Plugin is out now. The new Version is Based on latest jQuery UI 1.8.2, see Changelog for more Detail about this version.

Changes since Version 2.1.0:

  • Upgrade to jQuery UI 1.8.2
  • Upgrade to jqGrid 3.6.5
  • Solve  Issue 154 : load from google cdn does not work for jquery ui themes
  • Solve Issue 155: Default Loading Text
  • Solve Issue 156: onSelectAll topics
  • Solve  Issue 157 : useSelectedTabCookies in tabbedpanel broken in 2.1.0
  • Solve  Issue 161 : Select options vanish when re-entering the page
  • Solve  Issue 170 : Struts2-jquery-plugin not recognizing tag in jsp page
  • Solve  Issue 171 : sj:accordion autoHeight does not work
  • Solve  Issue 176 : Autcompleter input textfield width should be configurable
  • Solve Issue 179: Nested tab didn’t work
  • Solve Issue 184: loadingText doesn’t appear to have any effect with jqgrid plugin
  • Solve Issue 185: attributes hidegrid, hoverrows and shrinkToFit in grid tag can not be set to false
  • Solve Issue 186: how to submit a form while loading grid?
  • Solve Issue 188: Some locales does not work, particularly “fr”
  • Solve Issue 190: Add Head Tag attribute ‘compatibility’ for an jQuery 1.3 compatibility mode
  • Solve Issue 191: deferred loading of dynamic elements
  • Solve Issue 192: Default Error Text
  • Solve Issue 193: Using base tag with sj:a causes page to reload

Download: http://code.google.com/p/struts2-jquery/downloads/list
Showcase: http://www.weinfreund.de/struts2-jquery-showcase/
Issues: http://code.google.com/p/struts2-jquery/issues/list
User Group: http://groups.google.com/group/struts2-jquery

Bookmark It

Add to Buzz Add to Del.icio.us Add to digg Add to DZone Add to Facebook Add to Google Bookmarks Add to Mister Wong Add to reddit Add to Stumble Upon Add to Spurl Add to Technorati Add to Tip'd Add to Twitter Add to Yahoo My Web
Hide Sites
No Comments yet »
Tagged as: ajax, ckeditor, dojo, grid, jqgrid, jQuery, jqueryui, richtext, struts2, widgets

Struts2 jQuery Plugin Version 2.1.0 is released

Posted in Struts jQuery Plugin, jQuery, projekte, struts2 by jogep
Mai 01 2010
TrackBack Address.

The new version 2.1.0 of Struts2 jQuery Plugin is released. With this new version, the plugin loads dependent JavaScript files on demand. This feature makes the plugin much better extensible for own extensions and  reduces the initial load of the first load of a page.

Based on the new structure of the plugin the jqGrid Feature is not longer a part of the core plugin. It is now available as a separate extension of the plugin.

There is also a new richtext extension available, that is based on the latest version of popular CKEditor. This allows an  easy integration of the richtext editor in your web application.

The Plugin includes now the latest version of jQuery UI 1.8.1, so if you use a custom theme it is recommended to update this in the ThemeRoller. For more informations and the changelog for 1.8.1 please read the blog post from jQuery UI.

Changelog:

  • Upgrade to jQuery UI 1.8.1
  • Head Tag attribute jqueryui is now true by default
  • various new examples in the showcase
  • The grid showcase is now a maven modul and part of the release cycle
  • Solve  Issue 77 : Grid Sample not working properly in IE
  • Solve  Issue 94 : customBasepath doesn’t affect the .js path
  • Solve  Issue 113 : Load needed JavaScript? and CSS resources on demand
  • Solve  Issue 114 : Support for new replaceTarget Option in form plugin
  • Solve  Issue 115 : Grid with locale code ca(catalan) doesn’t work. jQuery and grid difers at the name of the catalan locale(ca-cat)
  • Solve  Issue 116 : pepper-grinder theme
  • Solve  Issue 123 : Implement an debug mode
  • Solve  Issue 124 : Make it possible to easy extend this plugin for custome extensions
  • Solve  Issue 125 : Dialog cannot set position with array of String or Pixel
  • Solve  Issue 126 : drag and drop grid rows
  • Solve  Issue 127 : onChangeTopics not working for textarea and textfield.
  • Solve  Issue 128 : onChangeTopics with <sj:checkboxlist>
  • Solve  Issue 130 : Add Showcase Example how to extend the plugin with custome functions
  • Solve  Issue 131 : Add a Richtext Editor Widget to the plugin
  • Solve  Issue 132 : Scrolling does not work properly
  • Solve  Issue 134 : Move Grid Feature in seperate struts2-jquery-grid-plugin
  • Solve  Issue 135 : Enable Maven Support for Grid Showcase
  • Solve  Issue 138 : Upgrade to jQuery UI 1.8.1
  • Solve  Issue 139 : attribute parentTheme does not work well with css_xhtml theme
  • Solve  Issue 141 : Override the param names
  • Solve  Issue 146 : <sj:dialog> makes multiple AJAX calls
  • Solve Issue 148: Sortable grid option not working

Download: http://code.google.com/p/struts2-jquery/downloads/list
Showcase: http://www.weinfreund.de/struts2-jquery-showcase/
Issues: http://code.google.com/p/struts2-jquery/issues/list
User Group: http://groups.google.com/group/struts2-jquery

Bookmark It

Add to Buzz Add to Del.icio.us Add to digg Add to DZone Add to Facebook Add to Google Bookmarks Add to Mister Wong Add to reddit Add to Stumble Upon Add to Spurl Add to Technorati Add to Tip'd Add to Twitter Add to Yahoo My Web
Hide Sites
7 Comments »
Tagged as: ajax, ckeditor, integration, jqgrid, jQuery, plugin, richtext, struts2, widgets

Struts2 jQuery Plugin Version 1.8.2 is released

Posted in Struts jQuery Plugin, jQuery, java, projekte, struts2 by jogep
Jan 25 2010
TrackBack Address.

New Version 1.8.2 of Struts2 jQuery Plugins is released.

Changelog:

  • Enable Subgrid Feature for Grid Tag
  • New Grid Showcase together with Full Hibernate Plugin for Struts2
  • Upgrade jQuery BBQ to 1.1
  • New Velocity Example in Showcase
  • Fix  Issue 45 : AJAX form submission with href parameters
  • Fix  Issue 50 : gridModel parameter is compulsory, but not used
  • Fix  Issue 51 : url parameters escaped
  • Fix  Issue 53 : Meaningless viewrecords information
  • Fix  Issue 58 : New Attribute formoptions for GridColumn Tag
  • Fix  Issue 59 : tabbedpanel spinner cannot be disabled using empty string value
  • Fix  Issue 60 : Distorted Divs in Local Tabs
  • Fix  Issue 63 : Submit is not working in Velocity

Download: http://code.google.com/p/struts2-jquery/downloads/list
Showcase: http://www.weinfreund.de/struts2-jquery-showcase/
Issues: http://code.google.com/p/struts2-jquery/issues/list
User Group: http://groups.google.com/group/struts2-jquery

Bookmark It

Add to Buzz Add to Del.icio.us Add to digg Add to DZone Add to Facebook Add to Google Bookmarks Add to Mister Wong Add to reddit Add to Stumble Upon Add to Spurl Add to Technorati Add to Tip'd Add to Twitter Add to Yahoo My Web
Hide Sites
No Comments yet »
Tagged as: ajax, integration, jqgrid, jQuery, plugin, struts2, widgets

Version 1.8.0 des Struts2 jQuery Plugins unterstützt Grid Plugin

Posted in Struts jQuery Plugin, jQuery, struts2 by jogep
Dez 10 2009
TrackBack Address.

Die neue Version 1.8.0 des Struts2 jQuery Plugins ist freigegeben und bietet erstmals ein Unterstützung für die neue Version 3.6.1 des jQuery Grid Plugins.

Seit der Version 1.7.0 gab es folgende Änderungen:

  • Unterstützung des jQuery Grid Plugin
  • Unterstützung für Listen Topics
  • Mehr Topics für das Dialog Widget
  • Neues Besipiel für ein Ajax basierendes Doubleselect im Showcase
  • Implementierungen der Issues 25, 27, 30, 31, 32, 33, 34, 36, 38, 39

Download: http://code.google.com/p/struts2-jquery/downloads/list
Showcase: http://www.weinfreund.de/struts2-jquery-showcase/
Anregungen und Fehler: http://code.google.com/p/struts2-jquery/issues/list
User Group: http://groups.google.com/group/struts2-jquery

Bookmark It

Add to Buzz Add to Del.icio.us Add to digg Add to DZone Add to Facebook Add to Google Bookmarks Add to Mister Wong Add to reddit Add to Stumble Upon Add to Spurl Add to Technorati Add to Tip'd Add to Twitter Add to Yahoo My Web
Hide Sites
3 Comments »
Tagged as: ajax, grid, integration, jqgrid, jQuery, struts2, widgets

Version 1.7.0 des Struts2 jQuery Plugin freigegeben

Posted in Struts jQuery Plugin, jQuery, struts2 by jogep
Nov 16 2009
TrackBack Address.

Version 1.7.0 des Struts2 jQuery Plugins freigegeben.

Seit der Version 1.5.0 gab es folgende Änderungen:

  • Eine History Technik für Ajax Content und Tabs basierend auf jQuery BBQ Plugin
  • Ein Standard Indicator ist im Head Tag definierbar
  • Generierte HTML Tags verzichten auf extra Attribute (Besser Kompatibilität mit XHMTL)
  • Mehrere kleine Erweiterungen und Fehlerbehebungen

Download: http://code.google.com/p/struts2-jquery/downloads/list
Showcase: http://www.weinfreund.de/struts2-jquery-showcase/
Anregungen und Fehler: http://code.google.com/p/struts2-jquery/issues/list

Bookmark It

Add to Buzz Add to Del.icio.us Add to digg Add to DZone Add to Facebook Add to Google Bookmarks Add to Mister Wong Add to reddit Add to Stumble Upon Add to Spurl Add to Technorati Add to Tip'd Add to Twitter Add to Yahoo My Web
Hide Sites
1 Kommentar »
Tagged as: ajax, integration, jQuery, struts2, widgets

Social Links

TwitterTwitter XingXing TechnoratiTechnorati GithubGithub Google ProfileGoogle Profile

Kategorien

  • Allgemein
  • datenbanken
  • hdr
  • java
    • sap
    • spring
    • struts2
    • hibernate
    • axis2
    • webservices
    • Struts jQuery Plugin
    • json
  • linux
  • projekte
  • sonstiges
  • witze
  • jQuery
  • php
  • piratenpartei

Schlagwörter

ajax bilder checksum client dojo e-mail email gallerie hdr hdr bild hdr bilder hibernate integration java jax-rc jersey jpeg jqgrid jQuery leipzig linux mail openSUSE options Photo php plugin properties qtpfsgui resize rest richtext smtp spring struts2 versenden video web gallerie webservice web service wein weinfreund weingut widgets witze

Archiv

  • Juli 2010 (2)
  • Juni 2010 (2)
  • Mai 2010 (1)
  • März 2010 (2)
  • Januar 2010 (4)
  • Dezember 2009 (1)
  • November 2009 (1)
  • Oktober 2009 (1)
  • September 2009 (1)
  • August 2009 (1)
  • Juli 2009 (2)
  • Juni 2009 (4)
  • Mai 2009 (5)
  • April 2009 (1)
  • März 2009 (2)
  • Februar 2009 (2)
  • Januar 2009 (1)
  • September 2008 (1)
  • Juli 2008 (22)

Meta

  • Anmelden
  • Artikel-Feed (RSS)
  • Kommentare als RSS
  • WordPress.org



Add to Technorati Favorites
Technorati Profile
Programming Blog Directory
Programming Blogs - Blog Catalog Blog Directory

blogoscoop
Blogverzeichnis - Blog Verzeichnis bloggerei.de
BlogPingR.de - Blog Ping-Dienst, Blogmonitor
Blog Verzeichnis Social Bookmarking, RSS-Verzeichnis
Blog Top Liste - by TopBlogs.de
http://www.wikio.de
Technology Blogs - Blog Rankings

RSS Neues aus der Weinwelt

  • Weingut Zickl jetzt NEU bei weinfreund.de
  • Affentaler Winzergenossenschaft Bühl eG jetzt NEU bei weinfreund.de
  • Weingut Christian & Thomas Weiss jetzt NEU bei weinfreund.de
  • Weingut Hager Matthias jetzt NEU bei weinfreund.de
  • 22 Oktober: Tag des österreichischen Sekts
  • Weingut Fels jetzt NEU bei weinfreund.de
  • 11.-12.09.2010 Wein- und Schlemmerfest Hachenburg
  • Weingut Schreiber-Kiebler jetzt NEU bei weinfreund.de
  • Neue Homepage
  • Karl Inführ KG Wein- und Sektkellerei jetzt NEU bei weinfreund.de
Powered by WordPress | “Blend” from Spectacu.la WP Themes Club