Good afternoon!
I'm creating a styleGuides for an android application and I'm having a hard time changing the text color of the button to the moment it is clicked by the user:
In this example I'm creating a cancel button, where, initially, t...
CSS is working with the button within else but it does not work with the button inside if . The button that is inside the if refers to the page with the user logged in and the else with the logged off user that is usually loa...
Good morning,
I am not able to delete data from an API,
My intention would be to put a Button in a column and when clicked on that Button the data of the respective line would be erased.
This is my first post in the forum, let me know if you...
I have a layout where I can only have one button and need to use the same layout for multiple onClick events in a cardView.
How do I achieve this?
public void onClick(View arg0) {
switch (arg0.getContext()) {
case ge...
How to add a label a button, as in the image?
By clicking this button, this label disappears, just to let you know that there is something new in the menu.
how to do something like this?
I wanted to know the following;
In my program there are: Entry1 - > where the user types some information btn1 - > where it confirms the name and the previously entered data is displayed in the console
I really need some help, thanks.
I need to create this function:
<input type="button" value="Refresh Page" onClick="history.go(0)">
But it must be created using the document.createElement () method and I'm not getting it, I've already...
Hello, I'm creating a project in my computer course. I would like to know the best way to do a search in the database inside an input, and open another page in the search.
Note: I'm using php, I've used input and created a button to point to...
I'm starting in PHP O.O and I'm having a hard time calling functions that are in the class via HTML buttons.
In fact, it is not in calling but in setting the values that are in the function.
Example:
<?php
Class Conta{
public $saldo;...
I need to get the values in the click event of the buttons, which are automatically generated with php . I am not able to do the javascript/jquery function to do this.
Here is the code that generates them:
while ($i != $max)
{...