The new Version 3.3.2 of Struts2 jQuery Plugin is now available.
Tree with Checkboxes
This release is not only a bug fix release it brings also some usefully new features to you. One of the new Features is the support for Checkboxes in the TreeTag. See the new Tree with Checkboxes Example in the Showcase App.
Improved DIV an Anchor Tag
The Div Tag has now two new attributes. The first new attribute is the delay attribute which allows setting a delay in milliseconds until the div should load the remote content via AJAX. The other new attribute is updateFreq which provide an ability to reload the div content after a specified interval in milliseconds.
The Anchor Tag provides also some new attributes. This new attributes allow an improved handling when submitting a form via Anchor Tag. For details please see Issue 849. Another new attribute openDialogTitle allows setting dynamically the Title of a Dialog when opened this dialog via openDialog attribute or via topics. See the updated Remote Dialogs Example in the Showcase App.
Library Updates
- jQuery 1.7.2
- jQuery UI 1.8.21
- jQuery Mobile 1.1.0 since Version 3.3.1
- jqGrid 4.4.0
For a complete list of changes since last version, please visit the Changelog.
Download: https://oss.sonatype.org/content/groups/staging/com/jgeppert/struts2/jquery/
Showcase: https://struts.jgeppert.com/struts2-jquery-showcase/
Issues: https://github.com/struts-community-plugins/struts2-jquery/issues
User Group: https://groups.google.com/group/struts2-jquery
New version 3.3.2 is NOT found in the central Maven repository.
Please deploy.
Thank you a lot.
Maybe the maven sync is not finished yet. Please wait some time until the maven repositories are synchronized.
Thank your response.
At this moment, all modules sync to version 3.3.2 completely except “struts2-jquery”, “struts2-jquery-plugin”, “struts2-jquery-grid-plugin”. These three modules still remain on version 3.3.1.
Looks like there is somthing going wrong during the release process. I go to fix it and releasing version 3.3.3.
Just released Version 3.3.3 which should be fully available in the maven repositories.
Is there anyone know how to manipulate the checkbox by javascript? For example, select an option in the dropdown list to trigger an event, and then check the checkboxes accordingly.
Hi,
can I ask here a question regarding you struts2-jquery-chart plugin?
The problem is – loooks like there is no way to set axis labels, right?
what could be the reason?
thanks
The right place for questions is the User Group:
http://groups.google.com/group/struts2-jquery
This is an already registered Issue which is maybe solved in release 3.4.0.
https://code.google.com/p/struts2-jquery/issues/detail?id=882
Hi Can someone provide me the complete code of Dynamic Tree with CheckBoxes and its valid action class because submt buttons (Show CheckBoxes, Hide CheckBoxes) are not working.