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
197
Yii Version: 1.1
License: BSD-2-Clause
Category: Others
Developed by: pmaselkowski pmaselkowski
Created: Feb 6, 2012
Updated: 8 years ago

Downloads

show all

Related Extensions