Prev: HTML_QuickForm2_Renderer: ArrayAccess
Next: [ANNOUNCEMENT] System_Daemon-0.10.3 (beta) Released.
From: Christian Weiske on 3 May 2010 16:55 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üÃen Christian Weiske -=â¡ Geeking around in the name of science since 1982 â¡=-
From: Alexey Borzov on 4 May 2010 04:25 Hi Christian, On 04.05.2010 0:55, Christian Weiske wrote: > 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? > I think that generating a label tag is a pretty trivial task, especially with the Renderer providing all the necessary parts. Also the next obvious feature request here will be to customize 'labelhtml' output, this is the thing I wouldn't like in Array Renderer at all.
|
Pages: 1 Prev: HTML_QuickForm2_Renderer: ArrayAccess Next: [ANNOUNCEMENT] System_Daemon-0.10.3 (beta) Released. |