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

  1. var params =
  2. {
  3.   Height : 270,
  4.   Width : 266,
  5.   Top : -1,
  6.   Left : -1,
  7.   MaxHeight : 0,
  8.   MinHeight : 100,
  9.   MaxWidth : 0,
  10.   MinWidth : 0,
  11.   WindowName : 'BlueRoundy',
  12.   ContentFontSize : 10,
  13.   ContentFontColor : 'black',
  14.   ContentFontFamily : 'Tahoma',
  15.   ContentBottomBorderWidth : 1,
  16.   ContentLeftBorderWidth : 1,
  17.   ContentRightBorderWidth : 1,
  18.   ContentTopBorderWidth : 1,
  19.   ContentBottomBorderColor : '#3973ad',
  20.   ContentLeftBorderColor : '#3973ad',
  21.   ContentRightBorderColor : '#3973ad',
  22.   ContentTopBorderColor : '#3973ad',
  23.   ContentPadding : 12,
  24.   ContentHTML : '<br><UL style=\'FONT-SIZE: 11px; FONT-FAMILY: verdana\'> <LI>It allows you to visually integrate your DHTML windows with any project.</LI> <LI>Provides rich web content for borders, status bar, and title bar.</LI> <LI>Supports non-rectangular DHTML windows. </LI> <LI>Can add 3-D effect to DHTML windows.</LI> <LI>Makes it easy for developers to create their own DHTML windows style.</LI> </UL> ',
  25.   ContentColor : '#efefef',
  26.   ContentInactiveColor : 'transparent',
  27.   BorderWidth : 0,
  28.   BorderColor : 'transparent',
  29.   BorderInactiveColor : 'transparent',
  30.   InnerBorderWidth : 0,
  31.   InnerBorderStyle : 'solid',
  32.   InnerBorderColor : 'transparent',
  33.   OuterBorderWidth : 0,
  34.   OuterBorderStyle : 'solid',
  35.   OuterBorderColor : 'transparent',
  36.   OuterBorderInactiveColor : 'transparent',
  37.   CloseBoxHeight : 15,
  38.   CloseBoxWidth : 15,
  39.   CloseBoxSrc : 'img/box_close.gif',
  40.   ResizeBoxHeight : 15,
  41.   ResizeBoxWidth : 15,
  42.   ResizeBoxSrc : '',
  43.   TitleBarHeight : 37,
  44.   TitleLeftMargin : 11,
  45.   TitleBarAlign : 'left',
  46.   TitleBarHTML : '<img alt=\"\"  src=\"img/box_top.gif\" border=\"0\" width=\"266\" height=\"37\">',
  47.   TitleBarText : '',
  48.   TitleColor : 'transparent',
  49.   TitleInactiveColor : 'transparent',
  50.   TitleFontSize : 11,
  51.   TitleFontColor : 'transparent',
  52.   TitleFontFamily : 'Tahoma',
  53.   StatusBarHeight : 20,
  54.   StatusLeftMargin : 10,
  55.   StatusBarAlign : 'left',
  56.   StatusBarHTML : '<img alt=\"\"  src=\'img/box_bottom.gif\' align=center>',
  57.   StatusBarText : '',
  58.   StatusColor : 'transparent',
  59.   StatusInactiveColor : 'transparent',
  60.   StatusFontSize : 10,
  61.   StatusFontColor : 'black',
  62.   StatusFontFamily : 'Tahoma',
  63.   Resizable : 'VerticalOnly',
  64.   Id  : 'DHTMLWindow1'
  65. }
  66. var DHTMLWindow1 = new FerantDHTMLWindow(params);