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

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

There is a newer version: 2.0.1
Show newest version
// UPL template for workflow item attachments panel
// Copyright 2018-2019 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}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy