A simple extension to shorten an html code. - version 1.0 - author Dimitrios Mengidis tydeas.dr@gmail.com
This a common functionality found in blogs, where you see a part of an article and there is link usually named read more where get redirected to the full article. As an example you can check my blog.
In the view add:
$this->beginWidget('application.extensions.EReadMore.EReadMore', array( 'linkUrl'=>$data->url )); <div> <h1>EReadMore</h1> <p>A simple extension to shorten an html code.</p> <h2>Requirements</h2> <ul> <li><a href='php.net/manual/en/intro.dom.php' >DOMDocument</a></li> </ul> </div> <?php $this->endWidget();
Check the EReadMore code options to see what you can set.
Be the first person to leave a comment
Please login to leave your comment.