Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to display zend_form_element_radio on one line ?



How to display zend_form_element_radio on one line ?..

Answer / Ruchi Gupta

To display Zend_Form_Element_Radio on one line, set the decorator options accordingly:
```php
$radio = new Zend_Form_Element_Radio('fieldname');
$radio->setDecorators(array(
'ViewHelper',
array('HtmlTag', array('tag' => 'div')),
));
```

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Zend Interview Questions

What is the difference between zend_auth and zend_acl?

1 Answers  


How you can set module name, controller name, and action name in zend framework?

0 Answers  


What is the difference between redirect and forward in zend framework?

1 Answers  


How can I detect if an optional file has been uploaded?

1 Answers  


What is the procedure to see that the optional file is detected?

1 Answers  


Grouping where clauses with zend_db_table_abstract ?

1 Answers  


What are the ways in which the file can be detected as being uploaded or not?

1 Answers  


What is zendauthentication?

1 Answers  


How to install zend framework2 on shared hosting server?

1 Answers  


What is service manager in zend framework?

1 Answers  


What should I know about the zend framework cla before submitting it?

1 Answers  


In which file we can configuration in zend framework?

1 Answers  


Categories