Skip to end of banner
Go to start of banner

Part 5 - Combining all the components into one

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Let's now integrate all the previous sections into one.

Source code

The following source code is shared using Confluence Storage Format, the XHTML-based format that Confluence uses to store the content of pages, page templates, blueprints, blog posts and comments.

For more information on how to use this source code on your Confluence, read the following article:

⚙️ Expand

Steps

  1. Write "Select the Account:", and add Part 1.

  2. Add a Deck of Cards macro 
    Set its id parameter to "myDeck".

  3. Within the Deck of Cards macro, add three Card macros.
    Set their labels to "Contacts", "Cases", and "Opportunities".

  4. In the "Contacts" Card macro, add a Section macro.

  5. Within the Section macro, add a Column macro.
    Set its Width parameter to "50%"

  6. Within the Column macro, add Part 2.

  7. In the "Cases" Card macro, add a Section macro.

  8. Within the Section macro, add a Column macro.
    Set its Width parameter to "50%"

  9. Within the Column macro, add Part 3.

  10. In the "Opportunities" Card  macro, add a Section macro.

  11. Within the Section macro, add a Column macro.
    Set its Width parameter to "50%"

  12. Within the Column macro, add Part 4.

Macro structure

⚙️ Expand

  • No labels