1. Case study Knowledge Base: Page for article readers

    Article: AN0001849Updated: 04.12.2018

    Search and display of articles is performed on a special screen assembled from several webparts. This screen enables:

    • Browse article categories and display lists of articles contained in them.
    • Search articles according to key words.
    • Display article detail.
    • Evaluate articles and display final article evaluations.

    When designing the screen we have to make clear the overall page layout which si defined by zones, into which particular webparts are than placed. This set up is performed in the page detail in the tap Scheme.

    For this page we need our own layout, that we will define in the tab Scheme in this way:

    <table style="width: 100%">
        <tr>
            <td>{{100:Header}}</td>
            <td style="width: 150px">{{101:Language}}</td>
        </tr>
    </table>
    <table style="width: 100%">
        <tr>
            <td style="width: 280px">{{1:Left}}</td>
            <td>{{0:Content}}</td>
        </tr>
    </table>

    The page is than divided into four zones of various size and placement. We can than insert webparts into these zones. After inserting and configuring webparts the page looks in the Design mode like this:

    The page looks at the normal display like this (after looking up a text and displaying only one found record):

×