Revision #16 has been created by ricardograna on Oct 7, 2009, 7:45:58 PM with the memo:
Added "::" before the method names for better readbility
« previous (#15) next (#17) »
Changes
Title
unchanged
By Example: CHtml
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
Content
changed
[...]
- CHtml::link()
- CHtml::button()
- CHtml::textField()
- CHtml::listData()
- CHtml::dropDownList()
<br>
<a name="link"></a>
##
:: CHtml::link() method[...]
<a name="button"></a>
## :: CHtml::button() method
~~~[...]
<a name="textField"></a>
## :: CHtml::textField() method
~~~[...]
<a name="textField"></a>
## :: CHtml::listData() method
~~~[...]
<a name="textField"></a>
## :: CHtml::dropDownList() method
~~~
public static function dropDownList($name,$select,$data,$htmlOptions=array())
~~~
Generates a dropdown list.[...]