powered by CADENAS

Manual

Manual

7.7.1.6.4.2.  HTML text attribute on face

HTML text attribute on face is shown in PARTdesigner immediately after creation, later then in PARTsolutions and PARTcommunity.

Example of HTML text attribute on face in PARTdesigner

Example of HTML text attribute on face in PARTdesigner

In order to create a text attribute at a face, enter the desired text into the field HTML text attribute on face.

More complex examples:

  • Image with absolute link:

    <img src=“$CADENAS_DATA/pics/mypic.jpg“>
  • Image with link to server plus depending on variable value (z.B. ARITKELNUMMER)

    <img src="http://someserver/getImage?ARTNR=$ARITKELNUMMER."> 

    In addition, the article number shall be entered below the image.

    <BR>$ARTIKELNUMMER.

    [Note] Note

    Encoding

    Program calculations automatically differentiate between link and text. Just to be safe that the processing is function perfectly, you can add the parameter encoding with respective value.

    • For links: encoding=percent

      Example:

      <img src="http://someserver/getImage?ARTNR=$ARITKELNUMMER(encoding=percent)."> 

    • For text: encoding=HTML

      Example:

      <BR>$ARTIKELNUMMER(encoding=HTML).