메뉴 건너뛰기

SAP 한국 커뮤니티

Ch23 01-2번 CertiForm.fragment.xml

감자깡 2025.09.24 10:11 조회 수 : 2

<c:FragmentDefinition

    xmlns="sap.m"

    xmlns:c="sap.ui.core"

    xmlns:smartForm="sap.ui.comp.smartform"

    xmlns:smartField="sap.ui.comp.smartfield">

 

    <smartForm:SmartForm

        id="SF2"

        editTogglable="false"

        editToggled="onEditToggled"

        editable="false">

        <smartForm:Group>

            <smartForm:GroupElement>

                <smartField:SmartField value="{Certid}" />

            </smartForm:GroupElement>

        </smartForm:Group>

        <smartForm:Group>

            <smartForm:GroupElement>

                <smartField:SmartField value="{Certname}" />

            </smartForm:GroupElement>

        </smartForm:Group>

        <smartForm:Group>

            <smartForm:GroupElement>

                <smartField:SmartField value="{Company}" />

            </smartForm:GroupElement>

        </smartForm:Group>

    </smartForm:SmartForm>

</c:FragmentDefinition>