%doc>
toggleLabelsJavascript creates a JS function which uses the Yahoo! UI library
to get all elements with 'fileTableRowLabel' as class name. All such items are then
either hidden or revealed.
%doc>
<%def name="toggleLabelsJavaScript(targetClass='formTableRowLabel')">
%def>
<%def name="labelsHidden(targetClass='formTableRowLabel')">
%def>
<%def name="closeHelpDivScript()">
%def>
<%def name="fillHelpDivScript()">
%def>
<%def name="getMemoryContentsScript()">
<%doc>
Inserts JavaScript which, when called,
uses Ajax to insert references to the Forms
stored in Memory into the contents textarea
of the Collection
%doc>
%def>
<%def name="getMatchingLanguagesScript2()">
%def>
<%def name="getMatchingLanguagesScript()">
<%doc>
Inserts JavaScript which, when called,
uses Ajax to get a list of languages
that match the string entered by the user
%doc>
%def>
<%def name="getToggleDivByTextInputScripts()">
<%doc>
Writes JavaScript functions that allow a div to be
turned on or off by an focus or blur event
(respectively).
%doc>
%def>
<%def name="getCharCodeScript()">
<%doc>
Writes JavaScript function that puts the character codes entered into a
text input into a specified div
%doc>
%def>
<%def name="translateOrthographyScript()">
<%doc>
Writes the JavaScript function that makes and handles the AJAX call to
translate a string in one orthography into another. This function is used
in the settings/orthography page.
%doc>
%def>
<%def name="graphToInputScript()">
<%doc>
%doc>
%def>
<%def name="checkForDuplicateTranscriptionScript()">
<%doc>
Writes the JavaScript function that makes and handles the AJAX call to
check whether the Form transcription just entered is already in the db.
%doc>
%def>