.content.xml 3.26 KB
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:granite="http://www.adobe.com/jcr/granite/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
    granite:rel="screens-dcc-actions-assignschedule-dialog"
    jcr:mixinTypes="[granite:InternalArea]"
    jcr:primaryType="nt:unstructured"
    jcr:title="Schedule Assignment"
    sling:resourceType="granite/ui/components/coral/foundation/dialog">
    <items jcr:primaryType="nt:unstructured">
        <form
            granite:id="screens-dcc-actions-assignschedule-form"
            jcr:primaryType="nt:unstructured"
            sling:resourceType="granite/ui/components/coral/foundation/form"
            action="${empty requestPathInfo.suffix ? param.item : requestPathInfo.suffix}${param.appendTo}"
            dataPath="${requestPathInfo.suffix}"
            method="post"
            style="vertical">
            <successresponse
                jcr:primaryType="nt:unstructured"
                sling:resourceType="granite/ui/components/coral/foundation/form/responses/reload"/>
            <items jcr:primaryType="nt:unstructured">
                <charset
                    jcr:primaryType="nt:unstructured"
                    sling:resourceType="granite/ui/components/coral/foundation/form/hidden"
                    ignoreData="{Boolean}true"
                    name="_charset_"
                    value="utf-8"/>
                <name
                    jcr:primaryType="nt:unstructured"
                    sling:resourceType="granite/ui/components/coral/foundation/form/hidden"
                    name=":nameHint"
                    value="assignment"/>
                <assignment-type
                    jcr:primaryType="nt:unstructured"
                    sling:resourceType="granite/ui/components/coral/foundation/form/hidden"
                    name="./sling:resourceType"
                    value="screens/core/components/scheduleassignment/absolute"/>
                <schedule-path
                    jcr:primaryType="nt:unstructured"
                    sling:resourceType="granite/ui/components/coral/foundation/form/pathbrowser"
                    fieldLabel="Schedule Path"
                    name="./path"
                    pickerTitle="Select Path"
                    required="{Boolean}true"
                    rootPath="/content/screens"/>
            </items>
        </form>
    </items>
    <footer jcr:primaryType="nt:unstructured">
        <cancel
            jcr:primaryType="nt:unstructured"
            sling:resourceType="granite/ui/components/coral/foundation/button"
            text="Cancel">
            <parentConfig
                jcr:primaryType="nt:unstructured"
                close="{Boolean}true"/>
        </cancel>
        <save
            granite:rel="screens-dcc-actions-assignschedule-dialog-submit"
            jcr:primaryType="nt:unstructured"
            sling:resourceType="granite/ui/components/coral/foundation/button"
            formId="screens-dcc-actions-assignschedule-form"
            text="Save"
            type="submit"
            variant="primary">
            <parentConfig
                jcr:primaryType="nt:unstructured"
                close="{Boolean}false"/>
        </save>
    </footer>
</jcr:root>