Show TOC Start of Content Area

Background documentation IViewFamily  Locate the document in its SAP Library structure

Displays the value of the iView’s Family attribute.

The Family attribute is generally used to indicate the type of content contained in the iView, such as Human Resources or Sales, and to assign a color to the iView tray via the iViewTrayColor tag.

Coordinating Tags

The tag must be nested in the following tag:

     containerWithTrayDesign

Example

<lyt:template>

    <lyt:containerWithTrayDesign id="column1">

        <div style="HeaderBox">

            <table><tr><td bgcolor=<lyt:IViewTrayColor/>>

                <lyt:IViewToggleOpen><lyt:IViewFamily/> -

                <lyt:IViewTitle/></lyt:IViewToggleOpen>

                <lyt:IViewToggleClose><lyt:IViewFamily/>

                </lyt:IViewToggleClose>&nbsp;&nbsp;<lyt:IViewExpand>

                <img src="<%=expand%>"></lyt:IViewExpand>

            </td></tr></table>

        </div>

        <lyt:IViewContent/>

    </lyt:containerWithTrayDesign>

</lyt:template>

See Also

     iViewTrayColor

 

End of Content Area