Source for file readmore.php
Documentation is available at readmore.php
* @subpackage Editors-xtd.readmore
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* @subpackage Editors-xtd.readmore
* Load the language file on instantiation.
* @param string $name The name of the button to add
* @return array A two element array of (imageName, textToInsert)
// Button is not active in specific content components
$getContent =
$this->_subject->getContent($name);
$present =
JText::_('PLG_READMORE_ALREADY_EXISTS', true);
function insertReadmore(editor)
var content = $getContent
if (content.match(/<hr\s+id=(\"|')system-readmore(\"|')\s*\/*>/i))
jInsertEditorText('<hr id=\"system-readmore\" />', editor);
$doc->addScriptDeclaration($js);
$button->onclick =
'insertReadmore(\'' .
$name .
'\');return false;';
$button->text =
JText::_('PLG_READMORE_BUTTON_READMORE');
$button->name =
'arrow-down';
// @TODO: The button writer needs to take into account the javascript directive
// $button->link', 'javascript:void(0)');
Documentation generated on Tue, 19 Nov 2013 15:11:36 +0100 by phpDocumentor 1.4.3