en:otml

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:otml [2023/03/17 17:49] – [Config Tags] promioen:otml [2025/07/22 11:03] (current) – old revision restored (2024/06/27 17:55) bk
Line 46: Line 46:
  
  
 +
 +==== Editable Title ====
 +
 +If you want the user to be able to edit the title of the mail, add the attribute ''editable="true"'' to your ''<title>'' tag. This has mostly only an effect if the E-Mail is opened in its stand-alone browser version.
 +
 +=== Example ===
 +
 +<code html>
 +<!DOCTYPE html>
 +<html>
 +  <head>
 +    <title editable="true">E-Mail Title</title>
 +  </head>
 +  <body>
 +    <div>
 +      <a href="http://system.promio-mail.com/view/" target="_blank">
 +        Please click here if you can't read this E-Mail.
 +      </a>
 +    </div>
 +  ...
 +</code>
  
  
Line 503: Line 524:
 ^ Attribute   ^ Required ^ Type    ^ Description                      ^ ^ Attribute   ^ Required ^ Type    ^ Description                      ^
 | name        | Yes      | string  | Unique name of the data source.  | | name        | Yes      | string  | Unique name of the data source.  |
-| refreshmode | Yes      | string  | Possible values: build / refresh |+| refreshmode | Yes      | string  | Possible values: build / delivery |
  
  
Line 510: Line 531:
 ^ Value   ^ Description                                      ^ ^ Value   ^ Description                                      ^
 | build   | Refresh data source on build of the e-mail.    |           | build   | Refresh data source on build of the e-mail.    |          
-refresh | Refresh data source before sending the campaign. |+delivery | Refresh data source before sending the campaign. |
  
  
Line 899: Line 920:
  
 The **default** CSS Inliner can only transform CSS for single, non-comma-separated selectors. The **default** CSS Inliner can only transform CSS for single, non-comma-separated selectors.
-The **ng** CSS Inliner does not underlie those restrictions and can inline CSS blocks with comma-separated selectors. +The **ng** ("next generation"CSS Inliner does not underlie those restrictions and can inline CSS blocks with comma-separated selectors. 
  
 == Examples for the default CSS Inliner == == Examples for the default CSS Inliner ==
en/otml.1679071772.txt.gz · Last modified: 2023/03/17 17:49 by promio