Skip to content

Instantly share code, notes, and snippets.

@timlevett
Last active August 23, 2016 20:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timlevett/f82a08e7af07eaf0036a423c0dc40804 to your computer and use it in GitHub Desktop.
Save timlevett/f82a08e7af07eaf0036a423c0dc40804 to your computer and use it in GitHub Desktop.
How one switches skin in bucky

If a user is on uportal and wanted to change the skin do the following.

Lookup the skin key in the skinList.xml

THen when on a maximized url in portal, open up your dev console and run

up.jQuery.ajax({url:'/portal/api/layout?action=chooseSkin&skinName=uwExtension', method: 'POST'});

Replacing uwExtension with the skin key you want.

Then refresh your page.

@vertein
Copy link

vertein commented Aug 23, 2016

good call

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment