Opened 14 years ago

Last modified 14 years ago

#8115 closed Task

Getting issue with jquery — at Initial Version

Reported by: Shailesh Bajpai Owned by:
Priority: Normal Milestone:
Component: Server : ASP.Net Version: 3.5.3
Keywords: Cc:

Description

I am trying to put values of UI LI(html control) on clicking on LI to CKEditor control textarea.

following is the ckeditor I have put into my .net application

<CKEditor:CKEditorControl ID="txtText" runat="server"

CssClass="validate[required]" CausesValidation="True">

&nbsp;&nbsp; </CKEditor:CKEditorControl>

and following is the jquery code, I am using

jQuery(document).ready(function() {

$('#ClickWordList li').click(function() { $('ctl00_ContentPlaceHolder1_ctrlEntry_txtText').val($(this).text()); return false });

kriesi_closeable_divs(".closeable"); /*remove this if you dont want message box to be closeable*/ $("#templateContentArea").validationEngine();

});

Please can you let me know is it possible to set the value of UI LI into CKEditor textarea.

Thanks shailesh

Change History (0)

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy