HTML Extended: <phpdocx_structureddocumenttag> tag
- <a>
- <b>, <strong>
- <br>
- <caption>, <figcaption>
- <div>
- <dl>, <dt>, <dd>
- <h1>, <h2>, <h3>, <h4>, <h5>, <h6>
- <hr>
- <i>, <em>, <cite>, <var>
- <input>
- <img>
- <mark>
- <p>, <address>, <blockquote>
- <pre>
- <s>
- <select>, <option>
- <small>
- <span>
- <sub>
- <sup>
- <table>, <tr>, <td>, <th>
- <textarea>
- <u>, <ins>, <del>
- <ul>, <ol>, <li>
- <math>
- <meta>
- <phpdocx_bookmark>
- <phpdocx_break>
- <phpdocx_comment>
- <phpdocx_crossreference>
- <phpdocx_dateandhour>
- <phpdocx_endnote>
- <phpdocx_footer>
- <phpdocx_footnote>
- <phpdocx_formelement>
- <phpdocx_header>
- <phpdocx_heading>
- <phpdocx_image>
- <phpdocx_link>
- <phpdocx_mathequation>
- <phpdocx_mergefield>
- <phpdocx_modifypagelayout>
- <phpdocx_ole>
- <phpdocx_onlinevideo>
- <phpdocx_pagenumber>
- <phpdocx_section>
- <phpdocx_shape>
- <phpdocx_simplefield>
- <phpdocx_structureddocumenttag>
- <phpdocx_tablecontents>
- <phpdocx_tablefigures>
- <phpdocx_text>
- <phpdocx_textbox>
- <phpdocx_wordfragment>
- <phpdocx_wordml>
- <svg>
- <title>
<phpdocx_structureddocumenttag> tag
PREMIUM
TRIAL / ADVANCED
Inserts a structured document tag.
HTML Extended (Premium licenses)
Attribute | Description |
---|---|
data-type |
Possible values are:
|
data-alias | The label that will be shown in the structured document tag. |
data-calendar | Calendar type. Default type is gregorian. Possible values include: gregorian, hijri, hebrew, taiwan, japan, thai, korea, saka, gregorianXlitEnglish, gregorianXlitFrench. |
data-checked | Sets checkboxes as checked or unchecked. |
data-dateFormat | The default date format is M/d/yyyy. See addDateAndHour for available date formats. |
data-listItems | An array of arrays each one of them containing the text to show and value. |
data-local | ISO code. The default value is en-US. |
data-lock | Locking properties:
|
data-placeholderText | Text to be shown by default. |
data-tag | A programmatic tag. |
data-temporary | If true the structured tag is removed after editing. |
Other styles from phpdocx_text can also be used.