Login   Register  
PHP Classes
elePHPant
Icontem

File: www/scripts/editphp.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/editphp.js  >  Download  
File: www/scripts/editphp.js
Role: Auxiliary data
Content type: text/plain
Description: Editor support script
Class: Target CMS
Content Management System
Author: By
Last change:
Date: 2010-06-28 01:15
Size: 261 bytes
 

Contents

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

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