Link to home
Start Free TrialLog in
Avatar of itinfo7
itinfo7

asked on

Set up Keyup for Telerik Radeditor

<script>
    $("#ctl00_cph1_ctrlProductVariantDetails_ctrlPrintOnDemand_txteditor_contentIframe").contents.find("body").bind('keyup', function() {
                                      alert("shaili");
                                      updatePlaceHolderHiddenField(newNum);
                                    targetObject.html(return2br($("#txtUpdater" + newNum).val()));
                                      });
</script>

           <telerik:RadEditor ID="txteditor" Runat="server" ToolsFile="~/editors/radeditor/Default.xml"
            ToolbarMode="Floating" Width="460px" />

I am trying to set up Keyup for telerik rad editor using Jquerymy code is as above.I am not able to set Keyup on Iframe Id("#ctl00_cph1_ctrlProductVariantDetails_ctrlPrintOnDemand_txteditor_contentIframe).

Please help me out with this.is there any other method to set keyup for Radeditor.
ASKER CERTIFIED SOLUTION
Avatar of Mlanda T
Mlanda T
Flag of South Africa image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial