Show TOC Start of Content Area

Background documentation IViewToggleOpen, IViewToggleClose  Locate the document in its SAP Library structure

Creates a link to hide or display the iView’s contents.

The link for hiding the contents is only displayed if the contents are currently displayed. The link for displaying the contents is only displayed if the contents are currently hidden.

Coordinating Tags

The tag must be nested in the following tag:

      containerWithTrayDesign 

Example

The following creates a container with a custom tray that displays the title of the iView at the top, and then a set of links for invoking built-in tray functions.

Note that only the Open or Close link will be created, and only one separator is written for both tags.

<lyt:containerWithTrayDesign id="column1">

    <TABLE border=1 cellspacing=10 cellpadding=10 style='WIDTH=100%;
    font-size:8.5pt;font-family:Tahoma;border-collapse:collapse;
    border:none;mso-border-alt: solid navy .75pt;mso-yfti-tbllook:480;
    mso-padding-alt:0in 5.4pt 0in 5.4pt;
    mso-border-insidev:.75pt solid navy'>

    <TR>

        <TD>

        <b><lyt:IViewTitle/></b><br>

        <lyt:IViewExpand>Open in New Window</lyt:IViewExpand>&nbsp;|&nbsp;

        <lyt:IViewRefresh>Refresh</lyt:IViewRefresh>&nbsp;|&nbsp;

        <lyt:IViewToggleOpen>Open</lyt:IViewToggleOpen> 

        <lyt:IViewToggleClose>Close</lyt:IViewToggleClose>&nbsp;|&nbsp;

        <lyt:IViewAbout>About</lyt:IViewAbout>&nbsp;|&nbsp;

        <lyt:IViewHelp>Help</lyt:IViewHelp>&nbsp;|&nbsp;

        <lyt:IViewRemove>Remove</lyt:IViewRemove>&nbsp;|&nbsp;

        <lyt:IViewPersonalize>Personalize</lyt:IViewPersonalize>

        <br>

        <lyt:IViewContent/>

         </TD>

    </TR>

    </TABLE>

</lyt:containerWithTrayDesign>

 

End of Content Area