Changes between Initial Version and Version 1 of Ticket #8115


Ignore:
Timestamp:
Sep 15, 2011, 6:52:20 AM (13 years ago)
Author:
Wiktor Walc
Comment:

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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8115

    • Property Status changed from new to closed
    • Property Resolution changed from to invalid
  • Ticket #8115 – Description

    initial v1  
    22
    33following is the ckeditor I have put into my .net application
    4 
     4{{{
    55<CKEditor:CKEditorControl ID="txtText" runat="server"
    66                        CssClass="validate[required]" CausesValidation="True">
    77                    &nbsp;&nbsp;
    88                    </CKEditor:CKEditorControl>
    9 
     9}}}
    1010and following is the jquery code, I am using
    11 
     11{{{
    1212jQuery(document).ready(function() {
    1313        $('#ClickWordList li').click(function() { $('ctl00_ContentPlaceHolder1_ctrlEntry_txtText').val($(this).text()); return false });
     
    1515            $("#templateContentArea").validationEngine();
    1616        });
    17 
     17}}}
    1818Please can you let me know is it possible to set the value of UI LI into CKEditor textarea.
    1919
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy