.content.xml
3.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?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-deviceproperties-dialog"
jcr:mixinTypes="[granite:InternalArea]"
jcr:primaryType="nt:unstructured"
jcr:title="Device Properties"
sling:resourceType="granite/ui/components/coral/foundation/dialog">
<items jcr:primaryType="nt:unstructured">
<form
granite:id="screens-dcc-actions-deviceproperties-dialog"
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form"
action="${requestPathInfo.suffix}/profile_screens"
dataPath="${requestPathInfo.suffix}/profile_screens"
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"/>
<title
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/textfield"
fieldLabel="Title"
name="./jcr:title"/>
<manualConfigUpdate
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/radiogroup"
fieldLabel="Config Update"
name="./manualConfigUpdate"
vertical="{Boolean}false">
<items jcr:primaryType="nt:unstructured">
<automatic
jcr:primaryType="nt:unstructured"
checked="{Boolean}true"
text="Automatic"
value="{Boolean}false"/>
<manual
jcr:primaryType="nt:unstructured"
text="Manual"
value="{Boolean}true"/>
</items>
</manualConfigUpdate>
</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-deviceproperties-dialog-submit"
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/button"
formId="screens-dcc-actions-deviceproperties-dialog"
text="Save"
type="submit"
variant="primary"/>
</footer>
</jcr:root>