Post by Clark MuellerI find AjaxAccordion to be handy in providing a quasi "wizard" style
of interface. But that having been said, I can't say that I've
actually looked around too much at the alternatives, and I certainly
wouldn't argue against a more useful implementation. I agree with
seeing an "AjaxCollapsibleComponentContent" type of widget. I also
would really like an Ajax tab component, and have it on my wish/to-do
list, but I haven't had any time to sit down and try and figure out
how to tackle a new Ajax component myself (if you have any pointers
on getting started with building components that will be consistent
with how you've been building them, Mike, I would most definitely
like to start looking at maybe building some).
I'd be interested to find a prototype/scriptaculous-based accordion
component so that we could start to consolidate libraries. I
honestly haven't looked at alternatives that much either, but someone
must have a scriptaculous version. There's no requirement for
accordion to go away immediately, but with incompatibilities between
rico and prototype looming, i would say its days are kind of numbered
unless rico releases a new version on the latest prototype.
Ajax Tabbed Pane should be pretty simple to do, actually. You would
be sitting on top of the core components, so there isn't even
anything really odd about it -- Just make a repetition of
AjaxUpdateLinks that refresh the main body AjaxUpdateContainer when
selected. Basically if you write it in the "old stye", then just
switch out your WOHyperlinks for AjaxUpdateLinks, that generally
works out.
Post by Clark MuellerThis is the first I've seen of it, but this is another one that I
wouldn't mind trying to build a decent reusable component for. I'm
not a big fan of the existing AjaxModalDialog.
Check out YUIPanel in the PW YUI.framework. This is very new, but it
wraps some of the core components in the Yahoo User Interface
toolkit. Yahoo provides a bunch of nice higher-level javascript UI
components (like panels, dialogs, etc). There's not a lot wrapped in
there yet, mainly because it hasn't generated quite as much interest
as Ajax framework yet.
ms