Expand and collapse is done with _javascript_ and CSS. You could put displaytag in a DIV that is expanded and collapsed via _javascript_. Getting more data without refreshing the page is done with AJAX techniques. You don't need displaytag for that either. Keep it simple first. Get the expand collapse stuff working with _javascript_ and CSS first in a plain old HTML file. Once that works, move the _javascript_ and CSS into their own .js and .css files. ... Then get the AJAX stuff working without the expand/collapse stuff. ... Then put it together. You might want to look at RICO: http://openrico.org/ ,chris On Mar 7, 2006, at 7:04 AM, Neelima Madhavaram wrote: Hi, |
- [displaytag-user] expand/collapse Neelima Madhavaram
- Re: [displaytag-user] expand/collapse Christofer Jennings

