This extension outputs lipsum text for use as placeholder to mimic real text, but without any meaning to not distract viewer.
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, ) ));
Be the first person to leave a comment
Please login to leave your comment.