DOCUMENTATION

Everything is as simple as the following: 
$("textarea").jqte();

jQuery TE is a jQuery plugin. It is a lightweight and very useful HTML editor. And it works with WYSIWYG model.

jQuery TE works with same performance on the most preferred browsers. And its source of the output is same as 90% on these browsers. Also, it compresses to source of the output automatically. jQuery TE's system runs more practical and more rapidly to other some editors.

We recommend that you use this product with the latest version of jQuery

DONATE

NAVIGATION

Options
Events
Methods
jqteVal()

HTML TAGS THAT ARE SUPPORTED BY jQTE EDITOR

jQTE supports to all tags used to body. But we don't recommend the use of "img", "hr" and "option" tags.

	
	
	
Articles should be in here
Articles should be in here

Articles should be in here

... .. .
	$(".editor").jqte();

OPTIONS

	$(".editor").jqte({
		"css":"example",
		"source":false,
		"titletext":false
	});
b: false
br: false
button: "SEND"
center: false
color: false
css:"example"
fsize: false
fsizes: ["10", "15", "20"]
funit: "em"
format: false
formats: [ ["p","Paragraph"], ["h1","My Head 1"], ["h2","My Head 2"], ["h3","My Head 3"] ]
i: false
indent: false
link: false
linktypes: ["Web URL", "E-mail", "Picture"]
left: false
ol: false
outdent: false
p: false
placeholder: "Please, write your biography"
remove: false
right: false
rule: false
source: false
status: false
sub: false
strike: false
sup: false
title: false
titletext:[ {title:"Text Format"}, {title:"Font Size"}, {title:"Select Color"}, {title:"Bold",hotkey:"B"}, {title:"Italic",hotkey:"I"}, {title:"Underline",hotkey:"U"}, {title:"Ordered List",hotkey:"."}, {title:"Unordered List",hotkey:","}, {title:"Subscript",hotkey:"down arrow"}, {title:"Superscript",hotkey:"up arrow"}, {title:"Outdent",hotkey:"left arrow"}, {title:"Indent",hotkey:"right arrow"}, {title:"Justify Left"}, {title:"Justify Center"}, {title:"Justify Right"}, {title:"Strike Through",hotkey:"K"}, {title:"Add Link",hotkey:"L"}, {title:"Remove Link",hotkey:""}, {title:"Cleaner Style",hotkey:"Delete"}, {title:"Horizontal Rule",hotkey:"H"}, {title:"Source",hotkey:""} ]
u: false
ul: false
unlink: false
DONATE

EVENTS

change: function(){ alert("The editor is changed"); }
focus: function(){ alert("The editor is focused"); }
blur: function(){ alert("The editor is blured"); }

METHODS

jqteVal()

This method using for changing to the value of the editor.


$(".editor").jqte();
$(".editor").jqteVal("New article!");

CHANGING TO CLASS ATTRIBUTE

	
	$(".editor").jqte({css:"example"});
	.example { } /* the jQTE editor */
	.example_focused { } /* focused the editor */

	/* toolbar area */
	.example_toolbar { } /* the toolbar */
	.example_tool { } /* the tool button */
	.example_tool_icon { } /* icon of the toolbar buttons */
	.example_tool_depressed { } /* depressed toolbar buttons */

	/* adding link area */
	.example_linkform { } /* adding link form */
	.example_linkinput { } /* input of adding link */
	.example_linkbutton { } /* button of adding link */

	.example_linktypeselect { } /* link type selector */
	.example_linktypeview { } /* the link type selector's descriptive */
	.example_linktypetext { } /* the link type selector's value */
	.example_linktypearrow { } /* the link type selector's arrow icon */
	.example_linktypes { } /* the link type selector's hidden menu */

	/* text format selector */
	.example_formats { } /* text format list area */
	.example_format { } /* selecting format item */

	/* font size selector */
	.example_fontsizes { } /* font list area */
	.example_fontsize { } /* selecting font item */

	/* color palette */
	.example_cpalette { } /* color palette */
	.example_color { } /* button of adding color */

	/* editor area and source area */
	.example_editor { } /* the editor area */
	.example_source { } /* the source area */

	/* title bubble */
	.example_title { } /* the title bubbles of buttons */
	.example_titleArrow { } /* the title bubbles arrow */
	.example_titleArrowIcon { } /* the title bubbles icon */
	.example_titleText { } /* the text box in the title bubbles */

	/* placeholder */
	.example_placeholder { } /* the placeholder */
	.example_placeholder_text { } /* the text of the placeholder */

	/* hidden areas */
	.example_hiddenField { } /* the hidden elements */

KEYBOARDS SHORTCUTS

Property Shortcut
Bold B
Italic I
Underline U
Ordered list . (dot)
Unordered list , (comma)
Subscript down arrow
Superscript up arrow
Outdent left arrow
Indent right arrow
Strike through K
Link K
Cleaner style Delete
Horizontal rule H