Skip to content

Workflow HorizontalPanel field

A horizontal layout that allows you to sort components inside.

Attribute Description Required
name Unique field identifier
Two fields can’t have the same name in the same task definition. The name must be unique.
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 workflow-form PUBLIC "-//OpenKM//DTD Workflow Form 1.0//EN"
"https://www.openkm.com/dtd/workflow-form-1.0.dtd">
<workflow-form>
<hpanel name="horizontal1" />
<input label="Input label" name="input1" /> </hpanel>
</workflow-form>