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

  1. !!Script
  2. // Copyright ⌐ 1997-1998 - Modelworks Software
  3.  
  4. /**
  5. @Tool: activateOutput~activates the output panel window. 
  6. @EndTool: 
  7. @Summary: activateOutput~aactivates the output panel window 
  8. */
  9.  
  10. var gOutput = getOutput();
  11.  
  12. function DoCommand()
  13. {
  14.     gOutput.setActive();
  15. }
  16.  
  17. !!/Script
  18.  
  19.