elipsum Get dummy text for your projects

  1. Usage
  2. Resources

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,
	 )
));
?>

Or just to use it directly in views, simply echo it

echo new ELipsum

Resources

4 1
5 followers
197 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: Others
Tags: dummy, lipsum, text
Developed by: pmaselkowski
Created on: Feb 6, 2012
Last updated: 6 years ago

Downloads

show all

Related Extensions