Skip to content Skip to sidebar Skip to footer
Showing posts with the label Textarea

Wrap Text Inside Fixed Div With Css Or Javascript?

I have tinymce editor(textarea) and one div. Whenever I type inside the text editor, it shows at th… Read more Wrap Text Inside Fixed Div With Css Or Javascript?

How To Set A Value Of The Textarea Without Id By Javascript?

Typically we run javascript code to set any value: document.getElementById('id_name').value… Read more How To Set A Value Of The Textarea Without Id By Javascript?

Ie11 Textarea Loses Focus If Another Textarea Is Disabled

In this fiddle, using ie11 with open Console, input something into any textarea and then click into… Read more Ie11 Textarea Loses Focus If Another Textarea Is Disabled

Loading Text Into Textarea Based On Drop Down Selection

To start, I have searched the site and found this: How to fill in a text field with drop down selec… Read more Loading Text Into Textarea Based On Drop Down Selection

Turn Each Line Of Textarea Into A Link

Let's say for example i have a textarea and a toggle button: http://facebook.com http:… Read more Turn Each Line Of Textarea Into A Link

Javascript - Change Font Color Of Certain Text In Textarea

Is there any JS function that can change the color of certain text in a textarea? For example, blar… Read more Javascript - Change Font Color Of Certain Text In Textarea

Body Onclick Go To Textarea

This may not seem like a useful script, but I need something that will basically allow the user to … Read more Body Onclick Go To Textarea

How Can I Display Bold Text In A Textarea?

I have this code: test It displays the raw HTML code. Instead, I would like it to simply display … Read more How Can I Display Bold Text In A Textarea?

Highlight Specific Words In Textarea Angular 8

I am trying to select a few words from the textarea and create bootstrap chips. I am able to creat… Read more Highlight Specific Words In Textarea Angular 8

Limiting Number Of Lines And Letters In Single Line In Textarea

Problem: I am trying to limit number of lines AND letters in each line in a textbox. What i got so… Read more Limiting Number Of Lines And Letters In Single Line In Textarea

How To Get Value Of Ckeditor 5?

I want to be able to return the value of the CKEditor textarea, and also write my text inside it. I… Read more How To Get Value Of Ckeditor 5?

How To Check The Textarea Content Is Blank Using Javascript?

using value.length != 0 ..doesn't work for the blank space situation Solution 1: Try this: if … Read more How To Check The Textarea Content Is Blank Using Javascript?

Textarea Toggle Selection Tags With Javascript

I'm working on a BBcode editor, and was wondering how to toggle tags on selection using Javascr… Read more Textarea Toggle Selection Tags With Javascript

Limiting Number Of Lines And Letters In Single Line In Textarea

Problem: I am trying to limit number of lines AND letters in each line in a textbox. What i got so… Read more Limiting Number Of Lines And Letters In Single Line In Textarea

Why Does This Textarea Appear To Only Add One Space Instead Of Four?

Here is my code: doc.on('keydown', '.textarea_code_snippet', function(e) { if(e… Read more Why Does This Textarea Appear To Only Add One Space Instead Of Four?

How To Insert Text Into A Textarea Using Javascript Without Messing Up Edit History?

Basically what i want is if a user selects some text in a textarea and presses ctrl + b then the te… Read more How To Insert Text Into A Textarea Using Javascript Without Messing Up Edit History?

In Extjs, How To Insert A Fixed String At Caret Position In A Textarea?

This question probably is asked in other framework, not sure if there is one on ExtJs, which I am n… Read more In Extjs, How To Insert A Fixed String At Caret Position In A Textarea?

How To Make Text Input Box Resizable (like Textarea) By Dragging Its Right-bottom Corner Using Jquery?

I would like to have (preferrably in jQuery) regular text input box which can be clicked and dragge… Read more How To Make Text Input Box Resizable (like Textarea) By Dragging Its Right-bottom Corner Using Jquery?

Characters Per Line And Lines Per Textarea Limit

I'm trying to create a multiline textarea in a php page, and I want to validate so that if the … Read more Characters Per Line And Lines Per Textarea Limit

Replace Parts Of String (attributes) In Textarea Using Input Boxes

Main Target : To create a website that will have a live preview of an HTML/CSS code. More specific… Read more Replace Parts Of String (attributes) In Textarea Using Input Boxes