elipsum

Get dummy text for your projects
5 followers

This extension outputs lipsum text for use as placeholder to mimic real text, but without any meaning to not distract viewer.

Usage

Extract file to components or extensions and then assign it enywhere, where some text would go.

<?
// This will output 2 different lipsum paragraphs, each into different tab
$this->widget('CJuiTabs', array(
     'tabs' => array(
          'Privacy' => new ELipsum,
          'Other' => new ELipsum,
     )
));
?>

Resources

Be the first person to leave a comment

Please to leave your comment.

Create extension
Downloads