Hello, Sometimes I get requests to provide consulting requests on the form class. I do not have time to provide consulting. If you are experienced with the...
Hello, This is just to let to you that there is now a blog about the Forms class that I just inaugurated. http://www.phpclasses.org/blog/package/1/ I am about...
Hi Manuel, ... form_custom_test_class.php : class form_custom_test_class extends form_custom_class { var $client_validate = 0; var $server_validate = 1; ...
Thanks Manuel for the latest update of the class. I noticed a particular bug fix: - Fixed bug of adding custom input validation errors twice when ShowAllErrors...
Hello, ... That is explained in the documentation. It is to make the class adjust the width and height of the select input accroding to the number of entries...
If I use this forms class I take it I will also have to develop server side validation to compliment it in the case that the user has JavaScript turned off?...
... oh and I just wanted to add that I dont want to use AutoWidthLimit"=>0, ... when I have a lot of data, because the form expands drastically :)...
Thanks Manuel for that. One other thing, I noticed when you use the form_linked_select class there can parameters in the input like this: "AutoWidthLimit"=>0, ...
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...
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...
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...
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...
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 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, ... Can you please provide a minimal example that exhibits the problem so I can understand what is wrong? -- Regards, Manuel Lemos Metastorage - Data...
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; 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...
... 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...
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...