Customize Mysite quicklinks Groups dropdown

I need to customize Groups dropdown that come when we add a link in MyQuicklinks.aspx page

any pointers on how to do this will be helpful.


  • Edited by spdevkktt Thursday, August 27, 2015 12:27 AM
August 26th, 2015 5:54am

I want to change the default values such as General,Best Bets...coming in the dropdown..
Free Windows Admin Tool Kit Click here and download it now
August 31st, 2015 9:59am

Hi,

Since the page you add link doesnt call master page, you need to add code on the server side.

Add the code to QuickLinksDialogForm.aspx page:

<script type="text/javascript">  

$("#ctl00_PlaceHolderDialogBodySection_PlaceHolderDialogBodyMainSection_lbxExistingGroup").val('The option you want to select');

<script type="text/javascript">  

In general, the page is stored under C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\LAYOUTS

Thanks,

Dean Wang

September 2nd, 2015 5:22am

I am able to update the text in the dropdown with this.But after saving the value is getting saved to General group in Dropdown only.
Free Windows Admin Tool Kit Click here and download it now
September 3rd, 2015 1:22am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics