2
votes
2answers
49 views
PHP - want to check if user input has website address in it
I want that whenver a user inserts "www." in a comment textarea, the address from "www." until the first space will be a replaced with a link to that address:
"I love www.google.c …
0
votes
4answers
57 views
content from divs into textarea
Hi,
The problem: I'd like to transfer text from all div's with specific class to the textarea on the same page. How can I do that, how to start?
for example:
< div class="test …
1
vote
2answers
29 views
Prevent copying style from one flex textArea to another
If you have two text areas with different styles (fontFamily, weight, color etc) and you copy text from one to the other it also copies the style from the originating text area. I …
1
vote
2answers
33 views
Creating a text area that fills the available space
I want to be able to create a text area that fills an available space.
However because of the different monitor resolutions I don't think I can simple specify a character width. I …
0
votes
2answers
29 views
WYSIWYG Rich Text Replacement
Hi,
I have tried TinyMCE and FC/CKEditor and they both don't really do the job...
I wanted to get a wordpress like style...
Thanks!
0
votes
2answers
47 views
ActionScript 3 TextArea htmlText styling using <span> tag
According to this webpage, the htmlText property in TextArea can handle CSS text style if using span tag. I want to format multiple tags in my code. Something like:
var tags:TextA …
0
votes
3answers
54 views
how to add a simple button that will inject a tag into a textarea?
I want to create a simple button that will inject a [b][/b] into a textarea.
How can I do this?
1
vote
3answers
43 views
Large text in TextArea freezes computer
When I try to set the value of a textarea with a large text (for example a string length of 600000), the browser (Firefox 3.5.3) freezes.
The text is in 1 line so text wrapping n …
0
votes
2answers
124 views
How to load html using jquery into a TinyMCE textarea
Hi,
I've a textarea that uses TinyMCE as a WYSIWYG.
Once that this textarea is loaded I want that, clicking a button "Edit" some html code that I bring with AJAX jquery is loaded …
0
votes
2answers
59 views
How to limit the size of an HTML textarea with JavaScript?
Anyone have code to limit the characters in a text field and display the character count?
I need something like twitter status input and I can't find anything online. If there is …
1
vote
1answer
140 views
Wrap Text inside fixed Div with css or javascript ?
Hi,
I have tinymce editor(textarea) and one div. Whenever i type inside the text editor, it shows at the preview div which is (200px) in real time which is looks alike stackoverfl …
0
votes
2answers
40 views
greasemonkey(javascript) textarea question
Hi all,
I have written a basic greasmonkey scripts which passes an output out to a textarea, like this:
var obj = document.getElementById("comment").innerHTML = "\n" + "Note:" + …
0
votes
1answer
33 views
Copying plain text from a WYSIWYG to a normal text area
Hi ol, am having a WYSIWYG textarea which i would like to copy the text (as-plane) and insert it to another textarea on the same form as plane text using javascript..............HE …
0
votes
2answers
172 views
Insert text into flex 3 textarea
I have a textArea and a list. When a user double clicks a list item, the label of the selected item should be inserted into the textarea. When a text is selected in the textArea, i …
2
votes
4answers
75 views
Textarea contenteditable
I am trying to make a textarea content editable and I am failing. I am using this code:
<textarea id='' class='' name='notes' rows='12' cols='67' contenteditable='true' >&l …
