Tagged Questions

0
votes
1answer
13 views

How to format text in flex TextArea?

TextArea in flex doesn't render <TABLE></TABLE>. I want to display text in textarea in two columns. Column1 Column2 Row1: Data, data, data row1 …
0
votes
1answer
20 views

jQuery auto expanding textareas acting strange

I have tried various different jQuery autogrow/expand text area plugins, and they all work good and well on the demo page but for some reason whenever I implement them into my exis …
0
votes
1answer
31 views

Flex: How to change caret (text cursor) in editable text area / text input

I need to put together an editable text area that has a custom caret (cursor) which is different from the default blinking vertical line. Is the caret a "skinnable" property of t …
0
votes
1answer
756 views

Flex: Modifying Text Area

I'm making a text editor using Text Area. Which user can change font size, family and etc. This is my code on as: private function ChangeFont(event: Event):void { …
2
votes
1answer
75 views

Is there a profitable way to record user actions in textarea?

I need to send bunch of commands to the server on timer - like: put(0,"hello") del(4,1) put(4," is around the corner") so I need to monitor and record all of the user input and …
-4
votes
5answers
934 views

Detecting drop into textarea with Javascript

All I need is to be able to detect when text is dropped into a Textarea. I then take that text and do stuff with it and clear the textarea. There may be many of these textareas a …
1
vote
2answers
31 views

textarea removes whitelines?

I have multiline textbox in ASP.NET which renders to a textarea element. I set the Text property to a string like test\r\n\r\n\r\ntest2 but it only renders like test test2 in …
0
votes
1answer
31 views

Grabing text from non java application

Is it possible to grab textarea using java from another non-java application? Known way is OCR with java.awt.Robot in my opinion is too complex and non effective if grabbed area i …
1
vote
3answers
93 views

How to get number of rows in <textarea >?

With javascript,is it possible? EDIT let me be more specific. I mean:the exact number of rows in a textarea. Here it's 10 rows in my post. Anyone knows?
1
vote
4answers
62 views

Dynamicaly Chaning the <textarea > size,style

How can i change the field size diynamicaly? I have a select field and there are 3 options with different values. So if the user selects one of them in the you see the values …
0
votes
2answers
40 views

How to calculate the height of text (width fixed)?

I want to create a text box with a fixed width that will fit itself to its current text. So I went ahead and wrote this simple application: <?xml version="1.0" encoding="utf-8" …
0
votes
3answers
55 views

labels in textarea

<input name="textbox" type="text" value="Click here to type" onfocus="if(this.value=='Click here to type')this.value='';" onblur="if(this.value=='')this.value='Click here to typ …
1
vote
1answer
23 views

Making textarea display the same in WebKit as in other browsers

Webkit decided there weren't enough browser incompatibilities and added 2px of padding to my textarea. However, if I set padding:0 then it looks awful when typed in. Is there a w …
0
votes
3answers
47 views

Setting textAlign to centered on a textArea, trailing spaces aren’t used to determine centering

Maybe I'm doing something wrong but I have a textarea where I've specified textAlign = center and if I type in text with several trailing spaces, it doesn't count the spaces toward …
0
votes
0answers
15 views

How to move Autocomplete list with Cursor moving during typing in textarea ?

Hello , i'm use jquery autoCompelte plugin. and i want to move the list while typing in type text area after the line

1 2 3 4 5 11 next
15 30 50 per page