Ir al contenido
Otras versiones

Cargando…

Params Text field

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

Print a text that can contain HTML tags.

Attribute Description Required
label The text shown as label in user interface. true
name Unique field identifier
Two fields can’t have the same name in the same task definion. Name must be unique.
true
width The width of the HTML element. false
height The height of the HTML element. false
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE report-parameters PUBLIC "-//OpenKM//DTD Report Parameters 2.1//EN"
"http://www.openkm.com/dtd/report-parameters-2.1.dtd">
<report-parameters>
<text label="text label" name="consulting_text" width="200px" />
</report-parameters>