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

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

There is a newer version: 2.0.1
Show newest version
// UPL template for publishing workflow categories
// 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-page caption:$m{workflow.wfcategory.publish.manage}
    components:$c{managePublishWorkflowPanel}

!ui-panel:managePublishWorkflowPanel layout:$d{!ui-vertical style:$s{width:100%;}}
    components:$c{publishCategoryPanel}

!ui-formpanel:publishCategoryPanel
    layout:$d{!ui-vertical style:$s{table-layout:fixed;width:100%;}}
    formSection:$d{!ui-section caption:$m{workflow.wfcategory.publish.section.basicdetails}
        components:$c{frmFileSelect frmActivate}}
    footerComponentList:$c{publishBtn doneBtn}

!ui-fileupload:frmFileSelect caption:$m{workflow.wfcategory.publish.configfile} binding:wfCategoryBin
    selectOnly:true required:true style:$s{width:380px;}
!ui-checkbox:frmActivate caption:$m{workflow.wfcategory.publish.activate} binding:activate
    
!ui-button:publishBtn caption:$m{button.publish} eventHandler:$d{!ui-event event:onclick action:$c{startPublishAct}}
!ui-button:doneBtn caption:$m{button.done} eventHandler:$d{!ui-event event:onclick action:$c{publishDoneAct}}

//Validations
!ui-validation:publishVal components:$c{frmFileSelect}

// Actions    
!ui-post:startPublishAct path:$n{/startWfPublishCategoryTask} components:$c{publishCategoryPanel}
     validations:$c{publishVal}
!ui-post:publishDoneAct path:$n{/closePage}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy