EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: jega on November 19, 2018, 04:31:47 AM



Title: [SOLVED] Texteditor value
Post by: jega on November 19, 2018, 04:31:47 AM
Hi.

<div id="te" name="te" class="easyui-texteditor" title="TextEditor" style="width:100%;height:300px;padding:20px">

Writing something in the editor

Result console.log($('#te').texteditor('getValue')) is empty

When i put something in the editor

$('#te').texteditor('setValue','Test editor')

Result console.log($('#te').texteditor('getValue')) is "Test editor"

But when i write more text in editor like again, so the text is "Test editor again"

Result console.log($('#te').texteditor('getValue')) is still "Test editor"

Any help

Jesper



Title: Re: Texteditor value
Post by: stworthy on November 19, 2018, 06:54:34 PM
Please download the newer extension from https://www.jeasyui.com/extension/texteditor.php


Title: Re: [SOLVED] Texteditor value
Post by: Coder on November 27, 2018, 06:41:44 AM
How to know/see about current version of extensions?
Only by file date in arch?