Hi All,
This is Jayesh.I am trying to use NiceEditor which comes as open source javascript utility.
Its(NiceEditor) working fine but when it comes to fire onkeyup event for the textarea i am using in NiceEditor its not firing onkey event.
onkeyup works without having NiceEditor in it.But with it is not working.
Please help me.My code looks as below:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="defaultNice.aspx.cs" Inherits="defaultNice" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<script src="nicEdit.js"></script>
<script type="text/javascript" src="http://js.nicedit.com/nicEdit-latest.js"></script>
<script type="text/javascript">
function chkxy() {< ...
Go to the complete details ...