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

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

There is a newer version: 2.0.1
Show newest version
// UPL template for workflow alert definition CRUD panel
// Copyright 2018-2019 The Code Department.
!ui-wfalertcrudpanel
    formSection:$d{!ui-section components:$c{frmWfStepName frmName frmDescription frmType frmMessage}}
    tableColumnList:$c{wfStepName name description typeDesc}

//Table columns
!ui-label:wfStepName caption:$m{workflow.wftemplate.wfstep.wfalert.step} binding:wfStepName columnStyle:$s{width:120px;} sortable:true
!ui-label:name caption:$m{workflow.wftemplate.wfstep.wfalert.name} binding:name columnStyle:$s{width:120px;} sortable:true
!ui-label:description caption:$m{workflow.wftemplate.wfstep.wfalert.description} binding:description columnStyle:$s{width:200px;} sortable:true
!ui-label:typeDesc caption:$m{workflow.wftemplate.wfstep.wfalert.type} binding:typeDesc columnStyle:$s{width:120px;} sortable:true

//Form components
!ui-text:frmWfStepName caption:$m{workflow.wftemplate.wfstep.wfalert.step} binding:wfStepName size:32 required:true
!ui-text:frmName caption:$m{workflow.wftemplate.wfstep.wfalert.name} binding:name size:32 required:true
!ui-text:frmDescription caption:$m{workflow.wftemplate.wfstep.wfalert.description} binding:description size:40 required:true
!ui-select:frmType caption:$m{workflow.wftemplate.wfstep.wfalert.type} binding:type required:true
    list:notificationtypelist blankOption:$s{}
!ui-text:frmMessage caption:$m{workflow.wftemplate.wfstep.wfalert.message} size:32 binding:notificationTemplateCode required:true
    




© 2015 - 2024 Weber Informatics LLC | Privacy Policy