Versions Compared

Key

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

...

Include Page
Infusion13:Inline Edit Configuration Options
Infusion13:Inline Edit Configuration Options
nopaneltrue

Skinning

...

Include Page

...


<link rel="stylesheet" type="text/css" href="css/fluid.layout.css" />
<link rel="stylesheet" type="text/css" href="css/fluid.states.css" />
<link rel="stylesheet" type="text/css" href="css/fluid.theme.mist.css" />
<link rel="stylesheet" type="text/css" href="css/fluid.theme.hc.css" />

and to attatch a class attribute that represents the skin you want to the components container, such as:

...


<div id="inlineEditContainer" class="fl-theme-mist">
...
</div>

The above code would make use of the fluid.theme.mist.css skin file.

Dependencies

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

...


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

Alternatively, the individual file requirements are:

...

Infusion13:Inline Edit Dependencies
Infusion13:Inline Edit Dependencies
nopaneltrue