First  |  Prev |  Next  |  Last
Pages: 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
Php quickform handbook
Hello everyone, I was wondering if there is any php quickform handbook on the web? thank you kindly, zia ... 7 May 2010 13:24
INVITACION EXCLUSIVA para DIRECTIVOS y LIDERES
"Master Coach México", la opción formativa más innovadora y garantizada de México, tiene el agrado de invitarte a: ......................................................................................................................................................................... "El Directivo COACH": La... 6 May 2010 13:06
does Mail_mimeDecode() constructor actually recognize 'crlf'param?
once again, digging around in mimeDecode and the web page here: http://pear.php.net/manual/en/package.mail.mail-mimedecode.decode.php reads: ===== array $args - an array with the function arguments boolean $args['include_bodies'] - whether to include the bodies in the returned structure. boolean... 5 May 2010 16:03
HTML_QuickForm2 rule chaining
Hi all, When adding multiple rules to an qf2 element, using the fluent interface does not work anymore - every addRule() call returns the created rule and not the element. I do see that this is needed for further rule modifications or using them in and/or chains, it makes the simple cases more complicated. ... 26 May 2010 14:43
HTML_QuickForm2_Rule_Callback: inverting callback ruleresults
Hi Christian, On 04.05.2010 11:40, Christian Weiske wrote: I am in the need to verify the user name in a registration form. Part of that process is using the existing API to check various things, including - reserved user names - already existing user names - validity of a user name Methods a... 15 May 2010 13:44
[ANNOUNCEMENT] System_Daemon-0.10.3 (beta) Released.
The new PEAR package System_Daemon-0.10.3 (beta) has been released at http://pear.php.net/. Release notes ------------- System_Daemon v0.10.3-beta * Increased PHP5.3 Compatibility * Initialize options when needed. Fixes #17296 * Newlines were accidentally single quoted (thanks Chris Sternal-Johnson) Pack... 4 May 2010 09:00
HTML_QuickForm2_Renderer_Array: labelhtml
Hello all, I think it'd be cool if the array renderer would also include the complete html label code for each element, along the lines of: $ary['labelhtml'] = '<label for="' . $ary['id'] . '">' . $ary['label'] . '</label>'; What do you think? -- Regards/Mit freundlichen GrÃ... 4 May 2010 04:39
HTML_QuickForm2_Renderer: ArrayAccess
Hello, Using my own renderer, I wanted to implement ArrayAccess to get easy access to elements by IDs (see my last mail, "HTML_QuickForm2_Renderer_Array: Element IDs as array key?") in my templates. Unfortunately, the rendering proxy tunnels every method calls and thus prevents usage of ArrayAccess which ge... 15 May 2010 13:44
HTML_QuickForm2_Node: ID generation
Hi Alexey, Element IDs have to be specified explicitly in the attributes array, otherwise they are autogenerated - with an index appended to them: Element named "username" gets ID "username-0". While this makes sense for large and complicated forms, it is not really convenient for small forms with no duplicate... 26 May 2010 14:43
HTML_QuickForm2_Renderer_Array: Element IDs as array key?
Hello Alexey, I am trying to use HTML_QuickForm2_Renderer_Array to build form with a pretty customized layout. Now I wanted to put the element html in the template but failed a bit because the elements array is indexed with numbers - but in my template, I don't want to iterate over the elements array to look ... 27 May 2010 04:55
First  |  Prev |  Next  |  Last
Pages: 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26