Skip to content
SteveRidout edited this page Sep 5, 2012 · 8 revisions

Bare-bones example

A very basic example of it's use is the bare-bones example Code Editor page.

Reference implementation

See the relevant files in the reference implementation for a more complete example:

Full configuration options example

	var codeEditor = new CSLEDIT_CodeEditor('#codeEditorContainer', {
		initialCslCode : '<style>this style is not valid!</style>'
	});
Clone this wiki locally