Login   Register  
PHP Classes
elePHPant
Icontem

File: www/scripts/editcss.js

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Graham Trott  >  Target CMS  >  www/scripts/editcss.js  >  Download  
File: www/scripts/editcss.js
Role: Auxiliary data
Content type: text/plain
Description: Editor support script
Class: Target CMS
Content Management System
Author: By
Last change: Changed file name
Date: 2010-06-28 01:16
Size: 240 bytes
 

Contents

Class file image Download
//<script language="JavaScript">

	editAreaLoader.init({
		id : "cssedit"		// textarea id
		,syntax: "css"			// syntax to be uses for highgliting
		,start_highlight: true		// to display with highlight mode on start-up
	})
//</script>