First  |  Prev |  Next  |  Last
Pages: 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186
group validation in quickform query
Hi I have a question about validating group entries in quickform: This is the example in the documentation: $id[] = &HTML_QuickForm::createElement('text', 'username', 'Username'); $id[] = &HTML_QuickForm::createElement('text', 'code', 'Code'); $form->addGroup($id, 'id', 'Your ID:', '-'); // Validation r... 21 Dec 2006 11:59
very annoying textarea problem in quickform...
Hi All I'm trying to do is add a group of textareas and give each one a label. When I do this with advcheckboxes it works ok, but for some reason the textareas dont show their labels and the code looks correct. What is going on???!?! Here's my code: $res =& $mdb2->query('SELECT * FROM Skills'); $skill... 21 Dec 2006 11:59
Errors are Missing in HTML_QuickForm_Renderer_Tableless 0.4.3
I am trying to use HTML_QuickForm_Renderer_Tableless 0.4.3. When I tried to use pear install to get it, I get errors like this: Warning: xml_parse(): Unable to call handler _pkginfo_cdata_2_0() in Common.php ..... many similar lines ... Notice: Undefined index: package in Common.php on line 1122 The following er... 15 Dec 2006 20:54
HTML Quickform passes values in URL
Hi I have used the combination of HTML Quickform and Smarty template pretty well. I always use the display() method of Smarty Template. But now for a specific use, for a simple login page with username and password fields, I have to use the fetch() method and "echo" the result returned by the fetch(... 15 Dec 2006 15:27
Quickform CAPTCHA
Hoping someone can help. I am implementing a simple CAPTCHA for my forms but have come across a sticky problem. The relevant "abbreviated" code is shown below. The problem I am facing is in verifying the CAPTCHA. When the form initially loads a random image is generated by captchaImage() and sets the default f... 9 Dec 2006 06:11
Problems using CVS / LiveUser
Hello, I am trying to use the LiveUser Class. To use it, I tried to install the needed Schemas with the install.php. While trying, II got the following error message: Warning: require_once(MDB2/Schema.php) [function.require-once]: failed to open stream: No such file or directory in /Library/ WebServer/Documents... 8 Dec 2006 14:00
An alternative to HTML_QuickForm_select...
Hi all, Just read the post about grouping radio buttons and I have a lil extension to quickform that basically creates radio buttons or checkboxes with the API of HTML_QuickForm_select. Also can include an 'other' option. Anyway I find that it's useful and saves me time as I create quite a few databases ... 10 Dec 2006 22:03
FIle_PDF
Danny Brow <dan <at> fullmotions.com> writes: Anyone have a working example of the File_PDF class? Thanks, Dan. <?php require_once("File/PDF.php"); class Boleta extends File_PDF { function footer() { $this -> text(10.75, -0.5, 'Pagina '.$this -> getPageNo().' de {nb}'); } fu... 3 Dec 2006 11:02
Soap install
Hello, i try to isntall the package soap: But i get this. Failed to download pear/soap within preferred state "stable", latest release is version 0.9.4, stability "beta", use "channel://pear.php.net/soap-0.9.4" to install Cannot initialize 'soap', invalid or missing package file Package "soap" is not val... 29 Nov 2006 06:44
Solution for an automatic hierselect with DB_DataObject_FormBuilder up to 4 selects
Hi all: Months ago, I asked about how to get an automatic hierselect with DB_DataObject_FormBuilder, like in the example in http://opensource.21st.de/25.html#A11 but I needed more than two selects. Thanks to the help of different users of this mail list, I could get the solution. And now I want to share ... 24 Nov 2006 04:37
First  |  Prev |  Next  |  Last
Pages: 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186