I have requirement,i need to load content from external url,but this url loads javascript code.
how can i change javascript code to web content.
I have requirement,i need to load content from external url,but this url loads javascript code.
how can i change javascript code to web content.
Hi,
I can't find the exercise you are talking about. can you post the link here?
Regards,
Marcelo
Hi m9679. I will release an updated version within a week. I'm sorry about the problems you are facing.
A possible workaround would be to use the web block events that was released with version 11, although I am aware that it doesn't cover all of the use cases of the Event System.
Hi Al,
Just downloaded the exercise and the movie entity has that field. You can check it here:
Regards,
Marcelo
Hi Marcelo,
The exercise is from the Developing OutSystems Web Applications \ UI Interaction Basics \ Screen Lifecycle Interaction Exsercise.
https://www.outsystems.com/learn/lesson/863/screen-lifecycle-interaction-exercise/
Thanks,
Al
Hi guys, this post is old but I'd like to bring up if this customization of swagger definition is possible now on the Outsystems? thanks.
That's wonderful, thanks Leonardo. No apologies needed or expected, and sure do appreciate your quick response. It's a hugely useful component and we appreciate your efforts in making it available on the Forge.
Oh right - good spot. Great, we'll give that a try straight away and let you know the result.
Hi Marcelo,
How come I do not see it? Here is my screen capture. Was I supposed to add it on a previous exercise? I was not able to see on what exercise.
Hi m9679, could you check if the latest version (10.0.8) solves this problem? It will get upgraded to version 11 automatically.
The error you're getting seems to be related to a code that is no longer in the latest version. So I believe you've upgraded your environment using an older Event System version, which is what caused the issue.
Hi Wouter,
Can u please provide your oml or any sample oml if possible so we can go through...
Regards
Shoeb
Hi Al Florenz,
That attribute should be added as part of the modeling data relationships exercise, if I'm not mistaken.
That said, P11 now natively supports events, you may want to look at how that is done to see if it makes sense to convert things over to use the native support stuff now.
J.Ja
I did the following with zero problems (in a Personal Environment that never had this installed):
1. Downloaded the latest stable version from the Forge.
2. Used "Open File" in Service Studio to open the OAP that was downloaded.
3. It prompted me to install the Application, I told it to go ahead.
It installed fine.
If it's a help, here's the OAP as downloaded from my Personal Environment, which MAY work better for you since it was already published in a P11 environment.
J.Ja
Shashank Diwan wrote:
Hi Jonatan,
I just created a small sample, but i see if there is only one data, I cant slide to the left.
Can you send me your OML to test.
Shashank...
Hi Shashank,
Thanks for your reply
I forget to give more detail information
inside the carousel, i use widget list group and list list item
sorry i can't give the example because i have another job
Hi Al,
Looks like you delete it somehow on OSMDb_Core_af. you have to options. or you download it again. or you create it yourself. you just need to open OSMDb_Core_af go to data and drag MobieGenre > Id to the movie table
Regards,
Marcelo
If your URL returns Javascript that when evaluated will render the content you need, then if you want to do it server-side you will need some sort of browser engine (something that knows how to render HTML and Javascript) on the server-side as well.
Can you explain better what kind of content/Javascript you get and what do you want to do with it? is this for a mobile app or web application? What have you tried so far?
Help me to achieve on this..
Thanks @Justin - appreciate the steer. Almost there with proving the same ourselves.