home *** CD-ROM | disk | FTP | other *** search
/ PC User 2005 May / CD / PCU0505CD.iso / software / full / coffecup / files / html2005.exe / %MAINDIR% / samples / myWindow.js < prev    next >
Encoding:
Text File  |  2005-02-16  |  1.8 KB  |  65 lines

  1. var params =
  2. {
  3.   Height : 150,
  4.   Width : 200,
  5.   Top : -1,
  6.   Left : -1,
  7.   MaxHeight : 0,
  8.   MinHeight : 0,
  9.   MaxWidth : 0,
  10.   MinWidth : 0,
  11.   WindowName : 'DHTMLWindow1',
  12.   TitleBarHeight : 18,
  13.   TitleLeftMargin : 10,
  14.   TitleBarAlign : 'left',
  15.   TitleBarHTML : '',
  16.   TitleBarText : 'Title Bar Text',
  17.   TitleColor : '#6b8ec6',
  18.   TitleInactiveColor : 'transparent',
  19.   TitleFontSize : 11,
  20.   TitleFontColor : 'white',
  21.   TitleFontFamily : 'Tahoma',
  22.   CloseBoxHeight : 16,
  23.   CloseBoxWidth : 16,
  24.   CloseBoxSrc : 'img/closebox.gif',
  25.   ContentFontSize : 10,
  26.   ContentFontColor : 'black',
  27.   ContentFontFamily : 'Tahoma',
  28.   ContentBottomBorderWidth : 0,
  29.   ContentLeftBorderWidth : 0,
  30.   ContentRightBorderWidth : 0,
  31.   ContentTopBorderWidth : 0,
  32.   ContentBottomBorderColor : 'Navy',
  33.   ContentLeftBorderColor : 'Navy',
  34.   ContentRightBorderColor : 'Navy',
  35.   ContentTopBorderColor : 'Navy',
  36.   ContentPadding : 13,
  37.   ContentHTML : '<b>Content Text</b><br>This is some sample text for the content area.',
  38.   ContentColor : '#eff3f7',
  39.   ContentInactiveColor : 'transparent',
  40.   ResizeBoxHeight : 15,
  41.   ResizeBoxWidth : 15,
  42.   ResizeBoxSrc : 'img/resize_blue.gif',
  43.   StatusBarHeight : 20,
  44.   StatusLeftMargin : 10,
  45.   StatusBarAlign : 'left',
  46.   StatusBarHTML : '',
  47.   StatusBarText : 'Status Bar Text',
  48.   StatusColor : '#cccccc',
  49.   StatusInactiveColor : 'transparent',
  50.   StatusFontSize : 10,
  51.   StatusFontColor : 'black',
  52.   StatusFontFamily : 'Tahoma',
  53.   BorderWidth : 0,
  54.   BorderColor : 'white',
  55.   BorderInactiveColor : 'transparent',
  56.   InnerBorderWidth : 2,
  57.   InnerBorderStyle : 'solid',
  58.   InnerBorderColor : '#6b8ec6',
  59.   OuterBorderWidth : 0,
  60.   OuterBorderStyle : 'solid',
  61.   OuterBorderColor : 'Gray',
  62.   OuterBorderInactiveColor : 'transparent',
  63.   Id  : 'DHTMLWindow1'
  64. }
  65. var DHTMLWindow1 = new FerantDHTMLWindow(params);