summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/options/chromeos_language_chewing_options.html
blob: 810ecc8d4ffab4cb6b4487eae10d9e003c5880eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<div class="page hidden" id="languageChewingPage">
  <h1 i18n-content="languageChewingPage"></h1>
  <section>
    <table class="option-control-table">
       <tr>
         <td class="option-name" colspan="2">
          <label class="checkbox">
            <input id="chewing-auto-shift-cur"
                pref="settings.language.chewing_auto_shift_cur" type="checkbox">
            <span i18n-content="Chewing_autoShiftCur"></span>
          </label>
         </td>
       </tr>
       <tr>
         <td class="option-name" colspan="2">
          <label class="checkbox">
            <input id="chewing-add-phrase-direction"
                pref="settings.language.chewing_add_phrase_direction"
                type="checkbox">
            <span i18n-content="Chewing_addPhraseDirection"></span>
          </label>
         </td>
       </tr>
       <tr>
         <td class="option-name" colspan="2">
          <label class="checkbox">
            <input id="chewing-easy-symbol-input"
                pref="settings.language.chewing_easy_symbol_input"
                type="checkbox">
            <span i18n-content="Chewing_easySymbolInput"></span>
          </label>
         </td>
       </tr>
       <tr>
         <td class="option-name" colspan="2">
          <label class="checkbox">
            <input id="chewing-esc-clean-all-buf"
                pref="settings.language.chewing_esc_clean_all_buf"
                type="checkbox">
           <span i18n-content="Chewing_escCleanAllBuf"></span>
          </label>
         </td>
       </tr>
       <tr>
         <td class="option-name" colspan="2">
          <label class="checkbox">
            <input id="chewing-force-lowercase-english"
                pref="settings.language.chewing_force_lowercase_english"
                type="checkbox">
           <span i18n-content="Chewing_forceLowercaseEnglish"></span>
          </label>
         </td>
       </tr>
       <tr>
         <td class="option-name" colspan="2">
          <label class="checkbox">
            <input id="chewing-plain-zhuyin"
                pref="settings.language.chewing_plain_zhuyin"
                type="checkbox">
           <span i18n-content="Chewing_plainZhuyin"></span>
          </label>
         </td>
       </tr>
       <tr>
         <td class="option-name" colspan="2">
          <label class="checkbox">
            <input id="chewing-phrase-choice-rearward"
                pref="settings.language.chewing_phrase_choice_rearward"
                type="checkbox">
           <span i18n-content="Chewing_phraseChoiceRearward"></span>
          </label>
         </td>
       </tr>
       <tr>
         <td class="option-name" colspan="2">
          <label class="checkbox">
            <input id="chewing-space-as-selection"
                pref="settings.language.chewing_space_as_selection"
                type="checkbox">
           <span i18n-content="Chewing_spaceAsSelection"></span>
          </label>
         </td>
       </tr>
       <tr>
         <td class="option-name" i18n-content="Chewing_maxChiSymbolLen"></td>
         <td class="option-value">
           <input id="chewing-max-chi-symbol-len" class="control"
              pref="settings.language.chewing_max_chi_symbol_len"
              i18n-values="min:Chewing_maxChiSymbolLenMin;
                           max:Chewing_maxChiSymbolLenMax"
              type="range">
           <span id="chewing-max-chi-symbol-len-value"></span>
         </td>
       </tr>
       <tr>
         <td class="option-name" i18n-content="Chewing_candPerPage"></td>
         <td class="option-value">
           <select id="chewing-cand-per-page" class="control"
                pref="settings.language.chewing_cand_per_page"
                dataType="string"
                i18n-options="Chewing_candPerPageValue"></select>
         </td>
       </tr>
       <tr>
         <td class="option-name" i18n-content="Chewing_KBType"></td>
         <td class="option-value">
           <select id="chewing-keyboard-type" class="control"
                pref="settings.language.chewing_keyboard_type"
                dataType="string"
                i18n-options="Chewing_KBTypeValue"></select>
         </td>
       </tr>
       <tr>
         <td class="option-name" i18n-content="Chewing_selKeys"></td>
         <td class="option-value">
           <select id="chewing-sel-keys" class="control"
                pref="settings.language.chewing_sel_keys"
                dataType="string"
                i18n-options="Chewing_selKeysValue"></select>
         </td>
       </tr>
       <tr>
         <td class="option-name" i18n-content="Chewing_hsuSelKeyType"></td>
         <td class="option-value">
           <select id="chewing-sel-key-type" class="control"
                pref="settings.language.chewing_hsu_sel_key_type"
                dataType="string"
                i18n-options="Chewing_hsuSelKeyTypeValue"></select>
         </td>
       </tr>
     </table>
  </section>
</div>