Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for PHP
»
Re: Blur Event
Re: Blur Event
07-22-2011, 6:29 AM
Kenneth
Joined on 02-13-2008
Posts 3,886
Re: Blur Event
Reply
Quote
Hi JavedBoqo,
Please try the default API "OnChange"
<script>
function CuteEditor_OnChange(editor)
{
alert("onchange");
}
</script>
Regards,
ken
View Complete Thread