Im trying to set a group of radio buttons inside an .ini file and then
display it in the view script using 1 call..

this is the html im trying to create with the ini
<input type="radio" name="message_retry" value="1" /> 1
<input type="radio" name="message_retry" value="2" /> 2
<input type="radio" name="message_retry" value="3" /> 3

this is the current .ini segment

; Message Attempts Radio
advertiser.campaignCreate.elements.campaignMessageAttempts.t ype = "radio"
advertiser.campaignCreate.elements.campaignMessageAttempts.o ptions.required
= false
advertiser.campaignCreate.elements.campaignMessageAttempts.o ptions.label =
"Message Attempts Retry"
advertiser.campaignCreate.elements.campaignMessageAttempts.o
ptions.attribs.id = "campaign_frequency"
advertiser.campaignCreate.elements.campaignMessageAttempts.o
ptions.attribs.tabIndex = "27"
advertiser.campaignCreate.elements.campaignMessageAttempts.o
ptions.attribs.alt = "Set Retry Attempts"
advertiser.campaignCreate.elements.campaignMessageAttempts.o
ptions.decorators.type = "ViewHelper"

and then call it in the script like so

<?php echo $this->campaignCreateForm->campaignMessageAttempts; ?>


im just not sure how to set the elements up in the ini file?

-----
Bob Hanson
Web Developer
SLC, UT
-- 
View this message in context: 
http://www.nabble.com/Zend_Form-Radio-Buttons-in-ini-file-tp21606880p21606880.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to