A wrapper for jQuery ToolTipster plugin
Requirements ¶
Tested with Yii 1.1.12 and 1.1.14
Installation ¶
Extract the file under protected/extensions folder.
Usage ¶
- Default Usage
$this->widget('application.extensions.ecollapser.ECollapser');
- Usage with Target
$this->widget('application.extensions.ecollapser.ECollapser', array(
'target' => '.collapser'
));
- Usage with optional parameters
$this->widget('application.extensions.ecollapser.ECollapser', array(
'target' => '.collapser',
'options' => array(
'mode' => 'words', // chars, words, lines, block
'truncate' => 20
)
));
nice work
Thanks for this , i just need right now,
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.