web.workflow.upl.wfitemattachmentspanel.upl Maven / Gradle / Ivy
// UPL template for workflow item attachments panel
// Copyright 2018-2020 The Code Department.
!ui-wfitemattachmentspanel
dialogCaption:$m{common.workflow.attachments}
dialogBodyComponents:$c{attachmentsPanel}
dialogActionComponents:$c{closeBtn}
// Attachments panel
!ui-panel:attachmentsPanel styleClass:$e{abody} style:$g{attachmentsBodyStyle} components:$c{frmAttachmentList}
!ui-fileattachment:frmAttachmentList binding:$g{attachmentsInfoBinding}
handler:$j{com.tcdng.jacklyn.workflow.constants.WorkflowModuleNameConstants.DEFAULTWORKFLOWITEMATTACHMENTHANDLER}
// Action components
!ui-button:closeBtn styleClass:$e{ui-button-alert} caption:$m{button.close}
eventHandler:$d{!ui-event event:onclick action:$c{closeDialogAct}}