home *** CD-ROM | disk | FTP | other *** search
/ Tools / WinSN5.0Ver.iso / NETSCAP.50 / WIN1998.ZIP / ns / modules / libpref / src / init / editor.js < prev    next >
Encoding:
Text File  |  1998-04-08  |  7.6 KB  |  166 lines

  1. /* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
  2.  *
  3.  * The contents of this file are subject to the Netscape Public License
  4.  * Version 1.0 (the "NPL"); you may not use this file except in
  5.  * compliance with the NPL.  You may obtain a copy of the NPL at
  6.  * http://www.mozilla.org/NPL/
  7.  *
  8.  * Software distributed under the NPL is distributed on an "AS IS" basis,
  9.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
  10.  * for the specific language governing rights and limitations under the
  11.  * NPL.
  12.  *
  13.  * The Initial Developer of this code under the NPL is Netscape
  14.  * Communications Corporation.  Portions created by Netscape are
  15.  * Copyright (C) 1998 Netscape Communications Corporation.  All Rights
  16.  * Reserved.
  17.  */
  18.  
  19. pref("editor.html_editor",                  "");
  20. pref("editor.image_editor",                 "");
  21. pref("editor.author",                       "");
  22. pref("editor.auto_save_delay",              10);    // minutes
  23. pref("editor.html_editor",                  "");
  24. pref("editor.image_editor",                 "");
  25. pref("editor.fontsize_mode",                0);
  26. pref("editor.template_location",            "http://home.netscape.com/home/gold3.0_templates.html");
  27. pref("editor.default_template_location",    "http://home.netscape.com/home/gold3.0_templates.html");
  28. pref("editor.template_last_loc",            "");
  29. pref("editor.template_history_0",           "");
  30. pref("editor.template_history_1",           "");
  31. pref("editor.template_history_2",           "");
  32. pref("editor.template_history_3",           "");
  33. pref("editor.template_history_4",           "");
  34. pref("editor.template_history_5",           "");
  35. pref("editor.template_history_6",           "");
  36. pref("editor.template_history_7",           "");
  37. pref("editor.template_history_8",           "");
  38. pref("editor.template_history_9",           "");
  39. pref("editor.template_history_10",          "");
  40. pref("editor.template_history_11",          "");
  41. pref("editor.template_history_12",          "");
  42. pref("editor.template_history_13",          "");
  43. pref("editor.template_history_14",          "");
  44. pref("editor.template_history_15",          "");
  45. pref("editor.template_history_16",          "");
  46. pref("editor.template_history_17",          "");
  47. pref("editor.template_history_18",          "");
  48. pref("editor.template_history_19",          "");
  49.  
  50. pref("editor.url_history.TITLE_0", "");
  51. pref("editor.url_history.TITLE_1", "");
  52. pref("editor.url_history.TITLE_2", "");
  53. pref("editor.url_history.TITLE_3", "");
  54. pref("editor.url_history.TITLE_4", "");
  55. pref("editor.url_history.TITLE_5", "");
  56. pref("editor.url_history.TITLE_6", "");
  57. pref("editor.url_history.TITLE_7", "");
  58. pref("editor.url_history.TITLE_8", "");
  59. pref("editor.url_history.TITLE_9", "");
  60.  
  61. pref("editor.url_history.URL_0", "");
  62. pref("editor.url_history.URL_1", "");
  63. pref("editor.url_history.URL_2", "");
  64. pref("editor.url_history.URL_3", "");
  65. pref("editor.url_history.URL_4", "");
  66. pref("editor.url_history.URL_5", "");
  67. pref("editor.url_history.URL_6", "");
  68. pref("editor.url_history.URL_7", "");
  69. pref("editor.url_history.URL_8", "");
  70. pref("editor.url_history.URL_9", "");
  71.  
  72. localDefPref("editor.html_directory",               "C:\\My Documents");
  73. localDefPref("editor.image_directory",              "C:\\My Documents");
  74. localDefPref("editor.background_image",             "");
  75.  
  76. pref("editor.last_pref_page",               0);
  77. pref("editor.last_text_page",               0);
  78. pref("editor.last_doc_page",                0);
  79. pref("editor.last_table_page",              0);
  80. pref("editor.use_custom_colors",            false);
  81. pref("editor.use_background_image",         true);
  82. pref("editor.publish_keep_links",           true);
  83. pref("editor.publish_keep_images",          true);
  84. pref("editor.show_copyright",               true);
  85. pref("editor.show_character_toolbar",       true);
  86. pref("editor.show_paragraph_toolbar",       true);
  87. pref("editor.text_color",                   "#000000");
  88. pref("editor.link_color",                   "#0000FF");
  89. pref("editor.active_link_color",            "#000088");
  90. pref("editor.followed_link_color",          "#FF0000");
  91. pref("editor.background_color",             "#FFFFFF");
  92. pref("editor.auto_save",                    false);
  93. pref("editor.javascript_color",             "#FF0000");
  94. pref("editor.color_scheme",                 "Netscape Default Colors");
  95.  
  96. pref("editor.hints.bookmark",               true);
  97. pref("editor.hints.image",                  true);
  98. pref("editor.hints.sitemanager",            true);
  99. pref("editor.hints.copyright",              true);
  100. pref("editor.hints.removelinks",            true);
  101.  
  102. localDefPref("editor.hrule.height",                 2);
  103. localDefPref("editor.hrule.width",                  100);
  104. pref("editor.hrule.width_percent",          true);
  105. pref("editor.hrule.shading",                true);
  106. pref("editor.hrule.align",                  0);         // match types in edttypes.h ED_ALIGN_CENTER
  107.  
  108. pref("editor.publish_username",             "");
  109. pref("editor.publish_password",             "");
  110. pref("editor.publish_save_password",        false);
  111. pref("editor.publish_location",             "");
  112. pref("editor.publish_browse_location",      "");
  113. pref("editor.publish_last_loc",             "");
  114. pref("editor.publish_last_pass",            "");
  115. pref("editor.publish_history_0",            "");
  116. pref("editor.publish_history_1",            "");
  117. pref("editor.publish_history_2",            "");
  118. pref("editor.publish_history_3",            "");
  119. pref("editor.publish_history_4",            "");
  120. pref("editor.publish_history_5",            "");
  121. pref("editor.publish_history_6",            "");
  122. pref("editor.publish_history_7",            "");
  123. pref("editor.publish_history_8",            "");
  124. pref("editor.publish_history_9",            "");
  125. pref("editor.publish_history_10",           "");
  126. pref("editor.publish_history_11",           "");
  127. pref("editor.publish_history_12",           "");
  128. pref("editor.publish_history_13",           "");
  129. pref("editor.publish_history_14",           "");
  130. pref("editor.publish_history_15",           "");
  131. pref("editor.publish_history_16",           "");
  132. pref("editor.publish_history_17",           "");
  133. pref("editor.publish_history_18",           "");
  134. pref("editor.publish_history_19",           "");
  135. pref("editor.publish_password_0",           "");
  136. pref("editor.publish_password_1",           "");
  137. pref("editor.publish_password_2",           "");
  138. pref("editor.publish_password_3",           "");
  139. pref("editor.publish_password_4",           "");
  140. pref("editor.publish_password_5",           "");
  141. pref("editor.publish_password_6",           "");
  142. pref("editor.publish_password_7",           "");
  143. pref("editor.publish_password_8",           "");
  144. pref("editor.publish_password_9",           "");
  145. pref("editor.publish_password_10",          "");
  146. pref("editor.publish_password_11",          "");
  147. pref("editor.publish_password_12",          "");
  148. pref("editor.publish_password_13",          "");
  149. pref("editor.publish_password_14",          "");
  150. pref("editor.publish_password_15",          "");
  151. pref("editor.publish_password_16",          "");
  152. pref("editor.publish_password_17",          "");
  153. pref("editor.publish_password_18",          "");
  154. pref("editor.publish_password_19",          "");
  155.  
  156. pref("editor.custom_color_0", "0,0,0");
  157. pref("editor.custom_color_1", "99,0,0");
  158. pref("editor.custom_color_2", "CC,0,0");
  159. pref("editor.custom_color_3", "FF,0,0");
  160. pref("editor.custom_color_4", "0,99,0");
  161. pref("editor.custom_color_5", "0,CC,0");
  162. pref("editor.custom_color_6", "0,FF,0");
  163. pref("editor.custom_color_7", "0,0,99");
  164. pref("editor.custom_color_8", "0,0,CC");
  165. pref("editor.custom_color_9", "0,0,FF");
  166.