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 7685463
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T19:15:25+00:00 2026-05-31T19:15:25+00:00

I want to use ckeditor plugin, and pagination in my application; but there is

  • 0

I want to use ckeditor plugin, and pagination in my application; but there is a problem.

If I load data of pagination ckeditor doesn’t work. If I load data of ckeditor pagination doesn’t work.

$data['pagination']=$this->pagination->create_links(); $data['ckeditor']=$this->data;

$this->load->view('index', $data); // pagination

In index.php I can write echo $pagination, but ı cant use $ckeditor because its usage is the following:

<?php echo display_ckeditor($ckeditor); ?>

This is ckeditor controller

  • 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-31T19:15:26+00:00Added an answer on May 31, 2026 at 7:15 pm

    at least ı solved problem. but you cant send multiple data to view as ı did.

    you need to do this:

        $this->data['page_links']=$this->pagination->create_links();
        $this->load->view('admin/index',$this->data);
    

    ı made ckeditor in construct so ı can use it everywhere.

        $this->data['ckeditor'] = array(
    
            //ID of the textarea that will be replaced
            'id'    =>  'content',
            'path'  =>  'js/ckeditor',
    
            //Optionnal values
            'config' => array(
                'toolbar'   =>  "Full",     //Using the Full toolbar
                'width'     =>  "750px",    //Setting a custom width
                'height'    =>  '100px',    //Setting a custom height
    
            ),
    
            //Replacing styles from the "Styles tool"
            'styles' => array(
    
                //Creating a new style named "style 1"
                'style 1' => array (
                    'name'      =>  'Blue Title',
                    'element'   =>  'h2',
                    'styles' => array(
                        'color'             =>  'Blue',
                        'font-weight'       =>  'bold'
                    )
                ),
    
                //Creating a new style named "style 2"
                'style 2' => array (
                    'name'      =>  'Red Title',
                    'element'   =>  'h2',
                    'styles' => array(
                        'color'             =>  'Red',
                        'font-weight'       =>  'bold',
                        'text-decoration'   =>  'underline'
                    )
                )               
            )
        );
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In my Asp.net MVC 1.0 application I want to use CKEditor as my Rich
I want use Twisted in Python, but when I installing ,in comes this error,
I want to use CKEditor with DynamicData Web Site. The all examples that I
I want to use Ckeditor for Entering text and I want to save that
I like CKEditor and my server uses PHP. I want to use CKEditor to
i'v got a trouble, i want to use Ckeditor with my project, i have
I'm using CKEditor in a CMS I've built. I want use the ability to
I want use this 1 for using Bar code or QR code scanner. I
I want use BYTE_ORDER macro in my Xcode project but i can't because i
I use ckeditor in admin panel but in user submit form use simple textbox

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.