Skip to content

Metadata VerticalPanel field

A vertical layout that allows you to sort components inside.

Attribute Description Required
name Unique field identifier
Two metadata fields cannot have the same name. The name must be unique.
The name must start with “okp:.”
Using a metadata group name as a basis for a metadata field name is a good practice. For example, use “okg:consulting” as the basis for the field name “okp:consulting.vpanel1”, changing “okg” to “okp”. That helps to find the metadata group based on the metadata field name.
Please use only letters, numbers, and underscores: “0-9a-zA-Z_”.
true
width The width of the HTML element.
In the case of KCenter, the UI must use width values based on percentages; for example:
- width=“50%” will work
- width=“100px” will be ignored in the KCenter UI.
false
height The height of the HTML element. false
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE property-groups PUBLIC "-//OpenKM//DTD Property Groups 3.15//EN"
"http://www.openkm.com/dtd/property-groups-3.15.dtd">
<property-groups>
<property-group label="Consulting" name="okg:consulting">
<vpanel name="okp:consulting.vertical1">
<input label="Input label" name="okp:consulting.input1" /> </vpanel>
</property-group>
</property-groups>