Posts by Victor Hugo Liboni Abrão • 11 points
5 posts
-
0
votes0
answers34
viewsQ: How to do when loading a page put focus on an input and cursor stay after value that is inside the input?
When loading a page I am focusing on an input, but it puts the cursor always to the extreme left, like to put the focus and the cursor was after the text inside the input and not before as you are…
-
-2
votes1
answer355
viewsQ: Parse error: syntax error, Unexpected ' ' (T_STRING)
<?php // Array com os dias da semana $diasemana = array('Domingo', 'Segunda', 'Terça', 'Quarta', 'Quinta', 'Sexta', 'Sabado'); // Aqui podemos usar a data atual ou qualquer outra data no formato…
phpasked Victor Hugo Liboni Abrão 11 -
-1
votes1
answer46
viewsQ: Problem to submit form from Javascript
I have a form and would like to submit it without reloading the page I am trying it with javascript, when I try to click the button it does not submit the form as I asked <form id="myForm"…
-
0
votes1
answer144
viewsQ: How to use ckeditor together with javascript
I’m trying to activate a function within the text area of the ckeditor like onclick, onload, onkeypress or onkeyup, it works perfectly`te in "normal" textareas but when I implement the ckeditor it…
-
1
votes1
answer181
viewsQ: Problem with Ckeditor used together with modal Bootstrap
The editor works, but all form controls in the editor’s pop-up windows are disabled, if you try to include a link or image, for example, you cannot enter the URL or any description because entries…