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 function of action helper in zend?

1 Answers  


Tell me what are the ways in which the file can be detected as being uploaded or not?

1 Answers  


Does zend framework support php 4?

1 Answers  


How to include css in zend framework?

1 Answers  


How to get all post data?

1 Answers  


Which class extend the zend controller? Zend_controller_action

1 Answers  


What is being presented by the decorators?

1 Answers  


Do you know what is the use of zend framework?

1 Answers  


How we can do multiple column ordering in zend framework?

1 Answers  


How can I customize the appearance of forms generated by zend_form?

1 Answers  


How we can check post method in zend framework?

1 Answers  


How to access route, post, get etc. Parameters in zend framework 2?

1 Answers  


Categories