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