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
Platform
Platform
ODC
O11
Platforms
OutSystems.com
Personal Edition
Community
Resources
Support
Search in OutSystems
Log in
Get Started
Community
›
Forge
›
Assets list
›
Input With Popup
Input With Popup
Stable version
1.0.0
(Compatible with
OutSystems 11
)
Uploaded
on
2 Sep (7 hours ago)
by
0.0
(0 ratings)
Overview
Reviews
Versions
Documentation
Support
Input With Popup
Documentation
1.0.0
Draft
TextInputWithPopup
This block returns a text that combines the texts into a single string. (e.g. "Hello, world, Here, we, go")
This needs OnChange for event that returns the value changed in the Input.
IdentifierInputWithPopup
This block returns a text that combines the identifiers into a single string. (e.g. "2, 9, 2026")
This needs PopupGridProperty for input parameter that is properties of the Grid in the Popup.
This needs EntityNameOfIdentifier for input parameter that is a name of the entity to which the Grid data's identifier belongs. (e.g. "User" for {User}.[Id])
This needs OnChange for event that returns the value changed by selecting in the Grid.
SanitizeInputValue
This server action trims the value returned by above blocks. (e.g. " Hello, world ,Here, we , go " > "Hello,world,Here,we,go")
This needs InputValue for input parameter that is the value returned by above blocks.
Loading
Loading...