Documentation Index

Fetch the complete documentation index at: https://docs.lobster-world.com/llms.txt

Use this file to discover all available pages before exploring further.

Fix flex HTML (Integration function)

Prev Next

Class name

de.lobster.scm.html.FixFlexHtmlFilter

With this filter, the HTML product of the Flex client's RTF/HTML text field can be converted into a browser/e-mail capable HTML.

Parameter

Description

a

The flex pseudo HTML

Example:

Flex

images/download/attachments/201673999/04-05-_2016_11-41-42-version-1-modificationdate-1747044003701-api-v2.png

Flex HTML

<TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Verdana" SIZE="10" COLOR="#000000" LETTERSPACING="0" KERNING="0"><B>Das ist ein Test</B></FONT></P></TEXTFORMAT>
<TEXTFORMAT LEADING="2"><LI><FONT FACE="Verdana" SIZE="10" COLOR="#000000" LETTERSPACING="0" KERNING="0">a</FONT></LI></TEXTFORMAT>
<TEXTFORMAT LEADING="2"><LI><FONT FACE="Verdana" SIZE="10" COLOR="#000000" LETTERSPACING="0" KERNING="0">b</FONT></LI></TEXTFORMAT>
<TEXTFORMAT LEADING="2"><LI><FONT FACE="Verdana" SIZE="10" COLOR="#000000" LETTERSPACING="0" KERNING="0">c</FONT></LI></TEXTFORMAT>
<TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Verdana" SIZE="10" COLOR="#FF0000" LETTERSPACING="0" KERNING="0">Warnung</FONT></P></TEXTFORMAT>

Browser

images/download/attachments/201673999/04-05-_2016_11-41-42-version-1-modificationdate-1747044003701-api-v2.png

<html>
 <head></head>
 <body>
  <p align="LEFT" style="margin:0;"><font face="Verdana" size="10" color="#000000" letterspacing="0" kerning="0" style="color:#000000;font-family:'Verdana';font-size:10px;"><b>Das ist ein Test</b></font></p>
  <ul style="margin:0;">
   <li style="color:#000000;font-family:'Verdana';font-size:10px;"><font face="Verdana" size="10" color="#000000" letterspacing="0" kerning="0" style="color:#000000;font-family:'Verdana';font-size:10px;">a</font></li>
   <li style="color:#000000;font-family:'Verdana';font-size:10px;"><font face="Verdana" size="10" color="#000000" letterspacing="0" kerning="0" style="color:#000000;font-family:'Verdana';font-size:10px;">b</font></li>
   <li style="color:#000000;font-family:'Verdana';font-size:10px;"><font face="Verdana" size="10" color="#000000" letterspacing="0" kerning="0" style="color:#000000;font-family:'Verdana';font-size:10px;">c</font></li>
  </ul>
  <p align="LEFT" style="margin:0;"><font face="Verdana" size="10" color="#FF0000" letterspacing="0" kerning="0" style="color:#FF0000;font-family:'Verdana';font-size:10px;">Warnung</font></p>
 </body>
</html>