Wiki

Articles tagged with "button", sorted by date (updated)X
Displaying 1-3 of 3 result(s).

By Example: CHtml

Updated 5 months ago by AndreiCurelaruTutorials7 comments – viewed 240,397 times – ( +80 )
"By Example" cookbook pages will provide coding examples for many of the commonly used classes within Yii. We will try to provide as many usage examples as possible for keep these pages as helpful as possible.

A simple go back button widget

Updated 7 months ago by bennounaHow-tos5 comments – viewed 6,797 times – ( +3 / -2 )
We all know that widgets are really useful. We can use the almost everywhere we want, and we can use the same code a lot of times ( Almost OOP ).

using multiple radio button

Updated about a year ago by Maurizio DombaTips2 comments – viewed 14,319 times – ( +5 )
When we use multiple radio buttons with same name in Yii many people have the problem on getting the value of the selected radiobutton. The radioButtonList can be used for that, but if we need to use radioButton itself to place the button any where in a view, we need to include one more parameter in htmloption array().