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 'encoding' 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...
Doesn't that make this package unusable in most cases? Or are people just ignoring the terms of the license? As I read it, it means I can't use it for...
... I completely overlooked the HTML documentation. I assumed forms.html was an example or something. Ok, now I've found the documentation, now I need to look...
Hello; I'm trying to use the linked selection box... I want to get 2 differnt selection boxes (Preformance time and Seating Section) to pupulate based on the...
Hello, ... It seems this could be easily done with a plug-in if regular expression validation would not do. -- Regards, Manuel Lemos Metastorage - Data object...
Hello, ... Can you please provide a minimal example that exhibits the problem so I can understand what is wrong? -- Regards, Manuel Lemos Metastorage - Data...
Hi Manuel; I've been looking at the classes more carefuly and I think the problem is in the GetEventsActions. This populates the onchange field but does not...
Hello, ... Yes, there was a bug in the forms class that was not making it not generate the necessary semi-colons in the event handling Javascript code. The bug...
Hi there, I am looking forward to discussions on this forum. To start with I wanted to ask if it was possible to do clients side and server side form...
I have my own linked select form using my own Javascript and HTML. I use static arrays for data. There is so much data that I would have to write convert it to...
Hello, ... Yes, you can do that. You need to take a look at the test_ajax_form.php example. -- Regards, Manuel Lemos Metastorage - Data object relational...
Hello, ... You can develop your own plug-ins to retrieve your data from wherever you want. The database variants do that. They just redefine a few functions of...