Ir al contenido
Otras versiones

Cargando…

Metadata HorizontalPanel field

Esta página aún no está disponible en tu idioma.

Horizontal layout that allows you to sort components inside.

Attribute Description Required
name Unique field identifier
Two metadata fields can’t have the same name. Name must be unique.
The name must start with “okp:”.
It’s good practice to use a metadata group name as the basis for the metadata field name. For example, if “okg:consulting” has been used for the group name, use the field name “okp:consulting.separator” by changing “okg” to “okp”. That helps to identify 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 the KCenter UI, you must use width values based on %, 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.10//EN"
"http://www.openkm.com/dtd/property-groups-3.10.dtd">
<property-groups>
<property-group label="Consulting" name="okg:consulting">
<hpanel name="okp:consulting.horizontal1">
<input label="Input label" name="okp:consulting.input1" /> <input label="Input label" name="okp:consulting.input2" /> </hpanel>
</property-group>
</property-groups>