Layer / Styles functionality

 From:  coi (MARCO)
9245.2 In reply to 9245.1 
hi shane,
you could use this script, which will bring up the editing style window instantly and bring down your clicking count considerably..;D

quote:
EditStyle – to set up a shortcut for the "Edit styles" dialog, use this as the command part of shortcut:
script: /* Open Edit styles dialog */ var dialog = moi.ui.createDialog( 'EditStylesDialog.htm', 'resizeable,defaultWidth:380,defaultHeight:420', moi.ui.mainWindow ); dialog.window.doModal();


cheerio,
marco