cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community email notifications are disrupted. While we are working to resolve, please check on your favorite boards regularly to keep up with your conversations and new topics.

Widget Menu - MenuData

AC_9552412
10-Marble

Widget Menu - MenuData

Hi, I have a menu configured with the MenuData property but whenever I change the option it opens the mashup in a new window but I need it to replace the current one, what configuration should I put in the service? At the moment I have this

result.AddRow({
linkDestination: 'MenuTest',
isDefault: true,
parentMenuId: 'topMenu',
imageURL: '',
linkTarget: '', // (Popup, Mashup, 'Replace')
description: '',
menuId: 'idOverview',
linkType: 'Mashup',
title: 'Over'
});

1 ACCEPTED SOLUTION

Accepted Solutions
nmutter
14-Alexandrite
(To:AC_9552412)

 

try with

linkTarget: 'Replace'

like the comment suggests. Or

linkTarget: 'Self'

'Self' is what a "normal" menu uses when defined as "Replace page"

nmutter_0-1682544478570.png

 

 

View solution in original post

2 REPLIES 2
nmutter
14-Alexandrite
(To:AC_9552412)

 

try with

linkTarget: 'Replace'

like the comment suggests. Or

linkTarget: 'Self'

'Self' is what a "normal" menu uses when defined as "Replace page"

nmutter_0-1682544478570.png

 

 

With "Replace" I had already tried it and it didn't work, but with "self" it worked as I needed. Thank you very much.

Top Tags