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

0
votes
0answers
5 views

Pyglet - text input - how to get it's value to a variable?

Is there a relatively simple way of getting text input from the user and store it in variable? Asking for a name via textinput and displaying it on a label for example. I checked out the pyglet ...
-1
votes
6answers
61 views

How to remember text input in PHP Forms?

i an new to php . please help me how to remember text input in PHP forms after go back to form ? i have an rgister page and want to save text input in database , but if a text input existing in ...
0
votes
1answer
36 views

Kivy input values for simple calculations

I'm quite new to Kivy (started yesterday) and am trying to create a simple enough app that has input boxes for several values of height and area to calculate volumes. I cant find any working methods ...
0
votes
2answers
26 views

simple jquery does not work using rapidweaver

I've spent many hours (days) searching for a solution and I've come up with no clear solution. I'm new to this so I might not know some basic procedures. I'm sure I'm making a very simple mistake ...
0
votes
3answers
70 views

Convert a string into a regular expression [duplicate]

I am using a very fine JavaScript library called "array-query" by Jacob Wright to do searches in arrays of objects. One method is regex() where a regular expression can be included in parentheses ...
0
votes
0answers
36 views

Flex 4 TextInput prompt styling

I'm developing a web application in Flex, and I've hit a bizarre brick wall right at the end - the prompt of the TextInput class/component, which I style like this: s|TextInput:normalWithPrompt { ...
0
votes
1answer
27 views

how i can delete the item from list view

I have a listview and a button in my layout file. I'm adding items to listview on click of that button. I need a way that make my item in the list disappear when I click the item.
0
votes
0answers
15 views

Text inputs on mobile devices not bringing up alaphabet input

I'm working on www.prse.co.uk - When I go to the home or contact page on a computer, with all browsers, it allows me to input text. Yet when I try on mobiles, iPhone and Samsung S series etc... when I ...
-5
votes
1answer
206 views

I want to display value in textbox when radio button is check into databse [closed]

I want to post the things i write inside others (Please specify) to my database. How am i supposed to go onto doing that? HTML: <html> <body> <form action="x.php" ...
1
vote
1answer
36 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 ...
1
vote
1answer
121 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
51 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
41 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
17 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
12 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 ...

1 2 3 4 5 30
15 30 50 per page