History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: LOOM-131
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Ignacio Coloma
Reporter: Ignacio Coloma
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Loom

Add support for ajax tabs

Created: 30/Dec/08 02:02 PM   Updated: 05/Jan/09 01:19 PM
Component/s: Loom Javascript, Loom JSP tags
Affects Version/s: 1.0
Fix Version/s: 1.1


 Description  « Hide
Tabs should be capable of downloading its contents using Ajax. The proposal is:

<l:tab action="MyAction" event="myEvent">
   <l:param name="foo" value="bar"/>
</l:tab>

Such a tab would not work if javascript is off.

 All   Comments   Change History      Sort Order:
Ignacio Coloma - 05/Jan/09 01:19 PM
Done. These tabs _will_ work even without javascript. There is an example in the "profiles" page of the demo, and a use case will be added to the tabs documentation.