Questions tagged as 'button'

1
answer

"button" with invisible content [closed]

Is there a way to set a content for a button in WPF, but that it is invisible to the user?     
asked by 14.10.2015 / 18:42
2
answers

How to make a button that calls an iframe

In% with% below, I need it only to be shown when I click on any button. How do I do this? <div> <iframe width="1100" height="500" id="iframe" src="https://www.google.com.br"scrolling...
asked by 19.10.2015 / 22:28
1
answer

The text does not fit inside the button in IOS

Hello. As pictured below, the button does not fit the text size in IOS only. Is there any parameter to increase the size of the button in IOS? (I would not want to have to change the buttons for DIVs). I tried to increase the size of the butt...
asked by 26.11.2018 / 15:44
1
answer

How to add a component to each click on the react

I have a form where it has a standard responsible (NewResponsavel), but if there is any other has to be added a new responsible with each click of the 'add another' button, today I can only add once, if someone would know how to add the same com...
asked by 12.03.2018 / 21:23
1
answer

button sends value of field input hidden

I have a problem with the use of a specific button in the project. I'll explain: I have a window opened by the window.open command, so in this open window I have a button that takes the value of two input fields hidden in while in the database....
asked by 10.04.2018 / 14:48
1
answer

How to add an icon to the button in xamarin?

Well, I've come across a silly thing here that has left me stuck, I'd like to put an icon on a button inside the layout of my application, so I'm not able to do it under my button code ... could someone tell me how to do this ?? <Button Te...
asked by 08.02.2018 / 17:28
1
answer

"Play / Pause" button - How to restart playback?

I made a simple "play / pause" button for audio, with the following script: <audio id="myAudio" src="http://www.sousound.com/music/healing/healing_01.mp3"preload="auto"> </audio> <script type="text/javascript" charset=...
asked by 29.11.2017 / 13:29
1
answer

Button with two value only with html is possible? [closed]

You want to put two actions in the value field of a button, using only html. Is it possible? My original button: <button type='roll' name='roll_arma1' value='&{template:default} {{name=Ataque @{nomearma1} @{arma1}}} {{Sucessos=[[{5d4...
asked by 21.07.2017 / 16:29
1
answer

How to make when the button is pressed it continues with the different color

Hello, I wish that when the button was pressed, it would change color and continue like this until another button is pressed. I tried with :focus , but if you press another element the color comes back. Buttons: <input type="button...
asked by 12.03.2017 / 19:11
2
answers

Colored Text CSS javaFX

I have a Button and I'm using javaFX, which I need: button text is written Search, I need 'B' to be in red and 'uscar' in default color, I've tried everything and I'm not getting do this.     
asked by 03.02.2017 / 21:27