#button

How can I prevent modal close on outside click ?

Hello everyone,

I'm working on a widget modal container in a form. I want to prevent modal close on outside click. The modal will be closed only on the button click.

I have tried this way for auto-open modal with custom widget :

function PbAutoPopupCtrl($scope, modalService) {

'use strict';
var options = {
backdrop: 'static',
keyboard: false
};

Showing a Form on a button click

Hey Community,

I wanna know how to show a form when I click on a button , whether it's a process instantiating Form or a Task form!

I tried to follow the example in the documentation

creating two variables:

processDef : ( ../API/bpm/process?p=0&c=1&f=name=Vacation%20Request%20Pool )

urlToCall: ( ./bonita/portal/resource/process/Vacation%20Request%20Pool/1.0/content/?id={{processDef[0].id }})

How can i transfer data between two pages?

Hi,

i want to transfer some data between two pages and change page clicking a button; how can i do it?

Thanks in advance

Notifications