CustomUI

 From:  Michael Gibson
6507.256 In reply to 6507.253 
Hi Max, so I'll set that up for the next beta.

re:
> I don't remember, does MoI have a command which refreshes MoI UI? It can be useful in some cases.

There isn't a special MoI call for it but I think the built in HTML window.document.reload( true ); should work.

You can get all the things to reload by calling var panels = moi.ui.getUIPanels();

Or if there is a particular one you want var panel = moi.ui.getUIPanel( url );

- Michael