Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的CGridview过滤器部分,我需要占位符。这在 Yii 中可能吗?
CGridview
或者这是否可以通过扩展到包含占位符的CGridview容纳标签来实现。filterOptions如果是,如何扩展 CGridview?
filterOptions
I don't think that extending class is need for this purpose, just use
'filter'=>CHtml::activeTextField($model, attribute, array('placeholder'=>'place holder text'))),