This tag is for questions about buttons, which are simple elements in graphical user interfaces that take mouse clicks as input.
-2
votes
0answers
16 views
HTML, CSS; creating a clickable button with a div list
I am new to stackoverflow with a coding question. How do you create a button that is click able and becomes a list that looks like a div? The only example I can think of that people do this is in ...
-2
votes
1answer
14 views
Change labels buttons Php (Wordpress)
Anyone know how to change the label for the button (read more) in this Website http://goo.gl/D95z5
I try to change some php files where appears "read more" like titles or labels but it doesn't work.
...
1
vote
0answers
30 views
Add shadow to button in android
I'm trying to add some kind of shadow over image button on click. Is it possible and how.
So i have button and i wished it would look pushed when i click it. So i created new xml like that:
<?xml ...
0
votes
0answers
18 views
using getTag(), setTag() in expandable list view to display different records for each child
need to display corresponding record for each child.that is,for 1st child , 1st record must display, for 2nd child,2nd record must display, so on in an expandable list view.lets say i have 3 records ...
-7
votes
1answer
25 views
Change div content on button click [closed]
I want to load a files content inside a div when users click a button using jQuery. Is this possible? I want jQuery to load a file that already is on my page. Thank you :)
EDIT
Found the answer by ...
2
votes
4answers
45 views
Disable submit button ONLY after submit
I have the following HTML and jquery:
<html dir="ltr" lang="en">
<head>
</head>
<body>
<h2>Test disabling submit button for 1 minute...</h2>
<br/>
<p ...
0
votes
0answers
15 views
Using ajax to load drop down lists
I am very new to ajax. Can someone explain to me how this works and what I need to do for my scenario below.
I have a drop down list and a button.
I choose and item from the drop down list ("ex: Car ...
0
votes
2answers
14 views
Change the look of the JSpinner arrow buttons
I would like to change the look of the JSpinner arrow buttons so that theses buttons have no border.
Is it possible to get a reference on theses buttons to simply call a setBorder() on them, instead ...
0
votes
1answer
13 views
Android - Custom TabHost Layout or Button?
I want to custom a layout as below : touch each Tab (NEWS/Video) will display content of each page.
I'm not sure if what exactly widget should be used : 2 Buttons or TabHost ?
Thank for helping.
0
votes
2answers
32 views
Firing different linkbuttons in a Repeater and saving the value of each in an arraylist
Im using a repeater to display some products in an online shop for a school project. This is how the front end looks with the repeater
<asp:Repeater ID="Repeater1" runat="server" ...
1
vote
4answers
33 views
Open a custom dialog after click a button Android
I would like to open a custom dialog after the click of a button. The code of button in XML is:
<Button
android:id="@+id/Button1"
android:layout_width="wrap_content"
...
-2
votes
0answers
18 views
how to set animation on multiple buttons and move clicked button to a position in android [closed]
i am new in android and want to use translate animation for multiple buttons and button should move to a given location on click event.Provide some code is better.
Please help me soon.
this is my ...
0
votes
0answers
14 views
link two window through a button
<Window x:Class="ASTHENIA.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="MainWindow" ...
0
votes
4answers
45 views
How to create a NumberPad
I am trying to create a simple number Pad. I am getting the information to the TextView just fine BUT each time I click on a new Button it removes the old one. How do I keep what was in the TextView ...
0
votes
1answer
21 views
horizontal scroll bar issues
not sure what issues i have with horizontal scroll bar with buttons inside please pardon me but i am brand new to java and android coding error is This HorizontalScrollView layout or its LinearLayout ...