Werner Punz wrote:
Just wanted to give a short notice, that I dumped the first working
version of an ajax auto complete field into the sandbox, the control
and a working servlet backend (working hopefully, it did it for me when
I generated the war).
Just another good news, I am excited about that one, I just got the
perms, from Adam Michela, to relicense his Fade Anything Technique code
into Apache2 for a fade control tag.
If anybody want to know how this stuff works check out
Adams Website:
http://www.axentric.com/aside/fat/
This stuff is absolutely awesome, I have been using it for a while in
house, but have not componentized it yet.
My idea is to use some kind of
<x:fade/> to enable it
and use
<x:div styleClass="fade">fadearea</x:div>
to mark an area for fading
The fading code is very unintrusive it works basically by the
class="fade" css tag.
I currently use the fading for marking error messages by
h:message styleClass="fade" in my in house project.
it looks awesome (you easly can do it now without tags, by including
the javascript and then use the style).