changing the size of SFX Menu window / screen
- Article Type: General
- Product: SFX
Description:
How do I change the size of my SFX Menu screen ?
Resolution:
The javascript responsible for opening and sizing the SFX menu window is controlled on the source vendor's side, and cannot be directly edited in the SFX Unix environment. However, you can use the following workaround in your local instance:
Put the code below in the head of your instance's /templates/sfxmenu/sfxmenu.tmpl.
Change size as desired (example)
<HTML> <HEAD> <script type="text/javascript">
self.resizeTo(600,600);
</script>
//rest of your code
Additional Information
menu,javascript,window,size,template
- Article last edited: 10/8/2013