Tagged Questions
The textfield tag has no wiki summary.
118
votes
10answers
70k views
jQuery Set Cursor Position in Text Area
How do you set the cursor position in a text field using jQuery? I've got a text field with content, and I want the users cursor to be positioned at a certain offset when they focus on the field. ...
8
votes
7answers
4k views
Best way to restrict a text field to numbers only?
I'm using the following Javascript to restrict a text field on my website to only accept numerical input, and no other letters or characters. The problem is, it REALLY rejects all other key inputs, ...
7
votes
2answers
2k views
Disable HTML escaping in Django's TextField
How can I turn off Django's automatic HTML escaping, when I write into model's TextField?
6
votes
5answers
199 views
Alter text field focus order with jQuery
I was wondering, if I have text fields displayed so, could I alter the order in which the focus using javascript (preferably jQuery).
See this example here.
What I mean that when you tab around ...
6
votes
2answers
4k views
Change TextField selection color in AS3
How can I change the select ("highlight") color of an TextField in actionscript 3? I've got an input textfield with white text on a black backdrop and as a result, selections are invisible, which is ...
5
votes
1answer
187 views
Problem with instance names inside Button
I've created a button in Flash, and inside that I have a TextField and a MovieClip, both with instance names set. They cover all 4 frames of the button, with no keyframes.
I found I couldn't access ...
5
votes
3answers
6k views
Avoiding cursor change over dynamic text fields in Flash CS3
I have a dynamic text field inside a MovieClip symbol. Whenever the mouse pointer is hovered over the symbol, the cursor changes to the I-shaped text editing cursor. This may be a very stupid ...
4
votes
1answer
277 views
AS3 TextField setting top margin of text because some chars are cutted out
I am trying to figure out why some letters (like the norwegian Å (Å)) are cutted out in the middle of the top "o":
My code is this:
var titleFormat:TextFormat = new TextFormat();
...
4
votes
2answers
136 views
Changing Border Color of AWT TextField
In AWT application I need to set border color of TextField.
In JTextField, I know that we do can do the following
JTextField tf = new JTextField();
...
4
votes
1answer
157 views
Filling a textform - String too small?
I currently have to do a job where I have to copy the code of a website into a textfield.
I'm using watir to do the browser handling. As far as I know, I can only fill the field using the set ...
4
votes
4answers
747 views
4
votes
6answers
1k 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
652 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 ...
4
votes
3answers
65 views
How to let the user choose between typing price inclusive VAT or exclusive VAT in TextField?
I am implementing an back-office application where the user type in prices for products. Sometimes it is preferred to type the price inclusive value-added-tax, VAT and sometimes exclusive VAT.
How do ...
4
votes
3answers
3k views
django admin TinyMCE integration
This is weird: I have installed and configured django-tinymce, but it doesn't seem to work with django admin.
this works fine with Safari:
class ArticleAdmin(admin.ModelAdmin):
...
4
votes
2answers
13k views
TextField Example in Cocos2d
Can anyone please suggest me some links for using textField in cocos2d.
I want to press on label, then textfield should get selected and i need to edit on that textfield.
Please help me on this
4
votes
4answers
2k views
Auto-complete text field
How do I make an autocomplete text field like the one here at Stack Overflow for the Tags fields? I want to use it for my Rails app.
4
votes
4answers
5k views
How do you programmatically move the caret of a Flex TextArea to the end?
I'm trying to move the caret in a Flex TextArea to the end after appending some text from my code. I've looked through the reference documentation for TextArea and its underlying TextField but it ...
3
votes
2answers
157 views
becomeFirstResponder not firing
I have a view controller whose viewDidLoad method invokes becomeFirstResponder on a textfield (email) contained within its associated view:
-(void) viewDidLoad {
[email becomeFirstResponder];
}
...
3
votes
1answer
176 views
Remembering the last selected month in jQuery UI datepicker across multiple fields
I have a page with multiple datepicker textfields using the standard jQuery UI. I would like to set the default datepicker date to the last selected day or month for all blank fields, so the user ...
3
votes
3answers
977 views
How put glow on textfield using HTML5 and CSS3
How can i put glow effects on textfield using HTML5 and CSS3 when active like http://www.me.com
Look that i want exactly same.
PS: Sorry for my english, i'm brazilian and still studying.
3
votes
2answers
536 views
Setting hint text in a text field in Ruby on Rails
Can some one suggest the best way for setting hint text(not default text) for a text field in Ruby on Rails. Currently I am using this:
<%= text_field_with_auto_complete
"customer",
...
3
votes
1answer
588 views
Rails: How “email_field” differs from “text_field”?
I understand that text_field creates an input field of type text, while email_field creates an input field of type email.
But, what is the difference between these two input types ?
Say I have a ...
3
votes
3answers
503 views
JFormattedTextField with MaskFormatter
I have a JFormattedTextField that I use to restrict entries of a date and time. I want to use a MaskFormatter though to show the placeholder chars. Is there a way to use a MaskFormatter on top of the ...
3
votes
2answers
799 views
ExtJS TextField values submitted as a string instead of integer/number
I have an Ext Editor Grid with a NumberColumn. The column's editor is set to an Ext.form.TextField. This grid is populated by JSON and data is submitted as JSON.
My problem is that when the user ...
3
votes
2answers
102 views
how to show sequential results inside textfield
dear all.I want to use only one textfield for different results. what should I do if I want after pressing a few times a checkbox or another checkbox the results will appear sequentially in the ...
3
votes
2answers
309 views
Custom text field with syntax highlighting for c# in a sharepoint list
i need a text field in a sharepoint 2007 list that displays C# code with syntax highlighting.
Do i have to develop it on my own or knows somebody a control that meets my needs?
Thanks a lot
3
votes
3answers
4k views
Flash CS5 screwed up all my textfields - how can I correct this?
I have an Actionscript project that I was building using Flash CS4. I embedded a font using the follow:
[Embed(source="/bin/assets/fonts/MyriadPro-Regular.otf", fontWeight="normal", ...
3
votes
6answers
2k views
iPhone keyboard with 0-9 and decimal point?
I'm writing an iPhone app that has a textField for the user to enter a "dollar amount" like 12.34
None of the SDK keyboards seem to have a decimal point.
(OR do they?) So I decided to just let the ...
3
votes
7answers
2k 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 ...
3
votes
1answer
6k views
Flash AS3: ReferenceError: Error #1056: Cannot create property
I am writing something in Flash/ AS3, and I came across this problem:
ReferenceError: Error #1056: Cannot create property txtInput on package.name.DocumentClasss
Basically I have a document class, ...
3
votes
6answers
4k views
Actionscript: How do I rotate a text field?
How do you rotate a text field in actionscript 3.0? As soon as I change the rotation property of the text field, it does not display.
for example:
var txtFld:TextField = new TextField();
txtFld.x = ...
3
votes
4answers
2k views
How do you prevent arrow up/down default behaviour in a TextField?
I am making a input field for keywords, and while the users writing I'm displaying suggestions for keyword on a list underneath the caret position.
The input field is single line, so I am using the ...
2
votes
1answer
38 views
Blackberry Playbook WebWorks How to make a textfield open a different virtual keyboard?
I'm developing a WebWorks application for the Blackberry Playbook. This page in their documentation says
You can display a specific type of virtual keyboard, depending on the
type of input that ...
2
votes
1answer
112 views
Comment Box like Twitter
What I am trying to achieve is something like comment box on Twitter web site. I want to set a perfect regular expression which can include URL format like htttp://www.abc.com, abc.com, http://abc.com ...
2
votes
1answer
274 views
Wicket 1.5 Autocomplete Textfield onUpdate Behavior not called
My AutoCompleteTextField (getChoices method implemented and working):
AutoCompleteTextField<String> objectDescription = new AutoCompleteTextField<String>("objectDescription") {
...
2
votes
6answers
95 views
Validate input field in C#
I have a input field that is supposed to take numbers only.
How can I validate the string?
Would this be ok:
string s = "12345";
double num;
bool isNum = double.TryParse(s, out num);
Or does .Net ...
2
votes
3answers
39 views
using jquery to create a text input combination?
i was wondering whether it was possible for jquery to make a text field only accept a combination of 3 letters and 4 numbers (eg ABC1234) - in that order?
2
votes
2answers
77 views
Populate sign-up form field with an uneditable/undeletable sentence
One field in our website's sign-up form is occasionally left blank yet we need it to include one sentence that for legal reasons must not be editable. This is then later used as part of the user's ...
2
votes
1answer
342 views
Adding hint to TextField
I'm new to Vaadin and am trying to get used to the framework.
I have a query though. I want to add a TextField with an integrated hint text that disappears when the TextField is focused and ...
2
votes
1answer
29 views
Make Only Some Text Trigger Events in Actionscript
I have a block of text I am dynamically generating. It is about two sentences or so long, and only some of the words in the two sentences need to be able to trigger an event. For example, if I had ...
2
votes
2answers
153 views
Error 1009 in AS3
I have TextField instance called inputWord which contains no text on the first frame. On the same frame, on the actions layer, any time when I refer to inputWord in any way, there is an error:
...
2
votes
1answer
222 views
Android - Add textview to layout when button is pressed
So right now I have a text field with a button (add+) below it.
I would like to make it so every time text is entered into the Text Field, and the Add button is pressed, a new text view is added to a ...
2
votes
1answer
281 views
Changing the default text field in xcode
I've made a user interface that contains several text fields. When the app launches, xcode automatically selects the first one. But for the purpose of the app, that's not practical.
How can I force ...
2
votes
3answers
455 views
TextField - show hint before user starts typing text
I am developing an Blackberry application. I want to show a hint text in TextField before user starts typing.when user starts typing it should disappear and when there are 0 characters in TextField it ...
2
votes
3answers
178 views
Increment / decrement button In ExtJS
Is there a button in ExtJS with increment/decrement feature (something like that)? I have some numberfields with values that are usually incremented/decremented when edited and this button would be ...
2
votes
3answers
219 views
java - Cant change the value of a JTextfield from inside of DocumentListener methods
I get an "Attempt to mutate in notification" exception.
1. How can I change it ?
2. How can I get the value that was inside the TextField before the listener was triggered?
EDIT:
It is something ...
2
votes
2answers
581 views
Custom Keyboard: inputView: how to change the Keyborad size?
I implemented the textfield with a custom keyboard with the "setInputView" function.
But i have a problem: my keyboard frame is not a standard iphone keybord frame.
The question is:
How can i change ...
2
votes
1answer
609 views
Rails not editable text field
I have a form_for written in the following manner:
<div class="field">
<%= location.label :city %>
<%= location.text_field :city, :disabled=>true%>
</div>
<div ...
2
votes
3answers
801 views
What is the best way to display text just after a TextField?
I'm creating a formpanel with items created via xtype (not calling new for each items).
I'd like to add a precision at the right of the TextField.
I managed to do it by setting a CompositeField ...