For questions related to a single-line, text input. EG: ``, or a UITextField, or TextInput (Flash), or `` (RSS). ... Use textarea for multiline or WYSIWYG text controls.

learn more… | top users | synonyms

1
vote
1answer
22 views

PHP: If String[Index] is in Array, PHP: String from String[1] to String[last]

Is there a PHP call for in_str? …something similar to in_array.. Am using an if-else to take the each word (string) in the array of strings (from a form-input-text) to see if the start index [0] is ...
0
votes
1answer
35 views

Passing text from textinput to label in Kivy

I am trying to get the textinput widget to pass text into the callback function that makes a label with the text when called by the printbutton, should be fairly simple when you think about it. But I ...
0
votes
3answers
33 views

iOS6 Putting Cursor in SPecific Text Field

I have three text input fields that I clear after the user has added data to a database: self.textMonth.text = @""; self.textTemp.text = @""; self.textCloud.text = @""; How to I put the ...
0
votes
1answer
23 views

Tagging keywords in a textinput in android

I would like to have a field similar to what this provides (http://aehlke.github.io/tag-it/) but in an Android app. Does anyone know of an implementation or what I should do to make this work in ...
0
votes
0answers
12 views

Actionscript code text components displaying

I am using the text input component to type and transfer messages in the text area. Once the text leaves the input component it is highlighted in the text area which is what i want. But, my only ...
0
votes
0answers
9 views

Style my text input in adobe

I am trying to change the appearance of my text input component in as3. I have applied some styles like a text field, and a border but I want to put some vertical scroll bars on the component. So when ...
0
votes
1answer
54 views

How to check if button is clicked while text input has focus using jQuery

I'm relatively new to code and have been building a little project called http://keyboardcalculator.com/ to improve my jQuery. I'm trying to add some more features to improve some things - and I've ...
0
votes
1answer
35 views

use actionscript press enter on the keyboard to submit form

When the user enters content in the Inputfields and presses the enter button on the keyboard how do you capture the KeyboardEvent for the user to login? I think I know the first part of the code... ...
0
votes
1answer
24 views

actionscript 3 using the keyboard enter

I have build a login form using two TextInput fieldds for username and password. I have already created a button which was straightforward. I want the user to have the option of pressing Enter on the ...
1
vote
1answer
157 views

What options are available for handling text input on Android using Adobe AIR?

What options are available for handling text input on Android using Adobe AIR? What are the advantages and drawbacks to each option?
0
votes
0answers
76 views

Flex-Air mobile TextInput cursor starts in the middle of a TextField on iOS

I am developing an Air Application for mobile Devices. During the registration process we have some TextInput Fields. On all devices everthing works fine but on iOs the cursor and the input text is ...
0
votes
1answer
25 views

AS3 TextInput into TextField

I am creating a small chat application. I want to edit a message in a TextInput field and when the user hit's Enter on the Keyboard the message will be transferred from the TextInput over to the ...
0
votes
0answers
60 views

How I can write custom text in android [duplicate]

I am trying to design an application to write custom text, where the text is like "محمّدُ ", but I'm unable to write char 'ُ ' using soft keyboard. I tried to handle keyevent in edittext using this ...
1
vote
1answer
40 views

how to make text input NOT left align when onblur

When the width of contents in the text input is larger than the width of the text input, the contents will align left when the user fires the onblur event. I'm looking for a method NOT to left align ...
4
votes
3answers
591 views

How to prevent keypress two digits after a decimal number?

I have got a task to prevent keypress two digits after a decimal number. My jquery file is $(function(){ $('#name').bind('paste', function(){ var self = this; setTimeout(function() { ...
2
votes
2answers
98 views

How to create a label inside an <input> element and style it?

I can make my label inside an input element (my "disappearing text"): HTML <input name="firstName" type="text" maxlength="40" value="Enter your first name" ...
0
votes
0answers
101 views

css border and background doesn't work for input-text in ie8 but works in other browsers

I got next problem. The border styling and background for input tags work in Chrome, Firefox, Opera, but doesn't work in ie8. I have already googled it but could not find a working solution. Also ...
0
votes
2answers
58 views

Show succesfully saved message next to the input field

I have a form which has edit and save buttons switched to make the input box editable and disable. What I need here is to add a successful message next to the input box. HTML <form> ...
1
vote
2answers
141 views

Get value of <input type=“number”> with JS when it contains non-numeric characters

This jsfiddle demonstrates the following issue. The simplest example is: <input id="number" type="number" value="1"> console.log(document.getElementById('number').value); This logs 1 as ...
0
votes
0answers
39 views

Setting custom TextInput into Flext/Spark ComboBox

Is there a way to set my custom made TextInput component (call it CustomTextInput) as textInput property of ComboBox? I've tried something like this: <s:ComboBox id="myCombo" ...
1
vote
1answer
77 views

Filter search for <ul>

I have a list of users as well: <ul> <li class="thumb selectable arrow light" style="margin-bottom:-5px;" data-image="http://cdn.tapquo.com/lungo/icon-144.png"> <strong ...
1
vote
1answer
56 views

input dialog box blender

How to make a simple entry dialog box (like in the image) in blender and processing the text entered through python.I am unable to find any good tutorial on this.
0
votes
1answer
58 views

flex textinput self defined contextmenu not work

I defined the contextmenu,and add it into button,label,and textinput,but when I right click the textinput component,it dose not work well.but for button, it works. in textinput it is like the default ...
0
votes
1answer
101 views

How to get input text from theme options on wordpress?

I just set up a new input text option into my theme-options.php file, which is similar to the twenty eleven theme code. Here are parts of my theme-options.php code in regards to the input, I'm ...
0
votes
1answer
81 views

Flex mobile text from hidden TextInput still visible

I have weird bug with Flex TextInputs. I'm using Flex 4.9.0 in my Android app. App has view navigator in group component. I add custom popup by inserting it as a child of that group. Popup covers view ...
0
votes
0answers
25 views

jQuery Get the last unique values from text inputs in a list

In practice i will be using hidden form fields, but for testing i'm using normal text input fields. I am given the following structure via a backend call: <div id="totalMonthly" ...
0
votes
0answers
114 views

Flex Combobox Restrict KeyBoard Navigation and change cursor position

I am facing 2 challenges with flex combobox. When i press End key to reach the end of the text, the last item of the list is getting selected. How can I prevent this?n I don't want to override the ...
0
votes
1answer
45 views

Cannot simply force focus on text input in stand-alone Google App using HtmlService?

I want to script a click on an input box. Here is an example where the focus() should do just that, but it doesn't! Why? Code.gs: function doGet(e) { return ...
0
votes
1answer
124 views

How to get value from Javascript to input text form?

I have a select form with kinds of hotel rooms like ordinary, family, deluxe, executive and so on each of it has a corresponding price let us say in ordinary room i will set $300 price. At the right ...
1
vote
1answer
145 views

My Android AIR app shows white screen when TextInput loses focus

That's pretty much sums up the question. I have an AIR Mobile Flex App project in FlashDevelop that is using views to show content. Everything works fine, I can add a TextInput or TextArea to the ...
-3
votes
1answer
107 views

Overlaying text input in certain areas of an image [closed]

I just started working on a personal website and trying to learn some HTML/PHP/CSS skills along the way. A friend of mine created an image for me to use as kind of a template to work off of. However, ...
0
votes
1answer
414 views

html5 input type text with regex for pattern in mobile

Hi so I'm trying to get a pattern for an input type text that shows numbers and a dot. Going over the apple documentation I see that one can use basically regex to pull only numbers in the keyboard. ...
0
votes
3answers
51 views

Only last text input array sends to php processing script

I am trying to dynamically add fields with jquery for a project. My problem is that when I send the form to the processing script and do a print_r() on the $_POST['item'] it only lists the last ...
0
votes
3answers
104 views

How do I get all spans created in my HTML page using jQuery

I'm getting all input texts in my HTML page by using this: var inputs = data.context.find(':input'); $('#result').text(JSON.stringify(inputs.serializeArray())); Then I have an JSON string with id ...
-3
votes
2answers
313 views

Javascript how to make an alert box have text input

I'm looking for the javascript code for an alert box with a text input <script type="text/javascript"> function name() { alert("Enter name") default answer "Bob" } ...
0
votes
0answers
83 views

IE8 - Inside a scaled div, blinking caret is displaying offset from text input

I'm using MS Matrix to scale a div in that contains a text input. Everything scales correctly visually, but the blinking caret is displaying offset. The entered text still appears in the correct ...
-1
votes
1answer
99 views

flex textinput restrict percentage symbol in the end

I want to restrict my users in the textinput so that they can edit number's with percentage symbol in the end. Rightnow they are only restricted to enter numbers in decimals. How do I let them ...
1
vote
0answers
55 views

How to limit on focus to be invoked just once

I have a text input that I use for some search in database: <input type="text" ... onkeyup="searchProducts(event);" onfocus="searchProducts(event); ... The problem is when I have onfocus in this ...
0
votes
2answers
45 views

Update parent with text input value

Okay, so I have a dialog with inputs. When closing the dialog, there is a function to update the parent UL. The parent LI within that UL should have the text input value. It's not working. Please ...
0
votes
0answers
28 views

HTML::FormHandler display fields inline

I'm using HTML::FormHandler along with HTML::FormHandler::Widget::Theme::Bootstrap to display my forms and I am calling HTML::FormHandler's render method to handle the rendering for me. This works ...
1
vote
1answer
141 views

Opera 12.14 border-radius on <input /> not working

I am trying to make a simple login kind of page and trying to make it cross browser and, tho I am still at the beginning, I already found a problem that I don't find any answer at. I am trying to make ...
0
votes
1answer
125 views

How can I make an input text inside an popover autocomplete

I have an popover which has one button and one input text. This popover opens whenever I click on an specific image. I'd like to make the input text inside the popover become autocompleted. Here's ...
2
votes
3answers
93 views

Is it possible to make a 1px bordered input field with 1 pointed side purely in css?

I'm trying to build a 1px bordered input field for a search box with :hover and :focus pseudo-classes applied to it. The catch is that the border has 1 pointed side. Is it possible to do this ...
0
votes
2answers
45 views

Simple dynamic form

I have aI need to validate the input by .onblur such that whenever a text input loses focus it gets validated by the same JS function. My problem is with the JS function. I want to grab the value of ...
0
votes
2answers
286 views

Twitter bootstrap - prepended input elements overlapping when placed next to each other

I'm trying to put two input elements next to each other, with a prepended item on the first input, using display:table styles. However, this results in the second input element overlapping the first. ...
1
vote
2answers
174 views

How to Post & Retrieve Data from Website

I am working with a Windows form application. I have a textbox called "tbPhoneNumber" which contains a phone number. I want to go on the website http://canada411.com and enter in the number that was ...
0
votes
0answers
132 views

Can't get value of jQuery UI text input

I'm having trouble getting the value of any of the text boxes that I've created using jQuery UI. Everything I've tried returns null or undefined. Neither $("#rates").val or .text seems to work, anyone ...
0
votes
0answers
202 views

wild scroll input android

I am working on a responsive website, which has a different stylesheet for either mobile or desktop. Everything looks nice and works great, until text inputs are interacted with on mobile. They show ...
0
votes
0answers
45 views

input text delays in IE8/Firefox

Has anyone had such cross browser issue? Primefaces 3.4.2. JQuery 1.8.2 is used. 1. Firefox 17.0.1, For inputText, echo back my input with some delays. 2. IE8, For inputText, when clicked, it takes 10 ...
-1
votes
2answers
59 views

CSS: How to shadow a field like this? [closed]

I am trying to style a text input field. So far, I tried to use borders and images as background but that's not a scalable solution. How could I style an input field like the one in the image below? ...

1 2 3 4 5 9