<?xml version="1.0" encoding="utf-8" standalone="yes"?>

<!-- Driver Descriptor for TextLog -->
<DRIVER HEADER="Controls.h">
	  <REQUIRE MODULE="SERVER" />
	  <RESOURCE FILE="controls/jquery.js" />
     <RESOURCE FILE="controls/textutil.js" />
     <RESOURCE FILE="controls/controls.css" />

     <METHOD NAME="appendText" DESC="Append text to the file.">
	     <PARAMETER NAME="text" TYPE="STRING" DESC="The text to append" />
	  </METHOD>
     <METHOD NAME="loadText" DESC="Load text from a file on the SD card">
	     <PARAMETER NAME="filename" TYPE="STRING" DESC="Filename containing the text" />
	  </METHOD>
     <METHOD NAME="clear" DESC="Clear all of the text" />
     
     <INTERRUPT DESC="Control Event"  HOOK="attachEventHandler" />
</DRIVER>
