logo       

Re: Re: QF: smarty renderer and element names with brackets []: msg#00323

php.pear.general

Subject: Re: Re: QF: smarty renderer and element names with brackets []

Thomas Schulz wrote:

Jeroen Houben wrote in php.pear.general:


I'm migrating some QF code from version 2 to 3 using the Smarty renderer. Mostly works well except for some more advanced things.
Here's what I want to do:

foreach ($institution as $instID => $instName) {
$radio[] = &HTML_QuickForm::createElement('radio', null, null, 'Yes', 'yes');
$radio[] = &HTML_QuickForm::createElement('radio', null, null, 'No',
'no'); $form->addGroup($radio, "conn_allowed[$instID]" ,null, '   ');
$form->addElement('text', "conn_marketshare[$instID]",null, array("size"=>3, "maxlength"=>3));
}


The better way the handle such dynamicly created forms is to use the
(dynamic) Array-Renderer.

Hi Thomas,

Okay I'll try that, I was making good progress with the static renderer using groups instead of seperate elements, but then I got stuck again when I had to use groups inside group. Anyway I'll try the Array Renderer.

Jeroen

--
PEAR General Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise