Hello, ... Yes, it sees the best solution. The class also will issue an error that will be trapped by the debug callback function. ... I think it is better to...
Hello, ... I have already answered to this here: http://www.phpclasses.org/discuss/package/1/thread/63/#246 -- Regards, Manuel Lemos Metastorage - Data object...
Hello, ... I already answered this here: http://www.phpclasses.org/discuss/package/1/thread/66/ -- Regards, Manuel Lemos Metastorage - Data object relational...
Manuel, Thanks much for considering this exciting feature implementation! I hope you would address any derived extensions of the form_class (descendants) by...
By the way, I've successfully isolated JavaScript to disk-files on another tool I use that generates JavaScript but did not have any support to isolate the...
Hello, ... I do not see the need for the life time cache check. I may just add an option to generate the Javascript only if it does not exist and it would not...
Hello, ... There is no need for using another generic caching component to implement caching mechanism. I have developed a mature generic caching class a long...
Manuel, I prefix ' 39; to some inputs' LABELs for fine alignment with the labels of other inputs. I have an SELECT-type input and these space chars are...
Manuel, Please ignore this post. I debugged it and noticed it is happening due to passing data by reference. ... the ... space ... (the ... prefixing ... input...
Manuel, On using the same form object to render form parts with ResetFormParts() using different templates, I noticed the first column or the erroneous column...
Manuel, I've just noticed that there are now two forms with the same name - one in the sidebar (rendered first) and the other in the content section (rendered...
Hello, ... That is what either the NAME or ID properties are for. -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator ...
Hello, Once again I got a request to develop a small PHP application that would use the forms class. Since I do not have the time to handle it, the person that...
Manuel, Is it possible to render a SELECT-MULTIPLE input as a div with checkboxes (options as checkboxes that get checked/highlighted on clicking) for easier...
Manuel, How do I validate min length if the value has tags not to be counted as the actual content? I want to validate the length of the actual content after...
Hello, ... Currently the class is not ready to achieve that in an easy way. I think you can write a custom class that performs that kind of validation by...
Manuel, Yes, I thought of writing a custom class. But I guess the validation would be performed only on the server side as I don't know if there is any...
Hello, ... Not directly, but I think you can use Javascript regular expression functions to remove the tags probably in one line of code. -- Regards, Manuel...
Manuel, I see no option to set the accept-charset for the generated form tag in the forms class. How do I get the class to render: <form accept-charset="utf-8"...
Thanks, Manuel! By the way, when is the right time to set the 'encoding39; attribute of the form? Can we set it after adding inputs and before invoking ...
Hello, ... AFAIK, encoding is only relevant to the browser. So you can set before you make the forms class generate the form output. -- Regards, Manuel Lemos ...
I browsed through all the mailing list posts here and the document and the examples but couldn't find any real life example of how to retrieve, validate and...
Hello, ... If you use the MULTIPLE attribute for a group of checkboxes with the same NAME attribute, you can use the ValidateAsSet attribute to make the class...
After reading the documentation and related post <http://tech.groups.yahoo.com/group/forms-dev/message/746> about subforms, I thought that simply setting...
Hello, ... You can use the WasSubmitted function to determine which submit button was used to submit the form. You just need to map submit buttons to ...
Are there any books(hardcopy) that discuss using PHP forms(this automated package, not forms in general). I'm rather old school and find a written book helps...
Hello, ... Well, I can always take the reference manual and generate a PDF if that would solve your problem. -- Regards, Manuel Lemos Metastorage - Data object...