Opened 14 years ago
Closed 14 years ago
#8115 closed Task (invalid)
Getting issue with jquery
| Reported by: | Shailesh Bajpai | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Server : ASP.Net | Version: | 3.5.3 |
| Keywords: | Cc: |
Description (last modified by )
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">
</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 (1)
comment:1 Changed 14 years ago by
| Description: | modified (diff) |
|---|---|
| Resolution: | → invalid |
| Status: | new → closed |

This site is dedicated to filing bug reports and feature requests. If you are looking for support, please see the Community Forums. Thanks!