Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

Keywords are case insensitive, but their values (such as the table or field name) are case sensitive. To find the correct case for your table, navigate to Setup > Tables, select your table, click Edit, and look for the Logical Table Name. To find the correct case for a field, edit its parent table, and then edit the field. Remember to use the field name, and not the label.

HTML
<style type="text/css">
@media print {
    /* workaround for wide tables: CONF-17424 */
    table.confluenceTable
    {
        width: 100%;
        table-layout: fixed;
    }
}
</style>
Code Block
titleSyntax
 &keyword1=value1&keyword2=value2...

...