Topic: General questions about WYSIWYG

O1ivier priority asked 4 years ago


Hello,

First of all, excuse me if my english is not perfect, but I'll try my best.

I want to buy the WYSIWYG editor but I have some questions before doing it.

I would like to know if it's possible to upload pictures from my computer directly to the WYSIWYG editor rather than copy paste a link from a picture already uploaded.

Also, I wanted to know if I can convert the whole WYSIWYG content to blobtext or something else to save into database and restore it exactly as it was when it was saved.

And finally, can you tell me how the translations work ? The example is showing the results but no implementation as you can see by yourself here : https://mdbootstrap.com/plugins/jquery/wysiwyg/

Thanks for your answer.

Best regards.


Mateusz Łubianka staff answered 4 years ago


Hi @O1ivier,

I'm sorry but there is no option to upload pictures from your computer. This is config code for the example with translation:

$('#demoTranslations').mdbWYSIWYG({
      translations: {
        paragraph: 'P\u00e1rrafo',
        heading: 'Encabezado',
        preformatted: 'Preformateado',
        bold: 'Negrita',
        italic: 'It\u00e1lica',
        strikethrough: 'Tachado',
        underline: 'Subrayado',
        textcolor: 'Color del texto',
        alignleft: 'Alinear a la izquierda',
        aligncenter: 'Alinear al centro',
        alignright: 'Alinear a la derecha',
        alignjustify: 'Justificar',
        insertlink: 'Insertar enlace',
        insertpicture: 'Insertar imagen',
        bulletlist: 'Lista de vi\u00f1etas',
        numberedlist: 'Lista numerada',
        enterurl: 'Insertar enlace',
        imageurl: 'Insertar enlace de imagen',
        linkdescription: 'Descripci\u00f3n de la enlace',
        linkname: 'El nombre del enlace',
        showHTML: 'C\u00f3digo de HTML'
      }
    });

Best,



Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue

  • ForumUser: Priority
  • Premium support: Yes
  • Technology: MDB jQuery
  • MDB Version: 4.14.0
  • Device: PC
  • Browser: Google Chrome
  • OS: Windows
  • Provided sample code: No
  • Provided link: Yes