User assistance for content authors |
---|
You use HTML to format the layout of a navigator.
The following tables contain some examples of the ways you can format the look of a navigator.
This example shows the basic structure of the element design that is used by a navigator.
Design | Details | Design |
---|---|---|
Navigator result design 1 | A <b> tag is added to display the text in the first level of the navigator in bold. |
|
Navigator result design 2 | The second design is repeated for every link that is returned by the parameters that are defined in the navigator element after the first level. |
|
In this example, a URLCmpnt tag is used to create a link instead of a placeholder to specify the name of the portal page links generated by the navigator:
Design field | Design code |
---|---|
Header |
|
Navigator result design 1 |
|
Navigator result design 2 |
|
Footer |
|
Design | Details | Design |
---|---|---|
Header 1 | The header is used to open new <ul> and <li> tags at each level in the navigator. |
|
Navigator result design 1 | The placeholder tag is used to render the name and link of each item in the navigator. |
|
Separator 1 | The separator field closes and open the <li> tag for each item that is displayed in the navigator. |
|
Footer 1 | The footer is used to close <ul> and <li> tags at each level in the navigator. |
|
Navigator result design 2 | In this example, you do not need to add any markup to the Navigator result design 2. The markup that is entered in Navigator result design 1 is automatically used for the other levels of the navigator. |