Posts by Fabio Eduardo Argenton • 1 point
9 posts
-
0
votes1
answer563
viewsA: Popular Chart.JS with Mysql data passed in the page render by an async function
I got: Follow code with the solution: <!-- Pizza total peças por perfil no dia --> <script> //Variáveis que receberão os dados para popular o gráfico const linhaProducao = []; const…
-
-2
votes1
answer563
viewsQ: Popular Chart.JS with Mysql data passed in the page render by an async function
Speak people, I’m wanting to popular a pie chart on my Dashboard page, but I’m not getting, can help me (I don’t want to use php, only javascript, jquery and html). Chart: Chart.JS BD: Mysql…
-
0
votes1
answer38
viewsA: Set value in the textarea (Tinymce) by clicking on the table line
With the help of our colleague Sam, problem solved. Solution: window.parent.tinymce.get('artigo_Section9Sub_Alterar').getBody().innerHTML = '<%= row.artigo %>';
-
-1
votes1
answer56
viewsQ: Display BD text in a div considering the HTML tags contained in this text
Speak guys, I have a text written in BD Mysql where, this text already contains all the formatting tags. On my font-end page, I receive this text through a foreach and pass it in a div of the page,…
-
0
votes3
answers1795
viewsA: Tinymce catch and set value
Setar: window.parent.tinymce.get('id_do_seu_textarea').getBody().innerHTML = '<%= row.data %>';
-
0
votes1
answer38
viewsQ: Set value in the textarea (Tinymce) by clicking on the table line
Come on, guys, I need a little help here... I am using the Tinymce plugin in a textarea element of my application Node.JS, I wanted to know how to set a text in this element, this text is coming…
-
-2
votes1
answer176
viewsQ: Real-time website with Node.JS
Come on, guys, can someone help me with this... I developed a fully dynamic website with Mysql database, that is, all the main elements of the main page are coming from the database, I do this using…
-
0
votes1
answer29
viewsA: Include return of a foreach within the background-image url
Solution: <!-- Slide 1 --> <% DTSection0.forEach(function(row){ if(row.active == 1){ %> <div class="item active" style="background-image: url(assets/img/site/slider/<%= row.imagem…
-
-1
votes1
answer29
viewsQ: Include return of a foreach within the background-image url
Speak guys, I need to include the return of a foreach within the url of a background-image, please can help me: <!-- Slide 1 --> <% DTSection0.forEach(function(row){ %> <div…