\Horde_Core_Text_Filter_Highlightquotes

Class that extends the base Highlightquotes class to allow toggling of quoteblocks via javascript.

CSS class names "toggleQuoteHide" and "toggleQuoteShow" are used to style toggle text.

Copyright 2010-2017 Horde LLC (http://www.horde.org/)

See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.

Summary

Methods
Properties
Constants
__construct()
No public properties found
No constants found
_beginLargeBlock()
_endLargeBlock()
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

__construct()

__construct(array  $params = array()) 

Parameters

array $params

Additional Parameters to base driver:

'noJS' - (boolean) Don't add javascript toggle code.
         DEFAULT: false

_beginLargeBlock()

_beginLargeBlock(array  $lines, integer  $qcount) : string

Add HTML code at the beginning of a large block of quoted lines.

Parameters

array $lines

Lines.

integer $qcount

Number of lines in quoted level.

Returns

string —

HTML code.

_endLargeBlock()

_endLargeBlock(array  $lines, integer  $qcount) : string

Add HTML code at the end of a large block of quoted lines.

Parameters

array $lines

Lines.

integer $qcount

Number of lines in quoted level.

Returns

string —

HTML code.