A is an HTML element (tag) used to create a multi-line plain-text editing field.
0
votes
1answer
4 views
tinymce won't get (id) or setcontent
Here is my code that I'm using. I'm trying to get tinymce to load existing data into the TEXTAREA, but nothing I've tried so for, nor any "solutions" I've so far located have worked. The editor loads ...
0
votes
1answer
24 views
How to retrieve values from TextArea in a Local Variable in ASP MVC
I am developing an ASP .Net MVC 3 application using C# and SQL Server 2005.
In a view, I have 2 DropDownList and TextArea and 2 buttons :
DropDownList Poste
DropDownList Fonction
Button Ajouter
...
0
votes
0answers
5 views
Facebook like button prevent textarea auto focus
I am trying to implement a facebook like button on a mobile website and even though i am able to hide the flyout which is a sort of popover that lets you enter a comment by putting the button into a ...
0
votes
1answer
37 views
typing in textarea super slow when lots of text inside
I tried this in Chrome. Having a textarea with a lot of text inside, editing the parts at the end become super slow. The cursor and the keyboard input response comes to a crawl.
But if I make it so ...
0
votes
0answers
21 views
strange textarea behavior in firefox: text breaks off after adding a white space
Firefox (v21) seems quite erratical in rendering text in a textarea. I want to be able to write on a canvas, by using a textarea. It is a layer on top of the canvas, and the latter 'listens' to the ...
-4
votes
1answer
41 views
Converting string while typing
I am creating a java program that when you type something on the textarea, the other textarea will automatically cipher the characters. I'm using Caesar's Cipher.
Example: I type QWERTY on the first ...
0
votes
1answer
33 views
Detect if an HTML table has been pasted into a textarea
I was wondering if there was a way to detect (or at least make a good assumption) whether text pasted into a textarea includes content copied from an HTML table?
I'm finding users of my website are ...
0
votes
1answer
33 views
How do I use HTML text area input as a string for a perl script?
As of now I have two separate scripts: one that just prints the html to generate a text box and submit button which opens a link to /~gen13/wordrate.cgi. That directory (on our class server) contains ...
0
votes
3answers
33 views
Replace part of a string (an HTML code) with /n line break for textarea
I have a form with textarea. When I add the info from the form to the DB, I replace the /n line break from that textarea with a < br> tag, like that:
...
0
votes
1answer
31 views
Dynamic TextArea but not display properly
I've already ask about my project before here. I've modified it. Look at my code.
import javax.swing.*;
import javax.swing.text.*;
import java.awt.*;
import java.io.*;
import ...
0
votes
1answer
13 views
Need to change textcolor inside textarea with hiddenfield results
I have a form, which has a text area. I want to be able to set the text color of the text inside of the text area when they click the color intended.
So far, I have it to where when they click the ...
1
vote
1answer
57 views
Dynamic Simple Text Editor Java
I have modified code from here for my project.
I want to make a editor that have dynamic text area. Each time I press the enter key, a new text area will create. Sorry, I cannot explain more with ...
0
votes
0answers
23 views
IE9 disabled textarea highlight bug
JsBin
http://jsbin.com/ixediv/1/
Problem Description
Highlight selection follows the mouse cursor even after cursor is removed off the disabled textarea in IE9
How to reproduce
OS : Windows Vista ...
0
votes
1answer
36 views
Add value to extjs textarea from store
I want to get data from mongo data base and add it to an extjs text area.
Everything is ready, my mongo data base returns a list of user email addresses that I want to add to the extjs text area.
I ...
1
vote
0answers
48 views
Scroll to top of jQuery-Textarea
I'm trying to add a "change log" to my jQuery mobile Application. In case of an error, the user should have the capability, to see what went wrong. Therefor I've implemented an popup, with a textarea ...
1
vote
0answers
62 views
Internet Explorer 10, auto resize textarea
It may seem like a question which is already answered a thousand times, but the solutions I found neither worked in Internet Explorer 10 nor on Windows-phone 8 (what is more important to me).
My ...
0
votes
2answers
39 views
Textarea overflow:auto difference in height
Following code renders a textarea which should have 3 visible rows:
<textarea id="txtInput" rows="3" cols="20" style="overflow:auto"></textarea>
However, in Firefox (version 20.0.1), 4 ...
0
votes
2answers
33 views
Paste json in a textarea and convert to formatted html with jquery
The way it should work is
Paste json into textarea "jsonvalue"
Click "convert"
Formatted html appears in "placeholder"
I am trying to get the title and url out of the json and instead when I click ...
0
votes
1answer
34 views
How do I append an element to a form inside a Shadowbox
I'm trying to append a textarea to a small form that exists within a Shadowbox. The Shadowbox is called from a button:
<input type="button" value="Upload" onClick="uploadImageSB();">
The ...
2
votes
1answer
35 views
JavaFX 2 TextArea: How to stop it from consuming [Enter] and [Tab]
I want to use a JavaFX TextArea as though it were exactly like a multi-line TextField. In other words, when I press [Tab] I want to cycle to the next control on the form and when I press [Enter] I ...
2
votes
2answers
36 views
Floating text to the right inside of textarea [closed]
I know this may seem like a silly question, but I never had to do this until now. Is there a way to float text to the right while inside of a form text area?
0
votes
4answers
64 views
Displaying Label Inside Text-area
I want to make a square shape text area of fixed size.The label of the text-area will be inside the text-area as shown in the picture below.This heading will always be displayed.It will not dissapear ...
0
votes
3answers
32 views
sizing a textarea with CSS vs with cols and rows
What's the difference between sizing a textarea with cols and rows and sizing a textarea with height and width?
<textarea id="TextArea1" cols="73" rows="12">with cols rows</textarea>
...
0
votes
1answer
36 views
how to fetch value for dynamic textarea
i want to fetch comments on some ans by their question_id or ans_id, but text arez coming dynamicaly so i am confused how to fetch comment for exact ans
look at my textarea field
here 70,66 are the ...
1
vote
1answer
69 views
C# Textarea value with newline save in SQL Server
I have an insert statement that takes the raw text from text area and stores it. We only allow editing the same value and not display them.
During the insert the newline along with slash [abc\\ndef] ...
0
votes
0answers
20 views
Do any browsers or add-ons support clickable hyperlinks in textareas?
Top Google results are a couple years old:
Make text hyperlink in <textarea>
http://www.codeproject.com/Questions/340112/How-we-insert-hyperlink-in-textarea-in-textbox
And mostly people ...
0
votes
5answers
46 views
Count words on multiple textareas on a html sheet
I have a html sheet that contains several textareas (100) and they all have the same id "edit".
My problem is that I want count all the words on each and everyone individually...
I have tried some ...
0
votes
1answer
19 views
dragable element in textarea (like a html editor)
i searched the whole intetnet for it but i couldn't find it so far so,
i need a dragable input within a textarea of a texteditable div, the dragable textarea has to be part of the text and after ...
0
votes
0answers
44 views
html textarea, text is hidden until a it moves to a new line
First post and question here so I hope I don't break too many rules or ask a stupid question.
I've got a problem with a textarea tag with Internet Explorer 9. The code is:
<textarea ...
0
votes
0answers
20 views
TextArea on Blackberry: cursor does not advance for space
I have a BB app (written with j2me and lwuit). There are a lot of text fields (com.sun.lwuit.TextArea objects) in the app. When running it, if I type characters in the text fields, the cursor advances ...
0
votes
1answer
30 views
How to save and echo symbol-to-symbol data in database
I have a simple form with textarea
For example:
<textarea name="script"></textarea>
From this form I try to save data in MYSQL database. But there is a javascript data. Yes, I try to ...
0
votes
5answers
54 views
jQuery Update Textarea without replacing content
In JavaScript you could just use the =. or += to add existing data to data. How do I do this in jQuery. I am trying to add a check-box list to my form, each field should building up a list in the ...
0
votes
1answer
65 views
AngularJS render content in a textarea after a click event
I'm using Angular JS to try and update the value of a <textarea> using a $http request after a link is clicked to fetch some content in my controllers.js as shown here:
$scope.setDocument = ...
1
vote
4answers
71 views
How to add a background text to textarea tags?
You know that you can add an image as a background image for textarea using :
textarea {
background:#fff url(background.png) no-repeat center scroll;
}
How can I have text (not image, nor text as ...
0
votes
0answers
63 views
Using popover-trigger on AngularJS & bootstrap with textarea
When I use popover-trigger, I can't get the updated data.
Attached small example:
http://plnkr.co/edit/1xsIIGjUNubt8kzT4PTI?p=preview
-1
votes
2answers
42 views
jquery function to replace textarea text not working
i'm not that used to working with jquery so any help would be appreciated.
I have written this function but cannot get it to work, can anyone tell me what is wrong.
$(function() {
...
1
vote
0answers
44 views
Bootstrap and wysihtml5 updating textarea
I'm using :
wysihtml5
bootstrap-wysihtml5.js
I have a textarea called Booking_CancellationComments_CancellationPolicy and am making it a wysihtml5 textarea using this code:
...
0
votes
0answers
20 views
Dragging a local file into textarea with Opera 12
I am creating an application using HTML5 where I would like to be able to drag a local text file into a textarea. This works fine in Firefox 20.0.1, Chrome 26.0.1410.64 m and Internet Explorer 10 but ...
1
vote
1answer
43 views
Get the XY position of the caret in TextArea
I need to get the XY position of the caret in textArea.
I already found a way to get the Y, but i dont know how to get X, can anyone help?
If any1 want to know, this is how i get Y:
var ...
2
votes
1answer
34 views
How to change the background color of a line of user input in a textarea?
I know how to change the background color of a textarea, but what about changing the background color of the text that users type into a text area?
For example, in HTML you can change the background ...
0
votes
1answer
32 views
Javascript: Using regEx to change more than one character or group of characters at a time
I know how to code fairly simple regular expressions, my question is about changing more than one character or characters at a time - Not more than one instance of a character or characters, but more ...
0
votes
1answer
45 views
ng-repeat too powerful, need to dumb it down
Newbie here, trying to figure this out.
I have an object literal that i want to have filtered down and shown in a textarea.
This fiddle shows what I want to achieve
http://jsfiddle.net/DrmVC/3/
...
0
votes
2answers
27 views
Tagging Value to recorded lap details
I am trying to figure out how to add on the value of the selected input button into the textarea.
This is my input button to call the action:
<a href="javascript:addHTD();" ...
5
votes
3answers
166 views
Div and textarea behave the same except in Firefox - what to do?
I want to create a textarea which highlights the text beyond a character limit (like the twitter one).
My attempt is here: http://jsfiddle.net/X7d8H/1/
HTML
<div class="wrapper">
<div ...
2
votes
1answer
66 views
CKEditor won't load php variable
i've added a textarea control in my PHP page, using the CKEditor's class.
Now if the textarea loads empty, CKEditor works. But if i try to load a PHP variable in the textarea, the page show correctly ...
2
votes
3answers
114 views
jquery mobile: Change textarea background after submit button has been pressed
I want to change a text area that displays either "Login successful!" or "Login unsuccesful!" after the Login button of a HTML form has been pressed. The text area should fade in when a the login ...
0
votes
1answer
49 views
How to add a new line in a textbox's text?
I have an ASP.NET Textbox control. It's Multiline property is set to true, effectively making it an HTML textarea element.
The text of the textbox is set as,
Text="New\r\nLine\r\nRequired"
As you ...
1
vote
1answer
81 views
can't POST data from <textarea> in codeigniter
I have been trying to retrieve this data from a textarea using post, but i keep geeting no data back. any help would be appreciated.
Here is my form
<?php echo validation_errors(); ?>
...
1
vote
2answers
43 views
Javascript adding textarea size
I have a form that has a textarea and includes a couple of buttons 1 will add an additional textarea and the other will remove a textarea 1 at a time unless it’s the last one. It works except that I ...
0
votes
1answer
18 views
Radio Button choice to prefill specific text to Textarea to then be parsed to server
The long and short of what I need to be able to do is to have HTML that consists of five or more radiobuttons. Based on the radiobutton choice, a freeform textarea will then be filled with text of my ...



