Hi,
I would like to add a JavaScript menu to my Outsystems web page (for traditional web).
This is the menu I needed:-
https://mmenujs.com/
Can kindly advise (step by step) how to proceed?
Thanks!
Regards
TC
Hi Daniel,
Many thanks to your suggestion, so here goes my very first forge component, #mmenulight. Hopefully, it can benefit the community in some way...
regards
Tuck Chong Loh wrote:
Never use mmenujs.com, but i notice that this use some custom script.
For the script, you can use expression widget, and put escape content in the property as No, then put the script on the value
Thanks
Hi Tuck,
Why not try to implement the menu with what OutSystems has to offer?
I think it is pretty straight forward to achieve the same type of menus that menujs.com by just using OutSystems low-code capabilities.
Regards,
Daniel
Daniƫl Kuhlmann wrote:
Can help recommend which is the better widget (from forge) that has the closest functionality to mmenu.js, pls?
Hi Tuck, if you want to learn how to use JS with Outsystems check this videos: https://www.outsystems.com/learn/courses/44/master-class-on-javascript-and-jquery/
But it is possible to do the same behaviour with OutSystems, I did while ago a similar version but it was hard to me cuz I didn't have enough time to make it and I overwrite a version of the menu we were using in the project and it was hard to overwrite the work that OS had done in the template we use, lot of work using the z-index to put everything on the place but starting from and base and construct from there should be easier
Hi folks,
Atlas, I manage to integrate mmenu-light to my OutSystems web application.
Just to share, I found the solution here.
Carlos, thanks for the heads up, appreciate!
Nice to see you got it working! good job.
Maybe it is worth sharing your solution as a Forge component?
Great to read. I will have a look at it!