文件操作 - options.js
返回文件管理
返回主菜单
删除本文件
文件: /usr/local/MegaRAID Storage Manager/docs/Main_Menu/wwhelp/wwhimpl/common/private/options.js
编辑文件内容
// Copyright (c) 2001-2003 Quadralay Corporation. All rights reserved. // function WWHCommonSettings_Object() { this.mTitle = "Main_Menu"; this.mbCookies = true; this.mCookiesDaysToExpire = 30; this.mCookiesID = "fuQ55oI3uD8"; this.mAccessible = "false"; this.mbSyncContentsEnabled = true; this.mbPrevEnabled = true; this.mbNextEnabled = true; this.mbRelatedTopicsEnabled = false; this.mbEmailEnabled = false; this.mbPrintEnabled = true; this.mbBookmarkEnabled = true; this.mbPDFEnabled = false; this.mEmailAddress = ""; this.mRelatedTopics = new WWHCommonSettings_RelatedTopics_Object(); this.mALinks = new WWHCommonSettings_ALinks_Object(); this.mPopup = new WWHCommonSettings_Popup_Object(); this.mbHighlightingEnabled = true; this.mHighlightingForegroundColor = "#FFFFFF"; this.mHighlightingBackgroundColor = "#333399"; } function WWHCommonSettings_RelatedTopics_Object() { this.mWidth = 250; 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: 8pt"; 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_ALinks_Object() { this.mbShowBook = false; this.mWidth = 250; this.mIndent = 17; 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: 8pt"; this.mForegroundColor = "#003399"; this.mBackgroundColor = "#FFFFFF"; this.mBorderColor = "#666666"; } function WWHCommonSettings_Popup_Object() { this.mWidth = 200; this.mBackgroundColor = "#FFFFCC"; this.mBorderColor = "#999999"; }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件