PHP Class IMP_Dynamic_Compose_Common, horde

Author: Michael Slusarz ([email protected])
显示文件 Open project: horde/horde

Protected Properties

Property Type Description
$_spellInit boolean True if spellchecker has been attached.

Public Methods

Method Description
compose ( IMP_Dynamic_Base $base, array $args = [] ) : string Create content needed to output the compose page.

Protected Methods

Method Description
_addComposeVars ( $base ) Add compose javascript variables to the page.
_addIdentityJs ( )
_attachSpellChecker ( ) : boolean Attach the spellchecker to the current compose form.
_compose ( $base, $view, $args )

Method Details

_addComposeVars() protected method

Add compose javascript variables to the page.
protected _addComposeVars ( $base )

_addIdentityJs() protected method

protected _addIdentityJs ( )

_attachSpellChecker() protected method

Attach the spellchecker to the current compose form.
protected _attachSpellChecker ( ) : boolean
return boolean True if spellchecker is active.

_compose() protected method

protected _compose ( $base, $view, $args )

compose() public method

Create content needed to output the compose page.
public compose ( IMP_Dynamic_Base $base, array $args = [] ) : string
$base IMP_Dynamic_Base Base dynamic view object.
$args array Configuration parameters: - redirect: (boolean) Display the redirect interface? If true, display only redirect. If false, don't add redirect interface to page. - resume: (boolean) Are we resuming a saved draft? - show_editor: (boolean) Show the HTML editor? - template: (string) Display the edit template interface?
return string The compose HTML text.

Property Details

$_spellInit protected_oe property

True if spellchecker has been attached.
protected bool $_spellInit
return boolean