Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Emanuel Silva
2
Views
1
Comments
How to handle HTML forms and events
Question
Hi all,
There are several limitations of Outsystems that make us design our own HTML code and embbed it through the usage of inline expressions. That is a good way to overcome those limitations and has been working great for me.
But now i have another issue that you guys can probably help me: What if in my HTML i have forms and other controls that need event handling? How can i map an Outsystems action to those controls? What options do you guys recommend?
Thank you
Regards,
Emanuel Silva
Miguel Antunes
Emanuel Silva wrote
:
Hi all,
There are several limitations of Outsystems that make us design our own HTML code and embbed it through the usage of inline expressions. That is a good way to overcome those limitations and has been working great for me.
But now i have another issue that you guys can probably help me: What if in my HTML i have forms and other controls that need event handling? How can i map an Outsystems action to those controls? What options do you guys recommend?
Thank you
Regards,
Emanuel Silva
Hello Emanuel,
a quick reply to your questions, but take in consideration that probably are better ways to do it, is to listen the events with jQuery, and then on the event trigger you call the .click() action on an hidden link that is mapped to an action in Service Studio.
let us know if this helps you!
cheers,
Miguel
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...