﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8115	Getting issue with jquery	Shailesh Bajpai		"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"	Task	closed	Normal		Server : ASP.Net	3.5.3	invalid		
