Code Monkey home page Code Monkey logo

Comments (11)

Celtico avatar Celtico commented on August 12, 2024

you have to download the CKEditor, and place it wherever you want in the public folder
then to QuCKEditor / config / module.config.php to write the route 34 line BasePath

from quckeditor.

Celtico avatar Celtico commented on August 12, 2024

that is, I have everything all together with the application to QuAdminCompleteApp

from quckeditor.

srikanthkalyan avatar srikanthkalyan commented on August 12, 2024

okhay cool....now I understood!! let me try!! thank you so much @Celtico 👍 :)

from quckeditor.

srikanthkalyan avatar srikanthkalyan commented on August 12, 2024

super cool!! I got it bro!! :) but I want the tool tip in English! it is showing in some other language. please let me know to set it in english! Thank you so much bro!! :)

from quckeditor.

srikanthkalyan avatar srikanthkalyan commented on August 12, 2024

"echo $this->formRow($postFieldset->get('text')); "

@Celtico bro, I am using the above line of code for the form input. just please let me know how to use QuCKEditor for this!! please!!

from quckeditor.

Celtico avatar Celtico commented on August 12, 2024

only concordance id name

<textarea id="editor"></textarea>
$this->QuCKEditor(
    'editor',
    array('width' => "100%",
        'height' => "300",
        'uiColor'=> '#FFFFFF',
    )
);

from quckeditor.

Celtico avatar Celtico commented on August 12, 2024

in textarea id="editor"

from quckeditor.

Celtico avatar Celtico commented on August 12, 2024

language in config file, line 64
https://github.com/Celtico/QuCKEditor/blob/master/config/module.config.php

from quckeditor.

srikanthkalyan avatar srikanthkalyan commented on August 12, 2024

@Celtico Thanks bro, But I am just able to see only toolbar, not able to apply CKEDITOR tool to the data, I am just able to see the data same as I given but not Ckeditor data, nothing working! :( please let me know the reason for this bro!! thanks in advance!!

from quckeditor.

Celtico avatar Celtico commented on August 12, 2024

look the error in console to google chrome?
and look de code font in navegation browser?
the aplication is very simple, required a corret location assets an simple form textarea and concordance id the textarea in ckaeditor...?

from quckeditor.

srikanthkalyan avatar srikanthkalyan commented on August 12, 2024

I used that module. Listed in application.config.
And in phtml file.

echo $this->QuCKEditor(
'editor',
array('width' => "100%",
'height' => "300",
'uiColor'=> '#dddddd',
'language'=>'en',
)
);

later in Field set:

$this->add(array(
'name' => 'text',
'options' => array(
'label' => 'Text-Content for this post'
),
'attributes' => array(
'type' => 'textarea',
'id' => 'editor',
'class' => 'ckeditor',
)
));

I was able to see the toolbar to the text area but no style is been applied to TEXT given.

I was able to import the tool to text area successfully. The only things is when I apply styles like"BOLD,FONT-SIZE etc.,." to the text nothing is happening or applied.

Please let me know where I am going wrong so that I will try to fix them bro!!

@Celtico Please bro!!

from quckeditor.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.