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

  • SEARCH
  • Home
  • 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 9078081
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T19:31:54+00:00 2026-06-16T19:31:54+00:00

Is it possible to load data into the ckeditor without using JQuery? I would

  • 0

Is it possible to load data into the ckeditor without using JQuery? I would like to use an inline script tag for this if possible. All of the examples I can find deal with Jquery and that isn’t optimal in my case.

What I have so far is the example I found on CKs site:

CKEDITOR.instances.editor1.setData( '<p>Some other editor data.</p>', function()
    {
        this.checkDirty();  // true
    });

I’ve tried to use this with an inline script tag but it crashes the editor. If I use this in JQuery, it will work as expected.

  • 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-06-16T19:31:55+00:00Added an answer on June 16, 2026 at 7:31 pm

    Here is an example using CKEDITOR API without using jQuery. Please observe the call to replace function which initializes the “editor1” instance of the CKEDITOR with the textarea content. I think that would be the easiest way to populate the content onload, but if that will not suffice, you can see I’ve used the code in your question to populate the CKEDITOR with “Some other editor data.”

    HTML:

    <textarea id="editor1">
        Hello, world!
    </textarea>​
    

    Javascript:

    CKEDITOR.replace( 'editor1', {
        toolbar: 'Basic',
        uiColor: '#9AB8F3'
    });
    CKEDITOR.instances.editor1.setData( '<p>Some other editor data.</p>', function()
    {
        this.checkDirty();  // true
    });
    

    ​

    http://jsfiddle.net/cDzqp/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Steps Get remote data using ajax (jQuery) I Load the data into div with
I'm trying to load JSON data into jQuery using $.getJSON . However, the alert
Is it possible to load data lazily into a GWT DataGrid, similarly to how
Is it possible to load images from an array in jQuery? The array looks
Is it possible to load an html document into a DOM javascript object so
Is it possible to load an html document using ajax and then perform a
Is it possible to load a single plugin from outside the cake root using
Mysql LOAD command lets import data from csv files LOAD DATA INFILE 'data.csv' INTO
Possible Duplicate: Problem when loading php file into variable (Load result of php code
I load HTML data into WebView with loadDataWithBaseURL Do it one more time Execute

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.