OpenLink AJAX Toolkit 2.8 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News OpenLink AJAX Toolkit 2.8 (Default branch)
# 1  
Old 03-20-2008
OpenLink AJAX Toolkit 2.8 (Default branch)

OAT (OpenLink AJAX Toolkit) offers a broad Javascript-based, browser-independent widget set for building rich user interfaces on all common browsers. It comes with sample applications for interactive SQL query composition and database design. These applications work against any Microsoft XML for Analysis (XML/A) servers, such as OpenLink Virtuoso and others. License: GNU General Public License (GPL) Changes:
This release includes a new RDF browser application (now embeddable in Web pages) and updates to the iSPARQL application. There are enhancements and updates to the APIs for a++, Anchor, Dereference, Grid, Notify, RDFstore and RDFtabs, Tagcloud, Timeline, Tree, WebDav, and Win. The Google Maps API has been updated. The demonstrations use these new APIs and all the documentation have been updated. Absolute paths have been removed in favor of relative ones within the source tree, among other minor bugfixes.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
MojoMojo::Controller::Gallery(3pm)			User Contributed Perl Documentation			MojoMojo::Controller::Gallery(3pm)

NAME
MojoMojo::Controller::Gallery - Page gallery. SYNOPSIS
See MojoMojo DESCRIPTION
Controller for page photo galleries. METHODS
default Private action to return a 404 not found page. gallery ( .gallery ) Show a gallery page for the current node. by_tag ( .gallery/by_tag ) Show a gallery by a given tag. Will also show photos in the descendants of the page with the given tag. photo ( .photo/<id> ) Show a gallery photo page. ( /photo_by_tag/<id> ) Show a picture in tag gallery. submittag ( /gallery/submittag ) Add a tag through form submit. tag ( /.jsrpc/tag ) Add a tag to a page. Forwards to inline_tags. untag ( .gallery/untag ) Remove a tag from a page. Forwards to inline_tags. inline_tags ( .gallery/tags ) Make a list of the user's tags and popular tags, or just popular tags if no user is logged in. description ( .gallery/description ) AJAX method for updating picture descriptions inline. title ( .gallery/title ) AJAX method for updating picture titles inline. AUTHOR
Marcus Ramberg <mramberg@cpan.org> LICENSE
This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2011-07-20 MojoMojo::Controller::Gallery(3pm)