88
Views
8
Comments
Solved
Add mmenu.js to Outsystems
Question

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


UserImage.jpg
Tuck Chong Loh
Solution

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

TC

2021-01-04 08-13-48
Toto
Ā 
MVP

Tuck Chong Loh wrote:

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,


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

2024-07-05 14-16-55
Daniël Kuhlmann
Ā 
MVP

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

UserImage.jpg
Tuck Chong Loh

Daniƫl Kuhlmann wrote:

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

Hi Daniel,

Can help recommend which is the better widget (from forge) that has the closest functionality to mmenu.js, pls?

regards

TC

2026-01-19 17-09-56
Carlos Lessa
Ā 
MVP

Tuck Chong Loh wrote:

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 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


UserImage.jpg
Tuck Chong Loh

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!

regards

TC

2024-07-05 14-16-55
Daniël Kuhlmann
Ā 
MVP

Hi Tuck,

Nice to see you got it working! good job.

Maybe it is worth sharing your solution as a Forge component?

Regards,

Daniel

UserImage.jpg
Tuck Chong Loh
Solution

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

TC

2024-07-05 14-16-55
Daniël Kuhlmann
Ā 
MVP

Hi Tuck,

Great to read. I will have a look at it!

Regards,

Daniel

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.