3 <component name="org.collectionspace.vocabulary.layouts.webapp">
5 <extension target="org.nuxeo.ecm.platform.forms.layout.WebLayoutManager"
8 <layout name="csvocabulary">
10 <template mode="any">/layouts/layout_default_template.xhtml</template>
13 <row><widget>displayName</widget></row>
14 <row><widget>vocabType</widget></row>
17 <widget name="displayName" type="text">
19 <label mode="any">Name</label>
21 <translated>true</translated>
23 <field schema="vocabularies_common">displayName</field>
25 <properties widgetMode="edit">
26 <property name="styleClass">dataInputText</property>
30 <widget name="vocabType" type="text">
32 <label mode="any">Type</label>
34 <translated>true</translated>
36 <field schema="vocabularies_common">vocabType</field>
38 <properties widgetMode="edit">
39 <property name="styleClass">dataInputText</property>
45 <extension target="org.nuxeo.ecm.platform.forms.layout.WebLayoutManager"
48 <layout name="vocabularyitem">
50 <template mode="any">/layouts/layout_default_template.xhtml</template>
53 <row><widget>displayName</widget></row>
54 <row><widget>inVocabulary</widget></row>
57 <widget name="displayName" type="text">
59 <label mode="any">Name</label>
61 <translated>true</translated>
63 <field schema="vocabularyitems_common">displayName</field>
65 <properties widgetMode="edit">
66 <property name="styleClass">dataInputText</property>
70 <widget name="inVocabulary" type="text">
72 <label mode="any">Vocab</label>
74 <translated>true</translated>
76 <field schema="vocabularyitems_common">inVocabulary</field>
78 <properties widgetMode="edit">
79 <property name="styleClass">dataInputText</property>