Posts by Carlos Gustavo Souza Guimarães • 42 points
7 posts
-
0
votes1
answer1218
viewsQ: Git can’t push my project... and other commands are also giving fatal
Hello again to all I’m going through a very boring problem... and so far I haven’t been able to identify.. Whenever I try to push or pull in my project I get the messages below, and nothing goes up…
-
0
votes1
answer80
viewsQ: React Nextjs - Path of the Undefined parameter after giving Refrech ( F5 ) on the page
Note: Eco Systems used here: Nextjs, Adonisjs and Mysql I have following code where I make a news presentation, what happens is the following... right after I come from the news listing, and select…
-
2
votes3
answers363
viewsA: Retrieve typed data in the wysiwyg Bootstrap editor
a few days ago was with the same problem, so I saw in your code above you should take some care mainly in the references given to the ID, in my humble opinion you should try to make the following…
-
-1
votes1
answer591
viewsQ: wysiwyg editor, how to pull the contents of the textarea and insert into the mysql database with php
I tried to pull the information contained in the textarea, ie the wysiwyg editor, with the text properly formatted and then include in the mysql database, what occurs at the moment is that it only…
-
0
votes2
answers569
viewsA: Pick up content via DIV, using the bootstrap-wysiwyg-master and sending via $_POST
I tested a little different and ended up working.. follows what was done: <!-- aqui fica o conteúdo a ser formatado --> <div name="editor" id="editor" class="editor">Escreva seu…
-
0
votes1
answer499
viewsQ: SlideToggle() effect to open horizontally + Jquery (horizontal menu)
<!doctype html> <html lang="pt-br"> <head> <meta charset="utf-8"> <link rel="apple-touch-icon" sizes="76x76" href="assets/img/apple-icon.png"> <link rel="icon"…
-
-2
votes2
answers569
viewsQ: Pick up content via DIV, using the bootstrap-wysiwyg-master and sending via $_POST
I am creating my bootstrap-wysiwyg-master, and I need the DIV where is the content of the text, be sent via POST in PHP, that I can include it in the database etc... Below is the code of the form…