# weforms/1.4.4/assets/components/weforms-text-editor/template.php

weForms – Easy Drag &amp; Drop Contact Form Builder For WordPress, version 1.4.4. 4 lines.

- Page: https://pluginprobe.com/plugins/weforms/1.4.4/code/assets/components/weforms-text-editor/template.php
- Raw: https://pluginprobe.com/plugins/weforms/1.4.4/raw/assets/components/weforms-text-editor/template.php
- Modified: 2019-11-18T04:29:52+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/weforms/1.4.4/code/assets/components/weforms-text-editor/template.php#L10-L20`.

```php
<div>
    <textarea :value="value" :id="'wefroms-tinymce-' + editorId" rows="5"></textarea>
</div>

```
