TreeINFO-For-M365 documentation
    Preparing search index...

    Interface UserLayout

    interface UserLayout {
        BottomButtons?: boolean;
        DocumentPreview?: boolean;
        EditFormButton?: boolean;
    }
    Index

    Properties

    BottomButtons?: boolean

    Shown form buttons at the top as well as the bottom. This option is great for forms with a lot of fields.

    DocumentPreview?: boolean
    EditFormButton?: boolean

    if this property is specified - the form gets displaMode="FormView" and the user can than switch to displayMode=FormEdit by clicking this button

    it gets shown only if displayMode=FormView