Show TOC

Background documentationIViewFamily Locate this document in the navigation 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

Syntax Syntax

  1. <lyt:containerWithTrayDesign id="column1">
        <div style="background-color:<lyt:IViewTrayColor/>">
            <lyt:IViewToggleOpen>
                <lyt:IViewFamily/> - <lyt:IViewTitle/>
            </lyt:IViewToggleOpen>
            <lyt:IViewToggleClose>
                <lyt:IViewFamily/>
            </lyt:IViewToggleClose>
            <lyt:IViewExpand>
                <img src="<%=expand%>">
            </lyt:IViewExpand>
        </div>
        <lyt:IViewContent/>
    </lyt:containerWithTrayDesign>
    
End of the code.

More Information

IViewTrayColor