home *** CD-ROM | disk | FTP | other *** search
/ PC User 2005 May / CD / PCU0505CD.iso / software / full / coffecup / files / html2005.exe / %MAINDIR% / samples / Default.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 : 'Default',
  12.   ContentFontSize : 10,
  13.   ContentFontColor : 'black',
  14.   ContentFontFamily : 'Tahoma',
  15.   ContentBottomBorderWidth : 0,
  16.   ContentLeftBorderWidth : 0,
  17.   ContentRightBorderWidth : 0,
  18.   ContentTopBorderWidth : 0,
  19.   ContentBottomBorderColor : 'Navy',
  20.   ContentLeftBorderColor : 'Navy',
  21.   ContentRightBorderColor : 'Navy',
  22.   ContentTopBorderColor : 'Navy',
  23.   ContentPadding : 13,
  24.   ContentHTML : '<b>Content Text</b><br>This is some sample text for the content area.',
  25.   ContentColor : '#eff3f7',
  26.   ContentInactiveColor : 'transparent',
  27.   BorderWidth : 0,
  28.   BorderColor : 'white',
  29.   BorderInactiveColor : 'transparent',
  30.   InnerBorderWidth : 2,
  31.   InnerBorderStyle : 'solid',
  32.   InnerBorderColor : '#6b8ec6',
  33.   OuterBorderWidth : 0,
  34.   OuterBorderStyle : 'solid',
  35.   OuterBorderColor : 'Gray',
  36.   OuterBorderInactiveColor : 'transparent',
  37.   CloseBoxHeight : 16,
  38.   CloseBoxWidth : 16,
  39.   CloseBoxSrc : 'img/closebox.gif',
  40.   ResizeBoxHeight : 15,
  41.   ResizeBoxWidth : 15,
  42.   ResizeBoxSrc : 'img/resize_blue.gif',
  43.   TitleBarHeight : 18,
  44.   TitleLeftMargin : 10,
  45.   TitleBarAlign : 'left',
  46.   TitleBarHTML : '',
  47.   TitleBarText : 'Title Bar Text',
  48.   TitleColor : '#6b8ec6',
  49.   TitleInactiveColor : 'transparent',
  50.   TitleFontSize : 11,
  51.   TitleFontColor : 'white',
  52.   TitleFontFamily : 'Tahoma',
  53.   StatusBarHeight : 20,
  54.   StatusLeftMargin : 10,
  55.   StatusBarAlign : 'left',
  56.   StatusBarHTML : '',
  57.   StatusBarText : 'Status Bar Text',
  58.   StatusColor : '#cccccc',
  59.   StatusInactiveColor : 'transparent',
  60.   StatusFontSize : 10,
  61.   StatusFontColor : 'black',
  62.   StatusFontFamily : 'Tahoma',
  63.   Id  : 'DHTMLWindow1'
  64. }
  65. var DHTMLWindow1 = new FerantDHTMLWindow(params);