Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5939299
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T15:48:30+00:00 2026-05-22T15:48:30+00:00

i have installed ckeditor into my asp.mvc project, now i need to implement just

  • 0

i have installed ckeditor into my asp.mvc project, now i need to implement just some of the options that are implemented. How do i define the config file or what i have wrong in it?

<link href="../../ckeditor/contents.css" rel="stylesheet" type="text/css"></link>
<script src="../../ckeditor/ckeditor.js" type="text/javascript"></script>
<script src="../../../../ckeditor/config.js" type="text/javascript"></script>

<textarea class="ckeditor" cols="20" id="Article_Text" name="Article.Text" rows="2">

</textarea>

how ever this still render with default settings.

and my ckeditor config.js

CKEditor1.editorConfig = function( config )
{
    // Define changes to default configuration here. For example:
    config.language = 'cz';
    config.uiColor = '#FFF';
};
CKEditor1.config.toolbar = new object[]
{
    new object[] { "Source" },
    new object[] { "Bold", "Italic", "Underline", "Strike", "-", "Subscript", "Superscript" },
    new object[] { "NumberedList", "BulletedList", "-", "Outdent", "Indent" },
    "/",
    new object[] { "Styles", "Format", "Font", "FontSize", "TextColor", "BGColor", "-", "About" },
};

CKEditor_preview

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T15:48:31+00:00Added an answer on May 22, 2026 at 3:48 pm

    i have found the basic solution

     <script src="../../Scripts/jquery-1.4.1.js" type="text/javascript"></script>  
      <script src="../../ckeditor/ckeditor.js" type="text/javascript"></script>
      <script src="../../ckeditor/adapters/jquery.js" type="text/javascript"></script>
      <script src="../../ckeditor/config.js" type="text/javascript"></script>
    
      <script type="text/javascript">
          $(function() {
          var config =
                {
                  height: 180,
                  width: 515,
                  linkShowAdvancedTab: false,
                  scayt_autoStartup: true,
                  enterMode: Number(2),
                  toolbar_Full: [['Styles', 'Bold', 'Italic', 'Underline', 'SpellChecker', 'Scayt', '-', 'NumberedList', 'BulletedList'],
                                    ['Link', 'Unlink'], ['Undo', 'Redo', '-', 'SelectAll']]
    
                };
                $('#editor').ckeditor(config);
          });
        </script>
        <textarea name="myTextArea" id="editor">
            To learn more about ASP.NET MVC visit <a href="http://asp.net/mvc" title="ASP.NET MVC Website">http://asp.net/mvc</a>.
        </textarea>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have installed WAMP and enable some extension. After that i have installed eclipse
I have installed the latest ncurses library which my project is using. Now, I
i'v got a trouble, i want to use Ckeditor with my project, i have
I have installed some MSI with GUID (0733556C-37E8-4123-A801-D3E6C5151617). The program registered in the registry:
I have a project that adds elements to an AutoCad drawing. I noticed that
I have a script that appends some rows to a table. One of the
i have a input tag which is non editable, but some times i need
I have installed image magick on my mac os x computer and now I
I have installed the fckeditor in my drupal site. Now I want to replace
Did anybody face to such issue? I have CKEditor completely installed and worked BUT

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.