Menu

Tree [r9] /
 History

HTTPS access


File Date Author Commit
 COPYING 2007-05-14 miklos-aubert [r1] A TablaScript.js
 README 2007-07-16 miklos-aubert [r9]
 TODO 2007-07-16 miklos-aubert [r9]
 TablaScript.js 2007-07-16 miklos-aubert [r9]
 testpage.php 2007-06-03 miklos-aubert [r8]

Read Me

------------------------------------
| TablaScript version %TS_VERSION%
| 
| (c) Miklos Aubert, 2007
| http://tablascript.sourceforge.net
------------------------------------

License
-------
	LGPL v2.1 (please see accompanying COPYING file)


Quick instructions
------------------

	To add a tablature editor to your webpage, simply :

	- include the TablaScript.js file somewhere in the <head> section.
	(replace "/path/to" by the correct path on your http server)

		<script type="text/javascript" src="/path/to/TablaScript.js"></script>
	
	- add a new empty div at the place where you want to create the
	editor, and identify it by giving it an "id" attribute :

		<div id="editorDiv"></div>

	- add this small script somewhere after the div, replacing "editorDiv" by
	the id of your placeholder div :

		<script type="text/javascript">
			<!--
			var myTabla = new TablaEditor("editorDiv");
			// -->
		</script>


Notes on this version
---------------------

	This is a very EARLY release of TablaScript, intented for developpers who
	might want to check it out. Please contact me through the SourceForge
	project page if you want to join in !