All Downloads are FREE. Search and download functionalities are using the official Maven repository.

web.workflow.upl.wfitempanel.upl Maven / Gradle / Ivy

There is a newer version: 2.0.1
Show newest version
// UPL template for workflow item panel
// Copyright 2018-2020 The Code Department.
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
!ui-wfitempanel style:$s{height:100%;}
    layout:$d{!ui-vertical style:$s{width:100%;height:100%;} heights:$l{none 100%}}
    components:$c{wfItemLabel wfItemMainPanel}

!ui-label:wfItemLabel styleClass:$e{jk-wfitemlabel} binding:title
!ui-panel:wfItemMainPanel style:$s{height:100%;}
    layout:$d{!ui-horizontal style:$s{width:100%;height:100%;}  widths:$l{none 148px} heights:$l{100% none}}
    components:$c{wfItemContentPanel actionPanel}
    
!ui-panel:wfItemContentPanel style:$s{height:100%;}
	layout:$d{!ui-vertical style:$s{table-layout:fixed;width:100%;height:100%;} heights:$l{100%}}
    components:$c{dynamicPanel}
!ui-dynamicpanel:dynamicPanel panelNameBinding:docViewer panelValueBinding:pd

!ui-panel:actionPanel layout:$d{!ui-vertical style:$s{margin:0 auto; text-align:center;}} style:$s{width:100%;}
    components:$f{actionPanels}

// Validations
!ui-validation:validateDynamicPanel components:$c{dynamicPanel}
    




© 2015 - 2024 Weber Informatics LLC | Privacy Policy