Werner,

Did you also get permission to dump your new tabbed-pane
that does client-side with JavaScript & CSS tab
switching?

I could use that.. ;-)

-- Jon


On May 27, 2005, at 12:56 AM, Werner Punz wrote:

Martin Marinschek wrote:

Your additions would be very welcome!
As we don't have a sandbox so far, why not upload it at the
sourceforge myfaces components project first so that we can have a
look at the components?
Thanks,


Just got the ok, from my management, due to a very tight deadline I have I will upload it after the first.

I will give a small description,
The controls are exactly two different ones,
one an entry field which does some kind of non blocking client side
validation. The behavior is following:

a) as long as you enter a wrong value the text is red, and as soon as the value is correct, the text is black (I have not yet parametrized the
text colors for wrong entry and correct entry)
the regexp which triggers the control is set over a pattern parameter.

b) a combined interweaved listbox entry input field which basically does the same as a, but with following behavior:
the listbox entries are filtered according to the input.
if you have the values aaa1 abbb1 abbb2 in the listbox and you type in
aa then only aa1 is left in the listbox. Also if you do a selection within the listbox the input field is filled with the listbox value.

c) currently I have in my sandbox an ajaxed autocomplete entry field which I dont have jsfed yet (just the plain javascript and html code is in place, also I have to replace the Javascripts which are from a LGPLed lib I got from the net, which is ok for the project but not ok for Apache), which I will target after the 1st due to project constraints.

I am also reworking currently my hibernated datamodel, which I will dump some time after the 15th (the current one is not to good, due to overdesign and some vague understanding of the datamodel flow, when I wrote it).


Werner






Reply via email to