home *** CD-ROM | disk | FTP | other *** search
/ PC User 2001 August / APC_Aug2001_CD2.iso / features / web_dev / files / mwjpp516.exe / %MAINDIR% / Tools / Panels / showHideOutput.script < prev    next >
Encoding:
Text File  |  2001-06-19  |  336 b   |  18 lines

  1. !!Script
  2.  
  3. /**
  4. @Tool: showHideOutput~togles the visibility of the output panel. 
  5. Running this script is the same as choosing the View/Output Panel 
  6. menu item. 
  7. @EndTool: 
  8. @Summary: showHideOutput~togles the visibility of the output panel 
  9. */
  10.  
  11. function DoCommand()
  12. {
  13.     Application.sendCommand(null, 0x9D03);
  14. }
  15.  
  16. !!/Script
  17.  
  18.