Hi Nick, We use the incubator for sharing - that's where the validator components are, for example. There is a ton of really cool stuff in there - especially with the 3.2 release additions. Togawa is one of the contributors to the OpenLaszlo project!
To get involved and start submitting things for addition into the incubator, see http://www.openlaszlo.org/cfaq. Best Regards, Amy On Apr 10, 2006, at 6:11 AM, [EMAIL PROTECTED] wrote: > > Hi Togawa > > This is great! You've just saved me a good many hours trying to > achieve something similar - many thanks indeed. > > Some feedback: > > 1) I think there's a bug in stringvalidator.lzx - > > This line: > if(textlength < minLength){ > > Should be: > if(textlength <= minLength){ > > 2) Another very small thing - when each field is validated ok, I > would be tempted to hide the messagestring - so when I've typed my > name in, I'm not still seeing "please input name" for example. > > Other than that - looking really promising. Many thanks again. > > I also didn't realise there was a formlayout.lzx in existence > already - I searched for something a couple of weeks ago but > couldn't find anything, so ended up writing my own! Do you have a > public repository where you share things like this? > > Nick > > > > > > > On Monday, April 10, 2006, at 10:36AM, togawa manabu > <[EMAIL PROTECTED]> wrote: > >> updated validator components. >> >> Summary: add baseerrordisplayview class to change the look and >> feel of >> validators. >> >> demo: >> http://laszlo.jp/lps/samples/validator-test/validatorTest.lzx >> >> this is a another demo moves like laszlo mail's registration form. >> http://laszlo.jp/lps/samples/validator-test/validatorTest- >> expandview.lzx >> >> thanks. >> >> -togawa manabu >> _______________________________________________ >> Laszlo-user mailing list >> [email protected] >> http://www.openlaszlo.org/mailman/listinfo/laszlo-user >> >> > _______________________________________________ > Laszlo-user mailing list > [email protected] > http://www.openlaszlo.org/mailman/listinfo/laszlo-user _______________________________________________ Laszlo-user mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-user
