kaystrobach/wysiwyg

contains viewHelpers for easy inclusion of an rte

Installs: 5 201

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 0

Language:JavaScript

Type:neos-package

2.2.0 2023-02-21 10:26 UTC

This package is auto-updated.

Last update: 2024-03-30 00:23:13 UTC


README

Allows you to extend a f:form.textarea viewHelper with an RTE

Based on TYPO3.Flow

{namespace wysiwyg=KayStrobach\Wysiwyg\ViewHelpers}

...

<wysiwyg:widget.wysiwygEditor id="inhaltkurz" buttons="{1:'bold', 2:'createLink', 3:'removeLink', 4:'insertBlockQuote', 5:'insertUnorderedList', 6:'insertOrderedList', 7:'outdentList', 8:'indentList'}"/>
<f:form.textarea property="inhaltkurz"  id="inhaltkurz" class="form-control" rows="20"/>