These are HTML tags and attributes which can be used in the Description field of the Data Item settings. If they are not listed here they will cause an error in the Workflow App settings editor.
Available HTML tags and attributes
*The attributes of id, class, and style are available in the following list of HTML tags.
*To avoid conflicts with what is used in Questetra, define the name of your own global functions/variables starting with "user_".
Type | HTML tags | Attributes |
---|---|---|
Style | <style> | type |
Segment | <div>, <span>, <h1>, <h2>, <h3>, <h4>, <h5>, <h6> | - |
Text | <blockquote>, <q> | cite (The values which start with http and https can be specified in the cite attribute) |
<p>, <br>, <em>, <strong>,<cite>, <sub>, <sup>, <pre>, <code> | - | |
Physical Style | <b>, <i>, <small>, <strike>, <u> | - |
Hyperlink | <a> | href, title, target, rel (The values which start with ftp, http, https, mailto, and # can be specified in the href attribute) |
List | <ul> | type |
<ol> | start, type | |
<dl>, <dt>, <dd>, <li> | - | |
Table | <table> | summary, width |
<col>, <colgroup> | span, width | |
<td> | abbr, axis, colspan, rowspan, width | |
<th> | abbr, axis, colspan, rowspan, scope, width | |
<caption>, <thead>, <tfoot>, <tbody>, <tr> | - | |
Image/Movie/Object | <img> | align, alt, height, src, title, width (The values which start with http , https and data can be specified in the src attribute) |
<video> *Ver. 14.0 - |
controls, height, src, width | |
<button> |
type, onclick (The value of button can be specified in the type attribute) |
|
Script | <script> |
type, src |
Comments
0 comments
Article is closed for comments.