Wiki

Articles tagged with "button"X
Displaying 1-3 of 3 result(s).

A simple go back button widget

Created 7 months ago by CTalaHow-tos5 comments – viewed 6,857 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

Created about a year ago by francis jaTips2 comments – viewed 14,392 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().

By Example: CHtml

Created 3 years ago by jonahTutorials7 comments – viewed 241,911 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.