-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdialog.xml
More file actions
70 lines (68 loc) · 4.12 KB
/
dialog.xml
File metadata and controls
70 lines (68 loc) · 4.12 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
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0"
xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
jcr:primaryType="nt:unstructured"
jcr:title=""
extraClientlibs="[dialog.checkbox]"
sling:resourceType="cq/gui/components/authoring/dialog" >
<content
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/tabs">
<items jcr:primaryType="nt:unstructured">
<panel
jcr:primaryType="nt:unstructured"
jcr:title=""
sling:resourceType="granite/ui/components/coral/foundation/fixedcolumns">
<items jcr:primaryType="nt:unstructured">
<column
jcr:primaryType="nt:unstructured"
class="cq-dialog-showhide"
cq-dialog-showhide-target=".container-option-enable-target"
sling:resourceType="granite/ui/components/foundation/container">
<items jcr:primaryType="nt:unstructured">
<actionSelectContainer
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/foundation/container"
class="dialog-action-select-box">
<items jcr:primaryType="nt:unstructured">
<content-type
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/select"
fieldDescription="Type of content to be displayed."
fieldLabel="Content Type"
name="./content-type"
value="offsite">
<items jcr:primaryType="nt:unstructured">
<offsite
jcr:primaryType="nt:unstructured"
text="Offsite"
value="offsite"/>
<onsite
jcr:primaryType="nt:unstructured"
text="Onsite"
value="onsite"/>
</items>
</content-type>
</items>
</actionSelectContainer>
<defalutShowContainer
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/foundation/container"
class="hidden container-option-enable-target container-option-enable-target-offsite">
<items jcr:primaryType="nt:unstructured">
</items>
</defalutShowContainer>
<defalutHideContainer
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/foundation/container"
class="hidden container-option-enable-target container-option-enable-target-onsite">
<items jcr:primaryType="nt:unstructured">
</items>
</defalutHideContainer>
</items>
</column>
</items>
</panel>
</items>
</content>
</jcr:root>