Skip to Content (Press Enter)
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Home
Jobs
Ideas
Members
Mentorship
User Groups
Downloads
Platforms
OutSystems.com
My Platform
Community
Resources
Support
Search in OutSystems
Log in
Sign Up
Community
›
Forge
›
Assets list
Give us feedback
Forge
Forge is a repository of reusable, open code modules, connectors, UI components, and business solutions to help speed up your OutSystems apps delivery time.
Check our FAQs for more information.
Not finding the asset you need?
7653
Available
assets
+65
In the last
30 days
372
Downloads in
the last 7 days
Back to list
Type
All
Mobile
Reactive
Service
Traditional web
Business solution
Curation
Curation
See curation FAQs
>
Trusted
Validated and supported by the community experts, these projects follow best practices for security, documentation, and code quality.
OutSystems supported
Developed, maintained and supported by OutSystems under the terms of a customer's subscription.
Trusted
OutSystems supported
CATEGORY
Categories
See all FAQs
>
Apps
Fully working apps for different use cases that you can start using immediately or customize to fit your needs.
Demos & samples
Guides and examples that demonstrate how specific tasks, capabilities, or components work.
Development tools
Components, frameworks, and libraries that support the developer in the app lifecycle management and CI/CD processes.
Device capabilities
Plugins that extend the features of your apps by allowing access to the capabilities of mobile devices.
Functional libraries & utilities
Programming functions and utilities to develop and extend the end-user functionalities in your apps.
Integrations
Connections with systems external to OutSystems that enable additional functionalities on your apps.
User interface
Themes, layouts, patterns, and widgets that allow you to build great-looking apps in no time.
Notify
PLATFORM
OutSystems 11
OutSystems Developer Cloud
OTHER
Try now included
My activity
Downloaded
Following
My assets
Sort by:
Most Popular
Most Popular
Latest submitted
Rating
A-Z
Most relevant
Filters
22
results
for
"modal"
Clear filters
Bootstrap Modal MessageBox
The Bootstrap Modal MessageBox is a dialog box/popup window that is displayed on top of the current page, based on Bootstrap JS Modal and Bootstrap modals made easy (http://bootboxjs.com/). Contains a simple alert dialog with or without an ok button, and also a confirm dialog with a cancel and a confirm button.
5
667
Bootstrap Modal MessageBox
by
Miguel Oliveira
The Bootstrap Modal MessageBox is a dialog box/popup window that is displayed on top of the current page, based on Bootstrap JS Modal and Bootstrap modals made easy (http://bootboxjs.com/). Contains a simple alert dialog with or without an ok button, and also a confirm dialog with a cancel and a confirm button.
Latest version
1.4.0
Latest release
19 Sep 2017
Compatible with
OutSystems 11, 10 and older
Simple Modal Popup
Simple Modal popup.
3
271
Simple Modal Popup
by
rahul bajracharya
Simple Modal popup.
Latest version
1.0.0
Latest release
5 Apr 2018
Compatible with
OutSystems 11 and 10
CustomBox Modal Effects
CustomBox modal effects brings your modals to life. This widget has multiple transitions that can be applied to your modals to add smooth animations to your page.
Component wraps the following: http://dixso.github.io/custombox/
5
236
CustomBox Modal Effects
by
Justin Babel
CustomBox modal effects brings your modals to life. This widget has multiple transitions that can be applied to your modals to add smooth animations to your page.
Component wraps the following: http://dixso.github.io/custombox/
Latest version
1.2.1
Latest release
9 Oct 2018
Compatible with
OutSystems 11, 10 and older
WinBox.js Modal (Reactive)
Reactive version of WinBox provides ability to create multiple popup/modals and still have option to minimize and work on background.
2
77
WinBox.js Modal (Reactive)
by
Prasad Rao
Reactive version of WinBox provides ability to create multiple popup/modals and still have option to minimize and work on background.
Latest version
1.0.1
Latest release
20 Aug 2021
Compatible with
OutSystems 11
Lightbox (Modal Image Gallery Slider)
Lightbox (Modal Image Gallery) is an image gallery slider built on pure JavaScript
0
61
Lightbox (Modal Image Gallery Slider)
by
Sherif Diab
Lightbox (Modal Image Gallery) is an image gallery slider built on pure JavaScript
Latest version
1.0.0
Latest release
8 Jul 2021
Compatible with
OutSystems 11
Gallery
image
lightbox
lightbox gallery
Easy Custom Modal
A modal dialog to ask questions or show information!
1
56
Easy Custom Modal
by
Samir Plack
A modal dialog to ask questions or show information!
Latest version
1.0.0
Latest release
29 Jun 2020
Compatible with
OutSystems 11
Show File Modal Sample
Display binary data in modal
This application aims to demonstrate how we can use Modal and Iframe resources to display images or view PDF files (limit 1MB) in a simple and objective way.
because using iframe URL, the file limit can be up to 2 MB, depending on the browser, as explained in the link:
https://stackoverflow.com/questions/695151/data-protocol-url-size-limitations
1
36
Show File Modal Sample
by
Galter
Display binary data in modal
This application aims to demonstrate how we can use Modal and Iframe resources to display images or view PDF files (limit 1MB) in a simple and objective way.
because using iframe URL, the file limit can be up to 2 MB, depending on the browser, as explained in the link:
https://stackoverflow.com/questions/695151/data-protocol-url-size-limitations
Latest version
1.0.0
Latest release
25 Feb 2021
Compatible with
OutSystems 11
Binary File
binary image
Files
Image Preview
PDF
pdf preview
WinBox.js Modal (Traditional)
WinBox provides ability to create multiple popup/modals and still have option to minimize and work on background.
0
7
WinBox.js Modal (Traditional)
by
Prasad Rao
WinBox provides ability to create multiple popup/modals and still have option to minimize and work on background.
Latest version
1.0.0
Latest release
17 May 2021
Compatible with
OutSystems 11
Progress Modal
Interactive web component tracking process progress, visually displaying status updates with sleek design, enhancing user experience seamlessly and informatively. This only works for AJAX action calls
0
4
Progress Modal
by
Ricardo Costa
Interactive web component tracking process progress, visually displaying status updates with sleek design, enhancing user experience seamlessly and informatively. This only works for AJAX action calls
Latest version
1.0.0
Latest release
30 Nov 2023
Compatible with
OutSystems 11
Modal pop up
Progress
progress bar
SweetAlert
A beautiful replacement for JavaScript's confirm message! It will replace the ugly confirmation message with a beautiful customizable and fully functional modal.
17
1282
SweetAlert
by
André Gonçalves
A beautiful replacement for JavaScript's confirm message! It will replace the ugly confirmation message with a beautiful customizable and fully functional modal.
Latest version
1.0.5
Latest release
12 May 2021
Compatible with
OutSystems 11
myModal
myModal is a customizable responsive modal.
10
590
myModal
by
C M
myModal is a customizable responsive modal.
Latest version
2.3.4
Latest release
15 Feb 2019
Compatible with
OutSystems 11 and 10
File Opener
This plugin will open a file on your device's file system with either its default application, or through selection with the device's modal. (Credits to the people who did this plugin: https://github.com/pwlin/cordova-plugin-file-opener2)
0
141
File Opener
by
Mangini
This plugin will open a file on your device's file system with either its default application, or through selection with the device's modal. (Credits to the people who did this plugin: https://github.com/pwlin/cordova-plugin-file-opener2)
Latest version
1.0.1
Latest release
30 Jan 2019
Compatible with
OutSystems 11 and 10
Hi Popup Structure
Component used to display a popup having a title, a secondary content (like for example, a checkbox) and an actions area at the bottom.
1
95
Hi Popup Structure
by
Hi Interactive
Component used to display a popup having a title, a secondary content (like for example, a checkbox) and an actions area at the bottom.
Latest version
1.0.0
Latest release
21 Dec 2020
Compatible with
OutSystems 11
component
content
hi
hi interactive
modal
popup
scroll
Chat Pool
With the chat pool, you will have session chats with inactivity timers to wait for a response from an "user agent".
It has 2 modes, one of which does not store anything in the OutSystems database, it depends a lot on Google Firebase to send and receive messages.
The other modality stores messages in the database and uses Firebase only to warn the user about new messages.
2
67
Chat Pool
by
Raphael Ranieri
With the chat pool, you will have session chats with inactivity timers to wait for a response from an "user agent".
It has 2 modes, one of which does not store anything in the OutSystems database, it depends a lot on Google Firebase to send and receive messages.
The other modality stores messages in the database and uses Firebase only to warn the user about new messages.
Latest version
1.0.1
Latest release
9 Mar 2021
Compatible with
OutSystems 11
Toast Notification
Toast notifications are modal-like elements that display information to a user, often in the form of buttons or another call to action. The messages displayed tend to be brief and are sometimes removed via user action or set to auto-expire. Most importantly, toast notifications do not interfere with the user’s interaction with your app, whether they are using a desktop or mobile device.
0
55
Toast Notification
by
Leonardo Pires
Toast notifications are modal-like elements that display information to a user, often in the form of buttons or another call to action. The messages displayed tend to be brief and are sometimes removed via user action or set to auto-expire. Most importantly, toast notifications do not interfere with the user’s interaction with your app, whether they are using a desktop or mobile device.
Latest version
1.0.0
Latest release
3 Jun 2022
Compatible with
OutSystems 11
MessageBox
Notifications
ToastNotifications
IziModal
jQueryIZIMODAL v1.6.0 Elegant, responsive, flexible and lightweight modal plugin with jQuery. Allows you to customize everything since the header color, icon, overflow color, border color...
1
51
IziModal
by
Bruno Machado
jQueryIZIMODAL v1.6.0 Elegant, responsive, flexible and lightweight modal plugin with jQuery. Allows you to customize everything since the header color, icon, overflow color, border color...
Latest version
1.0.2
Latest release
8 May 2019
Compatible with
OutSystems 11
Client Awaitable Popups
Block to show a dialog inside client action and wait for a user response.
1
36
Client Awaitable Popups
by
Andrea Lembo
Block to show a dialog inside client action and wait for a user response.
Latest version
1.2.1
Latest release
7 Nov 2022
Compatible with
OutSystems 11
alert
await
confirm
Dialog
feedback
loader
modal
popup
JSPanel
The JsPanel library module provides widgets and APIs to create highly configurable floating panels, modals, tooltips, hints/notifiers/alerts, or context menus for the web applications.
The module is based on the javascript library "https://jspanel.de/".
0
34
JSPanel
by
Arun Kumar
The JsPanel library module provides widgets and APIs to create highly configurable floating panels, modals, tooltips, hints/notifiers/alerts, or context menus for the web applications.
The module is based on the javascript library "https://jspanel.de/".
Latest version
1.0.2
Latest release
14 Sep 2021
Compatible with
OutSystems 11
floating windows
MDI
panels
Mobile Preview Widget
Fancy mobile preview widget and a modal trigger.
Done by: Agap2 Team
Library Source: http://papermashup.com
3
23
Mobile Preview Widget
by
Ruben Bonito
Fancy mobile preview widget and a modal trigger.
Done by: Agap2 Team
Library Source: http://papermashup.com
Latest version
1.0.2
Latest release
19 Oct 2018
Compatible with
OutSystems 11 and 10
KYC App
The KYC App is the application built with the functionalities of an KYC Application in which it is integrated with the Live Image Capturing and the Document Processing with the Docusign with the various Approval Flows. Storing Binary Data and Meta data of the Signed document.
1
7
KYC App
by
Sathishkumar Ramkumar
The KYC App is the application built with the functionalities of an KYC Application in which it is integrated with the Live Image Capturing and the Document Processing with the Docusign with the various Approval Flows. Storing Binary Data and Meta data of the Signed document.
Latest version
1.0.1
Latest release
10 Mar 2025
Compatible with
OutSystems 11
#docusign
#KYC
#liveimage
#modalKYC
SweetAlert
A beautiful replacement for JavaScript's confirm message! It will replace the ugly confirmation message with a beautiful customizable and fully functional modal.
ODC
SweetAlert
by Finbridge Global Ltd
A beautiful replacement for JavaScript's confirm message! It will replace the ugly confirmation message with a beautiful customizable and fully functional modal.
Latest version
0.1.0
Latest release
28 Sep 2023
Compatible with
OutSystems Developer Cloud
To use this asset, please access the Forge on the ODC Portal.
Loading
Loading...