e.g.
CHtml::tag("div",array("class"=>"ico-small", "data-logid"=>"log-1890"))The above code cannot generates the data-* attribute in div tag.
HTML5 tags such as header, footer, aside should be supported too. I think it is time for HTML5 in Yii 2.0
Posted 02 April 2012 - 04:26 AM
CHtml::tag("div",array("class"=>"ico-small", "data-logid"=>"log-1890"))
Posted 02 April 2012 - 06:54 AM
whuhacker, on 02 April 2012 - 04:26 AM, said:
CHtml::tag("div",array("class"=>"ico-small", "data-logid"=>"log-1890"))
Posted 02 April 2012 - 07:51 AM