home *** CD-ROM | disk | FTP | other *** search
- var params =
- {
- Height : 150,
- Width : 200,
- Top : -1,
- Left : -1,
- MaxHeight : 0,
- MinHeight : 0,
- MaxWidth : 0,
- MinWidth : 0,
- WindowName : 'Default',
- ContentFontSize : 10,
- ContentFontColor : 'black',
- ContentFontFamily : 'Tahoma',
- ContentBottomBorderWidth : 0,
- ContentLeftBorderWidth : 0,
- ContentRightBorderWidth : 0,
- ContentTopBorderWidth : 0,
- ContentBottomBorderColor : 'Navy',
- ContentLeftBorderColor : 'Navy',
- ContentRightBorderColor : 'Navy',
- ContentTopBorderColor : 'Navy',
- ContentPadding : 13,
- ContentHTML : '<b>Content Text</b><br>This is some sample text for the content area.',
- ContentColor : '#eff3f7',
- ContentInactiveColor : 'transparent',
- BorderWidth : 0,
- BorderColor : 'white',
- BorderInactiveColor : 'transparent',
- InnerBorderWidth : 2,
- InnerBorderStyle : 'solid',
- InnerBorderColor : '#6b8ec6',
- OuterBorderWidth : 0,
- OuterBorderStyle : 'solid',
- OuterBorderColor : 'Gray',
- OuterBorderInactiveColor : 'transparent',
- CloseBoxHeight : 16,
- CloseBoxWidth : 16,
- CloseBoxSrc : 'img/closebox.gif',
- ResizeBoxHeight : 15,
- ResizeBoxWidth : 15,
- ResizeBoxSrc : 'img/resize_blue.gif',
- TitleBarHeight : 18,
- TitleLeftMargin : 10,
- TitleBarAlign : 'left',
- TitleBarHTML : '',
- TitleBarText : 'Title Bar Text',
- TitleColor : '#6b8ec6',
- TitleInactiveColor : 'transparent',
- TitleFontSize : 11,
- TitleFontColor : 'white',
- TitleFontFamily : 'Tahoma',
- StatusBarHeight : 20,
- StatusLeftMargin : 10,
- StatusBarAlign : 'left',
- StatusBarHTML : '',
- StatusBarText : 'Status Bar Text',
- StatusColor : '#cccccc',
- StatusInactiveColor : 'transparent',
- StatusFontSize : 10,
- StatusFontColor : 'black',
- StatusFontFamily : 'Tahoma',
- Id : 'DHTMLWindow1'
- }
- var DHTMLWindow1 = new FerantDHTMLWindow(params);