This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:otml [2023/03/17 17:47] – [Automatic transformation from CSS to inline CSS] promio | en: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 '' | ||
+ | |||
+ | === Example === | ||
+ | |||
+ | <code html> | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | <title editable=" | ||
+ | </ | ||
+ | < | ||
+ | <div> | ||
+ | <a href=" | ||
+ | Please click here if you can't read this E-Mail. | ||
+ | </a> | ||
+ | </ | ||
+ | ... | ||
+ | </ | ||
Line 503: | Line 524: | ||
^ Attribute | ^ Attribute | ||
| name | Yes | string | | name | Yes | string | ||
- | | refreshmode | Yes | string | + | | refreshmode | Yes | string |
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 | + | | delivery |
Line 875: | Line 896: | ||
^ Attribute | ^ Attribute | ||
| cssinline | | cssinline | ||
- | | cssinlinetype | string | + | | cssinlinetype | string |
| storage | | storage | ||
| ignoreerror | | ignoreerror | ||
Line 894: | Line 915: | ||
^ Value ^ Description | ^ Value ^ Description | ||
- | | legacy | + | | default |
- | | ng | Use the new CSS inliner. | + | | ng | Use the new, improved |
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** |
== Examples for the default CSS Inliner == | == Examples for the default CSS Inliner == |