JQuery DotDotDot Plugin For Yii 1.x
Requirements ¶
Yii 1.0+
Installation ¶
Copy the downloaded extension to your web dir.
Usage ¶
$this->widget('plugins.dotdotdot.DotDotDot', array());
or
$this->widget('plugins.dotdotdot.DotDotDot', array(
'selector'=>'dot3',
'options'=>array()
));
Or use css
Nice extension.
Just a tip; for fixing simple overflow issue you'd probably be better off using css overflow ellipsis
Re: Or use css
Css text-overflow works only with the single-line text, so it's usually useless.
Thanks for sharing.
ASAP I am going to use it. =)
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.