Hey Sebastian,
I'll see if I can put together an implementation of the accordion sample with <a> tags within and post back what I can find out. For the issue of the yml:a tags linking you off to the canvas view, if you specify view="YahooSmallView" that should keep you on the small view (e.g. <yml:a view="YahooSmallView">).
- Jon
Hi Jon,
I really appreciate the time you put into this. I tried the YahooSmallView parameter, but it does not switch the accordion in small view at all. It sends out a GET request, but does not change anything. Maybe it's in the parameter encoding: Firebug shows this as part of the requested URL: &get_params=accordion.php%3Fexpand%3D6&debug=0
With YahooFullView I can get the first switch to work, but then the canvas html is rendered, because the profile html is set with setSmallView. So then the links will be normal <a> tags instead of <yml:a>. Maybe I could work around that if I could check the state the tool is in (small or canvas), but I didn't find anything like that in the documentation. It's really getting more complicated than it should be...
Sebastian