#modal

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
};

Submit a form in a modal

Hi
I'm using Bonita Community Edition, Version : 7.8.4.
I want to add modal after submitting form. Usually I'm using jQuery but in UI Desinger I cant use jQuery function. ($ in jquery causes an error)
Is there any simple way for adding modal to submit button? (using jQuery or Angular)

Notifications