Hello, Finally I made time to translate the slides of the forms class presentation from Portuguese to English. I am getting ready to produce a screencast video...
Excellent job, Manuel! These slides are very informative and give extra coverage on the class. Yes, we would love to watch the screencast in English when it is...
Hello, ... No, sorry, that is something that you need to change in php.ini. -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer...
Manuel, I notice InvalidCLASS/InvalidSTYLE are being used for the input itself but is there a way to set these for the input's LABEL? Would it be possible to...
Hello, ... You already requested that but there was not yet time to implement it. Please be patient. -- Regards, Manuel Lemos Metastorage - Data object...
Manuel, Setting a border InvalidSTYLE for invalid inputs works for text inputs but does not work for select inputs for frontend/badckend validations. However,...
Hello, ... I think that depends on the browser. Personally I would not worry trying to make it look like as you expect, but if you think it is important, I...
Manuel, Yes, I've already tried using per-input InvalidCLASS/InvalidSTYLE for inputs but for some reason, I noticed it does not generate the frontend...
Hello, ... Does it happen with all browsers? Can you provide a minimal example script so I can reproduce the problem? -- Regards, Manuel Lemos Metastorage -...
Manuel, 1. You are right in that Firefox renders border color for select inputs but IE doesn't. 2. Further, you are also right to leave this to the developer...
Hello, Finally I made time to produce and upload the video of the forms class talk in English. This is a 4 hour video that is available here using Google...
Manuel, I have a chicken-n-egg situation where I would not know if an input is required or not until a later time in my script. So I add it anyway and then...
Manuel, I would like to follow up on this as I started re-working on this task now. The reqs changed and now, there are multiple forms on the same page. You...
Manuel, The following input specs are triggering client-side validations gracefully (without the ValidateOnlyOnServerSide) but are failing/skipping server-side...
Hello, ... You can use the Click Action of a submit input button to emulate a click on the submit button. Take a look at the test_linked_select.php example ...
Hello, ... Yes, my microphone is not very good. I could have amplified the volume but it would also amplify the background noise. Maybe next recording I will...
Hello, ... Accessing the inputs array directly is not acceptable and may break in the future. Why do you want to remove an input that you added in the first...
Hello, ... If you have multiple forms, you should render each one with their own templates. Then you can capture they output to separate variables. Finally you...
Hello, ... Actually there was a bug that was ignoring the input InvalidSTYLE option. The bug is fixed now in the latest version in CVS. ... I need a example...
Hello, I have thought about this and restored the original behaviour. Read only textarea inputs will be rendered with text eventually with some SPAN tags to...
Manuel, I get the idea. But if I have other forms with running content, how do I precisely position forms at different places by concatenating the captured...
Manuel, Thank you very much for keeping this in mind. I'll test it out ASAP. ... some ... behavior ... reasons? ... will keep ... disabled- ... inconsistent. ...
Manuel, By the way, I use Smarty and the way I see it possibly done is by using {include file} tags to include other templates for different forms into the...
Hello, I have just uploaded a new version with a batch of new features mostly requested by the users. Some are interested and I also benefitted from the...
Thanks for the new version Manuel, and for that matter all the new features and plug-ins you've released in recent months. With custom validation, like the one...
Hello, ... I am not sure what is your difficulty. Anyway, if you want to use the same forms class object to render different forms, you need to call the...