Versions Compared

Key

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

...

Switches the component out of edit mode into display mode, updating the displayed text with the current content of the edit field.

...

Dependencies

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

Code Block
javascript
javascript

<script type="text/javascript" src="Fluid-all.js"></script>

Alternatively, the individual file requirements are:

Code Block
javascript
javascript

<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>