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
›
Client Side Text Utils O11
Client Side Text Utils O11
Stable version
1.0.0
(Compatible with
OutSystems 11
)
Uploaded
on
25 Mar (4 weeks ago)
by
3.0
(2 ratings)
Overview
Reviews
Versions
Documentation
Support
Client Side Text Utils O11
Reviews
Sort by:
Newest
Newest
Oldest
Highest rating
Lowest rating
5 star
1
1
Review |
1
Rating
4 star
0
0
Reviews |
0
Ratings
3 star
0
0
Reviews |
0
Ratings
2 star
0
0
Reviews |
0
Ratings
1 star
1
1
Review |
1
Rating
2
Ratings
3.0
2
Reviews
by
12 Apr (12 days ago)
in version 1.0.0
There is a bug in the ReplaceAll that could have been found by testing
Not sure the simplicity of the code requires the whole construct with a webblock and a script. That means for example that any client action deep down in your logic, would force all the screens where that call possibly originates from, to have the webblock. In turn meaning that the only easy and hassle free way to do this is to include the block in a layout, meaning loading that script all the time, even if not needed.
Answer from the owner
13 Apr (11 days ago)
in version 1.0.0
Hi Dorine,
Thank you for taking the time to review and validate the component. I truly appreciate your effort in identifying the issue. I will address and fix this in the next release.
Regarding the inclusion of the web block for loading the script, the intent was to ensure that the JavaScript remains cached in memory. Once loaded, the script benefits from OutSystems’ default long‑term caching behaviour, meaning it does not need to be reloaded on every call.
Additionally, the JavaScript contains internal logic for text sanitization that I wanted to centralize and reuse within the script itself, so that consumers of the component are not required to manage or maintain the JavaScript separately.
Kind regards,
Saugat
by
1 Apr (3 weeks ago)
in version 1.0.0
Nice client side utility. Would love to have for numeric data as well.
Loading
Loading...