CKEditor BBCode Plugin


CKEdito BBCode Plugin
BBCode Plugin v1.0 for CKEditor. This is a sample of custom Data Processor implementation for basic BBCode
syntax. Only [b], [i], [u][img][color][quote], [url] may be used. It may be extended, but this is out of this sample purpose.

BBCode PLUGIN HAS BEEN TESTED ON THE:

CKEditor 3.2.1, released on 9 April 2010

DOWNLOAD latest CKEditor:

http://ckeditor.com/download/

DOWNLOAD BBCode Plugin for CKEditor:

CKEditor BBCode Plugin

INSTALLING THE BBCode Plugin:

  1. Extract archive «CKEditor_bbcode.zip«;
  2. Copy folder «bbcode» in «CKEditor folder» + «/plugins/»;
  3. To test, open the HTML «bbcode/_sample/sample.html«;
  4. Enjoy!

CONFIGURATION BBCode Plugin:

  1. Edit Toolbar config: «bbcode/_sample/bbcode.config.js«;
  2. Add, edit and delete the rules of regular expressions: «bbcode/plugin.js«;

HTML Code and JavaScript EXAMPLE («bbcode/_sample/sample.html»):

<form method="post">
	<textarea cols="80" id="editor1" name="editor1" rows="10">
		Text: [b]Bold text[/b]
		Text: [i]Italic text[/i]
		Text: [u]Underline text[/u]
		Color: [color=#ff0000]Some color[/color]

		Code: 1

Quote: [quote]Some quote text[/quote]

Url1: [url]http://www.site.md[/url]
Url2: [url=http://site-top.com/]Site-Top[/url]
Img: [img]http://yiiframework.ru/forum/styles/prosilver/imageset/yii_logo.png[/img]

<input type="submit" value="Submit" />
<script type="text/javascript">
//<![CDATA[
	var sBasePath = document.location.pathname.substring(0,
		document.location.pathname.lastIndexOf('plugins')) ;
	// Replace the <textarea id="editor1"> with an CKEditor instance.
	var CKeditor = CKEDITOR.replace( 'editor1', {
									customConfig : sBasePath + 'plugins/bbcode/_sample/bbcode.config.js'
							}  );
//]]>
</script>
Share

Читайте ещё похожие статьи на этом сайте:

  1. jqGrid (jQuery Grid Plugin) — табличное представление работы с данными
  2. CMS Tree Page View Plugin для WordPress
  3. KCFinder — файловый менеджер
  4. Доработка HTML Form при помощи jQuery
  5. jQuery UI Tabs & Cookie
1 балл2 балла3 балла4 балла5 баллов (2 голосов, среднее: 5,00 из 5)
Loading ... Loading ...
HTML, IT - информационные технологии, JavaScript, Web, Программирование


Если Вам понравилась эта статья, пожалуйста оставьте свой комментарий или подпишитесь на RSS-канал и получайте в будущем статьи на RSS Reader.

Комментарии

5 комментария (ев) для “CKEditor BBCode Plugin”

Написать комментарий

(обязательно)

(обязательно, не публикуется)