⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 overlibconfig.txt

📁 实现图书的借阅和管理信息化
💻 TXT
📖 第 1 页 / 共 2 页
字号:
// DECODE - If overLIB should automatically decode any URL-encoded characters in// lead argument and/or caption.var ol_decode = "";////////////////////////////////////////////////////////////////////////////////////// ARRAY CONFIGURATION FOR CORE MODULE overlibmws.js////////////////////////////////////////////////////////////////////////////////////// INARRAY - Array with texts.var ol_texts = new Array( "Text 0", "Text 1");// CAPARRAY - Array with captions.var ol_caps = new Array( "Caption 0", "Caption 1");////////////////////////////////////////////////////////////////////////////////////// END CONFIGURATION FOR overlibmws.js////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// DEFAULT CONFIGURATION FOR PLUGIN MODULE overlibmws_bubble.js////////////////////////////////////////////////////////////////////////////////////// BUBBLE - Whether to use a bubble type popup. Default is no (0).var ol_bubble = 0;// BUBBLETYPE - Type of bubble image to use. Default is 'flower'.  Other options are// 'oval', 'square', 'pushpin', 'quotation', or 'roundedcorners'. Specify directory// for images via the last parameter of registerImages() near the top of the plugin// module (default value is './').var ol_bubbletype = 'flower';// ADJBUBBLE - Whether to resize the image in relation to the content.// Default is no (0). var ol_adjbubble = 0;////////////////////////////////////////////////////////////////////////////////////// END CONFIGURATION FOR overlibmws_bubble.js////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// DEFAULT CONFIGURATION FOR PLUGIN MODULE overlibmws_crossframe.js////////////////////////////////////////////////////////////////////////////////////You must import this plugin module to use the FRAME command, but its configurationvariable, ol_frame, is set in the core module.////////////////////////////////////////////////////////////////////////////////////// END CONFIGURATION FOR overlibmws_crossframe.js////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// DEFAULT CONFIGURATION FOR PLUGIN MODULE overlibmws_debug.js////////////////////////////////////////////////////////////////////////////////////// ALLOWDEBUG - The ID or a comma-separated list of IDs for debug layers which, if// invoked following an overlib call and then made hidden via the close link at// upper right, should be made visible again whenever that overlib call occurs.var ol_allowdebug = "";////////////////////////////////////////////////////////////////////////////////////// END CONFIGURATION FOR overlibmws_debug.js////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// DEFAULT CONFIGURATION FOR PLUGIN MODULE overlibmws_draggable.js////////////////////////////////////////////////////////////////////////////////////// DRAGGABLE - If sticky should be draggable.var ol_draggable = 0;// DRAGCAP - Restrict dragging handle to the caption.var ol_dragcap = 0;// DRAGID - The id of a container div with a CSS class that uses overflow:auto// for a DRAGGABLE popup that doesn't have iframe content and doesn't use DRAGCAP.var ol_dragid = '';////////////////////////////////////////////////////////////////////////////////////// END CONFIGURATION FOR overlibmws_draggable.js////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// DEFAULT CONFIGURATION FOR PLUGIN MODULE overlibmws_exclusive.js////////////////////////////////////////////////////////////////////////////////////// EXCLUSIVE - Decides if a sticky primary popup should be exclusive, such that no other// primry popup can be invoked and replace it before the sticky is closed by the user or// a timeout (secondary popups can still be invoked from within the exclusive primary).var ol_exclusive = 0;// EXCLUSIVESTATUS - Status line string to use for exclusive stickiesvar ol_exclusivestatus = 'Please act on or close the open popup.';// EXCLUSIVEOVERRIDE = If a displayed exclusive sticky should be overridden by the// current overlib call for a popup.var ol_exclusiveoverride=0;////////////////////////////////////////////////////////////////////////////////////// END CONFIGURATION FOR overlibmws_exclusive.js////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// DEFAULT CONFIGURATION FOR PLUGIN MODULE overlibmws_filter.js////////////////////////////////////////////////////////////////////////////////////// FILTER - Toggles on the filter feature set for IE v5.5+ browsers. Defualt is off.var ol_filter=0;// FADEIN - Filter type for stylinzed fadein. Value can be 0 - 50 for the 51 types,// or 51 (default) for random selections of the type across successive occurrences// of the popup.var ol_fadein=51;// FADETIME - Duration of fadein (millisec).var ol_fadetime=800;// FILTEROPACITY - Opacity of entire popup.  The higher the number in the range of 1-99,// the more more opaque (less transparent) the popup will be.  But 0 is handled as// equivalent to 100 (no transparency).  This feature also is implemented for Mozilla// and Netscape v6+ browsers.var ol_filteropacity=100;// FILTERSHADOW - Type of filter-based shadow.  Default is off (0).// Dropshadow is 1. Shadow (tapers from corners) is 2.var ol_filtershadow=0;// FILTERSHADOWCOLOR - Color of filter-based shadow.var ol_filtershadowcolor="#cccccc";////////////////////////////////////////////////////////////////////////////////////// END CONFIGURATION FOR overlibmws_filter.js////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// DEFAULT CONFIGURATION FOR PLUGIN MODULE overlibmws_function.js////////////////////////////////////////////////////////////////////////////////////// FUNCTION - Default javascript function. By default there is none.var ol_function = null;////////////////////////////////////////////////////////////////////////////////////// END CONFIGURATION FOR overlibmws_function.js////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// DEFAULT CONFIGURATION FOR PLUGIN MODULE overlibmws_hide.js////////////////////////////////////////////////////////////////////////////////////// HIDESELECTBOXES - Whether to hide any select boxes which overlap the popup// while the popup is being displayed.var ol_hideselectboxes=0;// HIDEBYID - An id or comma-separated list of id's to be hidden while the popup// is displayed.  Is intended for form elements and is ignored for any browsers// using HIDESELECTBOXES and for Opera v7+.var ol_hidebyid='';// HIDEBYIDALL - An id or comma=separated list of id's to be hidden while the popup// is displayed.  Is intended for non-form elements with system controls, e.g.,// flash objects and applets.var ol_hidebyidall='';// HIDEBYIDNS4 - An id or comma-separated list of id's for positioned div's to be// hidden while the popup is being displayed by Netscape v4.x browsers.var ol_hidebyidns4='';////////////////////////////////////////////////////////////////////////////////////// END CONFIGURATION FOR overlibmws_hide.js////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// DEFAULT CONFIGURATION FOR PLUGIN MODULE overlibmws_modal.js////////////////////////////////////////////////////////////////////////////////////// MODAL - Whether to make the popup modal (block access to any other items in the// document until the popup is acted upon and closed).var ol_modal = 0;////////////////////////////////////////////////////////////////////////////////////// END CONFIGURATION FOR overlibmws_overtwo.js////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// DEFAULT CONFIGURATION FOR PLUGIN MODULE overlibmws_overtwo.js////////////////////////////////////////////////////////////////////////////////////// LABEL - A labeling string for the secondary popup while it is displayed (visible).var ol_label = "";////////////////////////////////////////////////////////////////////////////////////// END CONFIGURATION FOR overlibmws_overtwo.js////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// DEFAULT CONFIGURATION FOR PLUGIN MODULE overlibmws_print.js////////////////////////////////////////////////////////////////////////////////////// PRINT - Whether sticky should include a Print link or button.var ol_print = 0;// PRINTBUTTON - Whether to use button in main text area even if caption area is present.var ol_printbutton=0;// NOAUTOPRINT - Whether to block automatic printing and deletion of temporary printing window.var ol_noautoprint=0;// PRINTCOLOR - Color of "Print" link in caption area of sticky.var ol_printcolor="#eeeeff";// PRINTFONT - Font face for the print text.var ol_printfont="Verdana,Arial,Helvetica";// PRINTSIZE - Font size for the print text.var ol_printsize=1;// PRINTTEXT - Text for the sticky popup print link. Normal is "Print".var ol_printtext='Print';// PRINTBUTTONTEXT - Text for the sticky popup print button. Normal is "Print".var ol_printbuttontext='Print';// PRINTTITLE - Text to use as value of TITLE attribute for browser-generated TooTips// with the "Print" link in captions of stickies or "Print" button in main text area.var ol_printtitle="Click to Print";// PRINTFONTCLASS - Print font class.var ol_printfontclass="";// PRINTCSSFILE - URL for .ccs file with CSS rules for styling the popup.var ol_printcssfile="";// PRINTXML - String for (optional) xml tag for temporary printing window.var ol_printxml="";// PRINTDOCTYPE - String for DOCTYPE declaration for temporary printing window.var ol_printdoctype= '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" '+'"http://www.w3.org/TR/html4/loose.dtd">';// PRINTROOT - String for root tag for temporary printing window.var ol_printroot="<html>";// PRINTTYPE - String for MIME type for temporary printing window.var ol_printtype="text/html";// PRINTCHARSET - String for charset for temporary printing window.var ol_printcharset="iso-8859-1";// PRINTURL - URL for a document to be printed via the temporary printing window.var ol_printurl="";// PRINTJOB - string for an external function to be used for the temporary printing window.var ol_printjob="";////////////////////////////////////////////////////////////////////////////////////// END CONFIGURATION FOR overlibmws_print.js////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// DEFAULT CONFIGURATION FOR PLUGIN MODULE overlibmws_scroll.js////////////////////////////////////////////////////////////////////////////////////// SCROLL - Whether sticky should scroll with the document when positioned via// RELX or MIDX, and RELY or MIDY.var ol_scroll = 0;////////////////////////////////////////////////////////////////////////////////////// END CONFIGURATION FOR overlibmws_scroll.js////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// DEFAULT CONFIGURATION FOR PLUGIN MODULE overlibmws_shadow.js////////////////////////////////////////////////////////////////////////////////////// SHADOW - Whether to add a dropshadow. Default is no (0).var ol_shadow = 0;// SHADOWX - Horizontal dropshadow displacement in pixels.// Positive is to the right and negative is to the left.var ol_shadowx = 5;// SHADOWY - Vertical dropshadow displacement in pixels.// Positive is downward and negative is upward.var ol_shadowy = 5;// SHADOWCOLOR - Dropshadow color.var ol_shadowcolor = "#666666";// SHADOWIMAGE - Dropshadow background image. Default is none.var ol_shadowimage = "";// SHADOWOPACITY - Dropshadow opacity (100 is solid; 0 turns off this feature and// thus also yields a solid shadow). Default is 60.var ol_shadowopacity = 60;////////////////////////////////////////////////////////////////////////////////////// END CONFIGURATION FOR overlibmws_shadow.js////////////////////////////////////////////////////////////////////////////////////

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -