ProjectHTMLView (Content plugin)

The plug-in allows adding specific information by scripts creating HTML to be displayed in ProductView

  • Access the plug-in via Mandators → <Mandator name> → Content plug-ins → ProjectHTMLView

Make sure that you have at least the following plug-ins available:

✓ Content plug-in “FSDetail” of the object type ProductDetails

Make sure that you have the following prerequisites ready:

✓ Function plug-in “ProjectJavascriptstarter” containing script code which will produce the HTML page

Here you can see how the configuration looks like:

project html view configuration overview
Field Description Notice

Project JavaScript Starter Plugin

Contains Script code Producing the HTML page

Here is the example of how the page can look like on the client:

project html view frontend

Configuration of ProjectJavaScriptStarter function (used in the example)

Here you can see a sample script for ProjectHTMLView:

<flashrichtext version="1"> <textformat font="Courier New" size="11" color="4473924" bold="false" italic="false" underline="false" url="" target="" align="left" leftMargin="0" rightMargin="0" indent="0" leading="2" blockIndent="0" kerning="false" letterSpacing="0" display="block">(var HTML_START = "&lt;html&gt;&lt;body&gt;&lt;table width='1300'&gt;&lt;tr&gt;" + "&lt;td width='400'&gt;&lt;font face='Verdana'&gt;&lt;b&gt;Vorgangsname&lt;/b&gt;&lt;/td&gt;" + "&lt;td width='250'&gt;&lt;font face='Verdana'&gt;&lt;b&gt;Beginn der Arbeiten&lt;/b&gt;&lt;/font&gt;&lt;/td&gt;" + "&lt;td width='250'&gt;&lt;font face='Verdana'&gt;&lt;b&gt;Abschluss der Arbeiten&lt;/b&gt;&lt;/font&gt;&lt;/td&gt;" + "&lt;td width='250'&gt;&lt;font face='Verdana'&gt;&lt;b&gt;Ressource&lt;/b&gt;&lt;/font&gt;&lt;/td&gt;" + "&lt;/tr&gt;&lt;/table&gt;&lt;br&gt;" + "" + "" + "&lt;section&gt;" + " &lt;p&gt;Top Stories&lt;/p&gt;" + " &lt;section&gt;" + " &lt;p&gt;News&lt;/p&gt;" + " &lt;article&gt;Story 1&lt;/article&gt;" + " &lt;article&gt;Story 2&lt;/article&gt;" + " &lt;article&gt;Story 3&lt;/article&gt;" + " &lt;/section&gt;" + " &lt;section&gt;" + " &lt;p&gt;Sport&lt;/p&gt;" + " &lt;article&gt;Story 1&lt;/article&gt;" + " &lt;article&gt;Story 2&lt;/article&gt;" + " &lt;article&gt;Story 3&lt;/article&gt;" + " &lt;/section&gt;" + "&lt;/section&gt;"; var HTML_END = "&lt;/body&gt;&lt;/html&gt;";result = HTML_START + HTML_END;)</textformat></flashrichtext>
Project HTML View config PrjJSStarter

Welcome to the AI Chat!

Write a prompt to get started...