The Artima Developer Community
Sponsored Link

Java Community News
AjaxTags 1.2 Beta Released

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Frank Sommers

Posts: 2642
Nickname: fsommers
Registered: Jan, 2002

AjaxTags 1.2 Beta Released Posted: Apr 19, 2006 8:35 AM
Reply to this message Reply
Summary
AjaxTags is a JSP tag library that provides a set of AJAX-enabled widgets, such as autocomplete form fields, pop-up call-out balloons, HTML content replacement, a tabbed panel, and a portlet tag. The most recent beta adds new functions and properties to tags introduced in prior releases.
Advertisement

AjaxTags is a collection of JSP tag widgets that make it easy to add interactive UI components to a Web page. The components in the current release are:

  • Autocomplete Retrieves a list of values that matches the string entered in a text form field as the user types.
  • Callout Displays a callout or popup balloon, anchored to an HTML element with an onclick event.
  • HTML Content Replace Builds the JavaScript required to hook a content area (e.g., DIV tag) to a link, image, or other HTML element's onclick event.
  • Portlet Portlet-style capability from a AJAX-enabled JSP tag.
  • Select/dropdown Based on a selection within a dropdown field, a second select field will be populated.
  • Tab Panel Enable an AJAX-based set of property pages.
  • Toggle Uses images to create either a single on/off toggle or a sequential rating system.
  • Update Field Updates one or more form field values based on response to text entered in another field.
  • Area and Anchor Shows how to AJAX-enable any area of your page.
  • Ajax DisplayTag Shows how to AJAX-enable DisplayTag

The project has a set of live demos that can be accessed from a Web browser. The 1.2 beta release adds more properties and functions to widgets introduced in prior releases, and fixes several bugs.

Of the rapidly growing field of AJAX widget libraries, which component set do you prefer?

Topic: AjaxTags 1.2 Beta Released Previous Topic   Next Topic Topic: Exception-Handling Anti-Patterns

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use