Tagged Questions
1
vote
3answers
55 views
How to get id and value for each field? JQuery
Dear stackoverflowers,
I have a question about getting the id and value for a specific field. Right now, i have the following code:
<div class="category_edit_form">
<input type = "text" ...
3
votes
5answers
75 views
Make a DIV act as an INPUT field
I am currently using a bunch of input textfields and I want to change it to a DIV, but most of my JS functions use document.getElementById("inputField1").value whenever the value of the input field is ...
0
votes
2answers
70 views
UITextField font style not changing
I have the following problem - I want to change the UITextField font to a custom one. I am using this line of code:
textField.font = [UIFont fontWithName:@"fontname.ttf" size:20];
I want to use ...
0
votes
1answer
50 views
Use One TextField to Input multiple data in Java
Im trying to make a program to calculate my average. But i only want to use one TextField for input. Any suggestions?
I tried to make it so when the button changes, it assigns the number to the ...
1
vote
0answers
113 views
libgdx textfield language on Android
How to get input into libgdx TextField in native language on Android?
I mean an ability to input login or password for example. Yes, i could call smth like Gdx.input.getTextInput or native Android ...
0
votes
0answers
91 views
A popover with a user input textfield that updates label in main view
I am currently trying to create a settings popover view that shows a list of options the user can choose from, which then updates on the main view.
The first part of the popover will have a name ...
0
votes
2answers
55 views
Text field with brakets and underline
how to make input field like bellow link for enter phone number.
http://phoenix-tape.com/?p=7
this underline need to disappear when enter the numbers.
any one can help me ?
3
votes
1answer
122 views
Recommended way to restrict input in JavaFX textfield
It may seem the question is the duplicate of this. But my question is i have devoloped a integer textfield in JavaFX by two ways. Thye code has given below
public class FXNDigitsField extends ...
-1
votes
1answer
71 views
Alternatives to dynamically created input text fields
I was previously using dynamically created input text fields on my form to allow a user to enter names of friends. However, on my redesign this form will be on top of an image inside a div and it'd ...
-3
votes
1answer
198 views
Input Field Overflow Moves Containing Div
Since the way I had initially written my question received some down votes, and the link to the example no longer contains the problem, I'll describe the Chrome-specific issue I was encountering.
...
2
votes
4answers
1k views
Check whether the first character is a space
How can I check if the first character of the input field is an empty space or not with jQuery? I would need to check so that users can't enter a username like " rreea". Empty spaces after the first ...
0
votes
4answers
4k views
JQUERY input field value to be stored in a variable
I am unable to capture the value typed by a user in the textbox into a variable.
I do not want to use <form>, is there any other way to do this?
<html>
<head>
...
0
votes
1answer
623 views
Limiting and formatting a JTextfield
I have a JTextfield where a user enters a "social security number". The SSN has 9 digits and 2 dashes for a total of 11 characters.
How do I limit the JTextField to 11 characters and also have 2 ...
1
vote
2answers
15k views
Passing value from text input into javascript function
Inside my html file I call a javascript function that takes two parameters, where the second parameter is the name of a file that should be saved.
<a id="record_button" ...
3
votes
3answers
1k views
What is the recommended way to make a numeric TextField in JavaFX?
I need to restrict input into a TextField to integers. Any advice?
0
votes
1answer
5k views
How to get value user entered into html text form field passed to javascript function?
I'm trying to create my own anti-spam filter by generating random numbers that the user has to enter into a text input form field, if it's correct they proceed to the next page, if not it displays an ...
0
votes
1answer
555 views
how to get data from input field using ruby on rails
How to get data from an HTML text field and use it in RoR?
For example, let's say I enter a word in the text field and RoR prints how many characters are in said word.
0
votes
4answers
1k views
How do I add a custom textinput field in an Apex Salesforce page?
I have a page created with a form in Apex that outputs here: http://globalexperiences.com/general/contactus.php
I've created a new field in Leads (also in Accounts but that's moot) and am trying to ...
0
votes
2answers
184 views
Get input, and make it appear in html or another input field with jQuery
How can i make the input of an input textfield appear like output (this may be in another input field or just in html), when a button is clicked?
Thanks in advance!
1
vote
4answers
327 views
How to load data on a text field?
I have two text fields and whenever I write a number in the first one, it should give me its name on the second field.
Let's say I write 11 on the "first" field, then it should automatically put the ...
8
votes
7answers
6k views
Javascript text input fields that display instruction (placeholder) text
What's the best way to have a text input field that displays instructions of what to enter in that field in gray. When you focus on that input field, the gray instruction text disappears and your ...
4
votes
1answer
4k views
How to make an input dialogbox which has more than one textfield(ie. can take many inputs)
Hey there, I have implemented an input DialogBox, however this has one textfield. I need an input DialogBox which has many textfields to take input from and store each String in an array.
What I have ...
2
votes
2answers
2k views
Type attribute for text_field
I have this code:
<%= f.text_field :email, :type => "email", :placeholder => "john@example.com" %>
So people can enter their email on an iPhone with the email keyboard instead of the ...
0
votes
2answers
223 views
Detecting what changed in an HTML Textfield
For a major school project I am implementing a real-time collaborative editor. For a little background, basically what this means is that two(or more) users can type into a document at the same time, ...
3
votes
7answers
3k views
AS3 TextField - unwanted carriage return when setting value to “”
I have an input TextField and have a KeyboardEvent.KEY_DOWN even listener on the stage to listen for the Keyboard.ENTER event. The event listener adds the entered text to an array or whatever, and ...


