文件操作 - options.js
返回文件管理
返回主菜单
删除本文件
文件: /usr/local/MegaRAID Storage Manager/docs/MegaMonitor/wwhelp/wwhimpl/common/private/options.js
编辑文件内容
// Copyright (c) 2000-2001 Quadralay Corporation. All rights reserved. // function WWHCommonSettings_Object() { this.mbForceJavaScript = false; this.mbSyncContentsEnabled = true; this.mbPrevEnabled = true; this.mbNextEnabled = true; this.mbRelatedTopicsEnabled = true; this.mbEmailEnabled = true; this.mbPrintEnabled = true; this.mbBookmarkEnabled = true; this.mEmailAddress = "Your Company"; this.mRelatedTopics = new WWHCommonSettings_RelatedTopics_Object(); this.mPopup = new WWHCommonSettings_Popup_Object(); this.mbHighlightingEnabled = true; this.mHighlightingForegroundColor = "#FFFFFF"; this.mHighlightingBackgroundColor = "#333399"; } function WWHCommonSettings_RelatedTopics_Object() { this.mTitleFontStyle = "font-family: Verdana, Arial, Helvetica, sans-serif ; font-size: 10pt"; this.mTitleForegroundColor = "#FFFFFF"; this.mTitleBackgroundColor = "#999999"; this.mFontStyle = "font-family: Verdana, Arial, Helvetica, sans-serif ; font-size: 10pt"; this.mWidth = 250; this.mForegroundColor = "#003399"; this.mBackgroundColor = "#FFFFFF"; this.mBorderColor = "#666666"; this.mbInlineEnabled = true; this.mInlineFontStyle = "font-family: Verdana, Arial, Helvetica, sans-serif ; font-size: 10pt"; this.mInlineForegroundColor = "#003366"; } function WWHCommonSettings_Popup_Object() { this.mWidth = 200; this.mBackgroundColor = "#FFFFCC"; this.mBorderColor = "#999999"; }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件