What name does this bear? and can you add content to a database? [closed]

0

What name does this have and how do I add it to a website for mysql?

Is that I want to create as well as in the forums a Web text this may or may not include images and link but I do not know where to get the source codes, this could serve me but I will for third parties who do not know how to create a web then I want or better said I need to do it type BB codes.

    
asked by Juan Carlos Villamizar Alvarez 10.01.2017 в 12:10
source

1 answer

3

These are commonly called editors WYSIWYG ( What You See Is What You Get ; in Spanish, "what you see is what you get") Take a look at these two:

Here is a sample code for the WYSIWYG HTML Editor insertion of TinyMCE

<!DOCTYPE html>
<html>
<head>
  <script src="//cdn.tinymce.com/4/tinymce.min.js"></script>
  <script>tinymce.init({ selector:'textarea' });</script>
</head>
<body>
    
answered by 10.01.2017 в 12:20