Questions tagged as 'button'

1
answer

Error: "Can not implicitly convert type" void "to" EventHandler "

I was trying to make a button that passed the information of an entry and a StackLayout and this error appears to me: public MainPage() { InitializeComponent(); Entry entry = new Entry() { Keyboard = Keyboard.Numeric...
asked by 25.10.2018 / 14:57
2
answers

CSS - How to remove lines around the button?

Good morning, I have a question to remove the border when clicking on the button .. If somebody knows and can help I thank:) CSS:@charset"utf-8"; /* CSS Document */ body { font-size:16px; color:#000; } .imagem_1 { position:a...
asked by 31.01.2018 / 17:53
1
answer

Filter Data from a Database list with PHP from an Input

I have an input text with the onkeyup event in which I type a word and it is comparing with a list of the database and returning a button with the same case exists. I want to continue typing in the course of the options, for example: I h...
asked by 16.10.2017 / 14:16
1
answer

Get value or name of the button with JQuery

Does anyone know how I could get value of a button using JQuery ? What I want to do is to use this value in a textarea , so it does not necessarily have to be value , name would also work. I want it...
asked by 04.07.2017 / 22:47
1
answer

Error trying to add an image as the background of a button

A few days ago, Android Studio indicated that it had updates that were available ... I had already finished an application for some time and it was ready to be published and talz, I just needed the license of Google Play that I needed to buy....
asked by 02.07.2017 / 02:02
1
answer

Define image for button inside ListView Xamarin Forms

How to set another image to a Button that is within ListView by .cs or ViewModel ? I can not access this Button in .cs because it is within ListView . In my xaml, the button already has an image, however in a...
asked by 06.01.2017 / 12:21
1
answer

Javascript: Hide button after event "subscribe"

People in this google script have a comment "Add code to handle subscribe event." translating "Add code to handle signature event.". I want to know if I have to put a code in this place so that when the action "subcribe" the sum button occurs...
asked by 13.02.2017 / 15:29
1
answer

Convert icone checkbox to bootstrap icon

Good evening, is it possible to change the illustration of a checkbox and make it look like a button? <script src="https://cdn.jotfor.ms/static/prototype.forms.js"type="text/javascript"></script> <script src="https://cdn.jo...
asked by 20.07.2016 / 23:43
1
answer

Passing ID by modal parameter

I have the following problem, I have a PHP $Id fault that I need to receive it in the modal to make a SELECT in the table, and fetch information in the DB. The button it is on one page, and the modal on another, and I made the include...
asked by 19.08.2016 / 01:22
1
answer

Place more than one SUBMIT input in HTML form

I have on my page a form with an already determined action and an input button. <form id="educForm1" name="educForm1" action="<?php echo ROOT . 'educacao' ?>/enviaemail" method="post" enctype="multipart/form-data"> ... <inpu...
asked by 07.06.2016 / 19:36