Difference between #15 and #16 of
By Example: CHtml

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.
[...]
79 0
74 followers
Viewed: 989 960 times
Version: 1.1
Category: Tutorials
Written by: jonah
Last updated by: glicious
Created on: Sep 25, 2009
Last updated: 8 years ago
Update Article

Revisions

View all history