org.jbpm.designer.public.xslt.BPMN2XForms.xslt Maven / Gradle / Ivy
root
Aggregated User Interface
Hide Process Model
/
true
false
Gateway is a Split
Gateway is a Join
The process is finished.
No user interface has been specified for this activity.
Next Nodes:
Outgoing Sequence Flows:
Incoming Sequence Flows:
Finish
Next
css
xf|label,
xf|secret > xf|label,
xf|textarea > xf|label,
xf|output > xf|label,
xf|trigger > xf|label,
xf|submit > xf|label,
xf|select > xf|label,
xf|select1 > xf|label {
display: table-caption;
white-space: nowrap; /* avoids word wrapping of labels */
text-align: left;
font-weight: bold;
width: 100%;
}
xf|group {
display: table-cell;
line-height: 1em;
vertical-align: top;
margin: 5px; /* doesn't work; I guess, because of display: table-cell; */
padding: 5px;
border-collapse: collapse;
border: 1px dashed grey;
}
xf|group > xf|label {
display: table-caption;
font-weight: bold;
text-align: center;
background-color: #cccccc;
margin-bottom: 7px;
padding: 3px 0px 3px 0px;
width: 100%;
}
*:required {
background-color: yellow;
}
*:invalid {
background-color: pink;
}
]]>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy