diff -r f3d2172d663e -r b3cc692e3bfe Documentation/Source/eric6.UI.Previewers.PreviewerHTML.html --- a/Documentation/Source/eric6.UI.Previewers.PreviewerHTML.html Fri Aug 11 17:50:49 2017 +0200 +++ b/Documentation/Source/eric6.UI.Previewers.PreviewerHTML.html Fri Aug 11 19:50:06 2017 +0200 @@ -90,6 +90,9 @@ <td><a href="#PreviewProcessingThread.__getHtml">__getHtml</a></td> <td>Private method to process the given text depending upon the given language.</td> </tr><tr> +<td><a href="#PreviewProcessingThread.__processRootPath">__processRootPath</a></td> +<td>Private method to adjust absolute references to the given root path.</td> +</tr><tr> <td><a href="#PreviewProcessingThread.__processSSI">__processSSI</a></td> <td>Private method to process the given text for SSI statements.</td> </tr><tr> @@ -237,6 +240,29 @@ <dd> processed HTML text (string) </dd> +</dl><a NAME="PreviewProcessingThread.__processRootPath" ID="PreviewProcessingThread.__processRootPath"></a> +<h4>PreviewProcessingThread.__processRootPath</h4> +<b>__processRootPath</b>(<i>txt, root</i>) +<p> + Private method to adjust absolute references to the given root path. +</p><dl> +<dt><i>txt</i> (str)</dt> +<dd> +text to be processed +</dd><dt><i>root</i> (str)</dt> +<dd> +directory of the document root +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +processed HTML +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +str +</dd> </dl><a NAME="PreviewProcessingThread.__processSSI" ID="PreviewProcessingThread.__processSSI"></a> <h4>PreviewProcessingThread.__processSSI</h4> <b>__processSSI</b>(<i>txt, filename, root</i>)