Questions tagged as 'button'

1
answer

Select items with LongClick, imagebutton

I have the items in a list, which when clicking the imagebutton, sends a message to the user. I would like to implement longclick so that you can select multiple and send messages to multiple users at once. Thanks and follow the codes:...
asked by 05.12.2016 / 17:29
1
answer

Discover link in python

I am doing a web scrapping in python and sometimes I come across some links and / or buttons that are not with the actual URL of the url so that you will be redirecting if you click. In this case, if I click, it downloads a PDF file, but I j...
asked by 27.09.2016 / 21:44
1
answer

button does not seem to be in DOM

Good night, I have a jquery table where in a column I return a button { "data" : 'sla.value', 'render': function ( data, type, full, meta ) { return ' <button id="show" type="button">Click</button>'; } After closing the });...
asked by 24.07.2016 / 00:56
1
answer

PositiveButton and other alertDialog buttons on android are disabled, how to solve?

I have in my little project a alertDialog , which is called to give some options to the user. Everything was working, until the buttons ( positiveButton , negativeButton and neutralButton ) disabled in all my AlertDia...
asked by 14.01.2016 / 12:32
2
answers

Get the value of a form that has a list

Are you okay? I am new, I know I am asking a lot of questions, but I am having some doubts and I can not find an answer, I am trying to capture the event of a button in asp.net mvc using razor, I am with the following button: <input type="b...
asked by 29.06.2015 / 22:41
2
answers

Javascript does not get a clicked link with the same ID

I'm putting a script to copy the link to clipboard, using the ZeroClipboard plugin. The problem is that I have a list with multiple links that comes from MySQL . And in the list loop always comes the id "copy-link" in <...
asked by 19.06.2015 / 06:14
1
answer

setPreferredSize and setSize do not work

I've used setPreferredSize and setSize on the color1 button but no effect in the application, it continues using the entire application. public static void janelaPrincipal() { //FRAME JFrame janela = new JFrame();...
asked by 18.07.2015 / 07:51
0
answers

How to modify the text of a button by pressing it?

I'm very new to this programming branch with graphical interfaces and I'm working on a project with Arduino ... The communication part is OK, however I can not do something simple like: Change both the color and the text of the button at the...
asked by 09.10.2018 / 22:22
2
answers

How to make a button filter results in a datatable?

I have little knowledge of javascript and datatables. I made several unsuccessful attempts to include a button with filter function in a datatable similar to the site: link I have the following datatable on my site (image below). Being that...
asked by 20.12.2018 / 18:25
1
answer

Onclick to close a modal without reload

This button closes a modal, but must be done without causing a reload. How is it? <button type="button" class="close" data-dismiss="modal" aria-label="Close" onclick="javascript:window.location.reload()"><span aria-hidden="true">×&...
asked by 11.09.2018 / 16:47