JaquelineBrandao / yii

Automatically exported from code.google.com/p/yii
0 stars 0 forks source link

Create new function to customize meta tag #55

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It's need new function on CClientScript to make customization to meta tag
for example

yii::app()->clientScript->registerMetaTag(string $id,string $content);

id:string identify of meta tag(for example:keywords, description, etc)
content:string content of meta tag.

Original issue reported on code.google.com by tyo...@gmail.com on 12 Dec 2008 at 3:20

GoogleCodeExporter commented 9 years ago
Also registerLinkTag could be useful, for registering things such as RSS feeds.

Original comment by rggonzal...@yahoo.com on 12 Dec 2008 at 7:12

GoogleCodeExporter commented 9 years ago
Issue 70 has been merged into this issue.

Original comment by qiang.xue on 20 Dec 2008 at 9:33

GoogleCodeExporter commented 9 years ago

Original comment by qiang.xue on 21 Dec 2008 at 7:26

GoogleCodeExporter commented 9 years ago
Added the following methods:
CClientScript::registerMetaTag
CClientScript::registerLinkTag
CHtml::metaTag
CHtml::linkTag

Original comment by qiang.xue on 22 Dec 2008 at 1:24