Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Inline Edit dependencies can be met by including the minified Fluid-all.js file in the header of the HTML file:

Code Block
javascripthtmljavascript
html
<script type="text/javascript" src="Fluid-all.js"></script>

Alternatively, the individual file requirements are:

Code Block
javascripthtmljavascript
html
<script type="text/javascript" src="jquery/jquery-1.2.6.js"></script>
<script type="text/javascript" src="jquery/jARIA.js"></script>
<script type="text/javascript" src="jquery/jquery.keyboard-a11y.js"></script>
<script type="text/javascript" src="jquery/jquery.tooltip.js"></script>
<script type="text/javascript" src="fluid/Fluid.js"></script>
<script type="text/javascript" src="fluid/InlineEdit.js"></script>