Free WYSIWYG BBCode Editor in Javascript

Javascript 10 Comments »

WYSIWYG BBCode Editor in Javascript
A simple homemade and lightweight free to use textarea bbcode editor written in javascript. Although not complex it has all the basic bbcode functions like hyperlink, quote and code tages.
- Fast loading and lightweight
- Works in IE and Firefox
- No popup html window for inserting hyperlinks.
- Easy to integrate

You can […]

how to get selected textarea value using javascript

Javascript 2 Comments »

how to get the selected value in textbox and change its value? how to do it in javascript?
This is what i am after. I was working on a bbcode editor and i wanted to get the the selected text in the textarea and wanted to insert bbcode tags in place of them. I needed just […]

Lightweight PHP WYSIWYG HTML Editor

Javascript, General, Internet, PHP Scripts 2 Comments »

Lightweight WYSIWYG Editor for PHP
A dead simple javascript based WYSIWYG html editor for PHP. It is lightwight, fastloading html editor can be integrated to PHP scripts easily.
I always wanted a very simple WYSIWYG editor for my PHP scripts with just simple functions like bold, italic, URL and Image insertion and nothing more than that! […]

how to hide textarea?

Javascript No Comments »

how to hide textarea from javascript?
The simple problem i faced to hide textarea while replacing a textarea with wysiwyg html editor simply because there is no visible property for textarea.
All you have to do is set the style to hidden
document.getElementById(’textareabox’).style.visibility=”hidden”;
Thats it!

iframe innerHTML value from textarea

Javascript No Comments »

If you want to assign value to iframe innerHTML its just easy. All you have to do is just assign the value of the textarea to the iframes innerHTML property. If the value is html source, the iframe will give a rich text look. There may a situation as well if you want to […]

iframe value to textbox in javascript

Javascript No Comments »

iframe componenet in javascript can provide a rich text editing and a html page can be easily embeeded inside iframe as it is just like frames.

<iframe id="edior" width="300" height="200 style="border:0px solid grey"></iframe>

To remove the border both in IE and firefox you can set the style to 0px.
You can also load the iframe dynamically with javascript

document.write("<iframe […]

iFrame in javascript wont work in Firefox [solved]

Javascript No Comments »

iFrame when enabled in design just wont work in firefox. It wont accept any input, but it works very well in internet explorer. I was working on a rich text editor with iframe and this has been a major problem with it.
i finally resolved this.
Mozilla says this line must be called from by the onLoad() […]

A Simple WYSIWYG Editor in Javascript

Javascript, General, Internet, PHP Scripts No Comments »

I have been always under the impression that making a html based WYSIWYG editor is hard and required complex code. Being myself a beginner in javascript i just cannot believe that how simple it is to make a rich text html editor with WYSIWYG environment.
With just few lines of simple code you can make yourself […]

Create selected text to hyperlink in Javascript

Javascript No Comments »

i have come across many many open source WYSISWYG html editors and one thing that kept me always annoying is a popup html window to create a link. Since creating the hyperlink is such an important feature in the wysiwyg editor, keeping it simple is so important.
I just wanted like a prompt asking for URL […]

WP Theme & Icons by N.Design Studio
Entries RSS Comments RSS Login