Property | Type | Description | |
---|---|---|---|
$_spellInit | boolean | True if spellchecker has been attached. |
Method | Description | |
---|---|---|
compose ( IMP_Dynamic_Base $base, array $args = [] ) : string | Create content needed to output the compose page. |
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 ) |
protected _addComposeVars ( $base ) |
protected _attachSpellChecker ( ) : boolean | ||
return | boolean | True if spellchecker is active. |
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. |
protected bool $_spellInit | ||
return | boolean |