Git Product home page Git Product logo

Comments (8)

hendrasyp avatar hendrasyp commented on June 14, 2024

img-appear

from yii2-ckeditor-widget.

quackadillyblip avatar quackadillyblip commented on June 14, 2024

image
I have somewhat the same issue. A tooltip is rendered with the id of editor? "nicer" lay out as OP but still... a user doesn't need to know html stuff.

from yii2-ckeditor-widget.

tonydspaniard avatar tonydspaniard commented on June 14, 2024

@hendrasyp @Kankerlijer Its very weird as i do use the editor and i do not have any tooltips. Maybe is due to the CMS theme you have? On another note, the label you show marked on the second image you need to remove it by setting it to false:

<?= $form->field($model, 'cms_content')->widget(CKEditor::className(), [
        'options' => ['rows' => 6],
        'preset' => 'full'
    ])->label(false) ?>

from yii2-ckeditor-widget.

quackadillyblip avatar quackadillyblip commented on June 14, 2024

@tonydspaniard thanks for the reply.
I allready tried label(false), this had no effect.
using adminlte2 as theme.

from yii2-ckeditor-widget.

tonydspaniard avatar tonydspaniard commented on June 14, 2024

@Kankerlijer make sure is not due to the AdminLTE that you have those tooltips by default: https://almsaeedstudio.com/themes/AdminLTE/documentation/index.html#adminlte-options

from yii2-ckeditor-widget.

quackadillyblip avatar quackadillyblip commented on June 14, 2024

@tonydspaniard fixed it 👍
I am such a noob, I should rtfm

from yii2-ckeditor-widget.

tonydspaniard avatar tonydspaniard commented on June 14, 2024

great! :)

from yii2-ckeditor-widget.

hendrasyp avatar hendrasyp commented on June 14, 2024

great, you saved my code :)

thank's @tonydspaniard 👍

from yii2-ckeditor-widget.

Related Issues (20)

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.