EasyUI
Home
Demo
Tutorial
Documentation
Download
Extension
Contact
Forum
EasyUI Forum
October 10, 2024, 10:37:46 PM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
Help
Search
Login
Register
EasyUI Forum
>
General Category
>
General Discussion
>
onSubmit get textEditor value
Pages: [
1
]
« previous
next »
Print
Author
Topic: onSubmit get textEditor value (Read 5415 times)
Alfred
Full Member
Posts: 134
-Licensed User-
onSubmit get textEditor value
«
on:
August 04, 2018, 10:21:08 AM »
How can I get the value of texteditor. I use the following code, but it does not submit the texteditor value:
Code:
$('#myform').form('submit',{
url: url,
onSubmit: function(){
return $(this).form('validate');
},
success: function(result){
}
});
Logged
Pierre
Sr. Member
Posts: 439
Re: onSubmit get textEditor value
«
Reply #1 on:
August 04, 2018, 10:38:43 PM »
I'm using this
var html = $('#texteditor_div').texteditor('getValue');
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> News
=> General Discussion
=> EasyUI for jQuery
=> EasyUI for Angular
=> EasyUI for Vue
=> EasyUI for React
=> Bug Report
Loading...