設置 | 登錄 | 註冊

目前共有1篇帖子。

帮助和支持中心选项

1樓 巨大八爪鱼 2010-9-1 22:23
帮助和支持中心选项
从下面的选项中选择来自定义您的帮助和支持中心。
在浏览栏中显示收藏夹 在浏览栏中显示历史 用于帮助内容的字体大小: 小

大 浏览栏中的图标的选项: 显示所有的文字标签
只显示默认的文字标签
不显示文字标签 var g_options = pchealth.UserSettings.Options; function readOptions() { idOPT_fav .checked = g_options.ShowFavorites; idOPT_hist.checked = g_options.ShowHistory; switch(g_options.TextLabels) { case 0: idOPT_text_ALL .checked = true; break; case 1: idOPT_text_SEL .checked = true; break; case 2: idOPT_text_NONE.checked = true; break; } switch(g_options.FontSize) { case 0: idOPT_font_SMALL .checked = true; break; case 1: idOPT_font_MEDIUM.checked = true; break; case 2: idOPT_font_LARGE .checked = true; break; } } function updateOptions() { g_options.ShowFavorites = idOPT_fav .checked; g_options.ShowHistory = idOPT_hist.checked; if(idOPT_text_ALL .checked) g_options.TextLabels = 0; if(idOPT_text_SEL .checked) g_options.TextLabels = 1; if(idOPT_text_NONE.checked) g_options.TextLabels = 2; if(idOPT_font_SMALL .checked) g_options.FontSize = 0; if(idOPT_font_MEDIUM.checked) g_options.FontSize = 1; if(idOPT_font_LARGE .checked) g_options.FontSize = 2; g_options.Apply(); } readOptions();

內容轉換:

回覆帖子
內容:
用戶名: 您目前是匿名發表。
驗證碼:
看不清?換一張
©2010-2025 Purasbar Ver3.0 [手機版] [桌面版]
除非另有聲明,本站採用知識共享署名-相同方式共享 3.0 Unported許可協議進行許可。