Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(408)

Unified Diff: chrome/browser/resources/options/chromeos_language_pinyin_options.html

Issue 3015028: Add Simplified Chinese (Pinyin) input method DOMUI configuration. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/chromeos/dom_ui/language_pinyin_options_handler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/chromeos_language_pinyin_options.html
diff --git a/chrome/browser/resources/options/chromeos_language_pinyin_options.html b/chrome/browser/resources/options/chromeos_language_pinyin_options.html
index b4ca72059adf6916a5ec56a477fdc1e4466453cf..a83d49b0e7b021f968f6e0ce6d7b9d4c1f4ac3ca 100644
--- a/chrome/browser/resources/options/chromeos_language_pinyin_options.html
+++ b/chrome/browser/resources/options/chromeos_language_pinyin_options.html
@@ -1,3 +1,111 @@
<div class="page hidden" id="languagePinyinPage">
<h1 i18n-content="languagePinyinPage"></h1>
+ <section>
+ <table class="option-control-table">
+ <tr>
+ <td class="option-name" colspan="2"><label><input
+ id="pinyin-correct-pinyin"
+ pref="settings.language.pinyin_correct_pinyin"
+ type="checkbox">
+ <span i18n-content="CorrectPinyinContent"></span></label>
+ </td>
+ </tr>
+ <tr>
+ <td class="option-name" colspan="2"><label><input
+ id="pinyin-fuzzy-pinyin"
+ pref="settings.language.pinyin_fuzzy_pinyin"
+ type="checkbox">
+ <span i18n-content="FuzzyPinyinContent"></span></label>
+ </td>
+ </tr>
+ <tr>
+ <td class="option-name" colspan="2"><label><input
+ id="pinyin-shift-select-candidate"
+ pref="settings.language.pinyin_shift_select_candidate"
+ type="checkbox">
+ <span i18n-content="ShiftSelectCandidateContent"></span></label>
+ </td>
+ </tr>
+ <tr>
+ <td class="option-name" colspan="2"><label><input
+ id="pinyin-minus-equal-page"
+ pref="settings.language.pinyin_minus_equal_page"
+ type="checkbox">
+ <span i18n-content="MinusEqualPageContent"></span></label>
+ </td>
+ </tr>
+ <tr>
+ <td class="option-name" colspan="2"><label><input
+ id="pinyin-comma-period-page"
+ pref="settings.language.pinyin_comma_period_page"
+ type="checkbox">
+ <span i18n-content="CommaPeriodPageContent"></span></label>
+ </td>
+ </tr>
+ <tr>
+ <td class="option-name" colspan="2"><label><input
+ id="pinyin-auto-commit"
+ pref="settings.language.pinyin_auto_commit"
+ type="checkbox">
+ <span i18n-content="AutoCommitContent"></span></label>
+ </td>
+ </tr>
+ <tr>
+ <td class="option-name" colspan="2"><label><input
+ id="pinyin-double-pinyin"
+ pref="settings.language.pinyin_double_pinyin"
+ type="checkbox">
+ <span i18n-content="DoublePinyinContent"></span></label>
+ </td>
+ </tr>
+ <tr>
+ <td class="option-name" colspan="2"><label><input
+ id="pinyin-init-chinese"
+ pref="settings.language.pinyin_init_chinese"
+ type="checkbox">
+ <span i18n-content="InitChineseContent"></span></label>
+ </td>
+ </tr>
+ <tr>
+ <td class="option-name" colspan="2"><label><input
+ id="pinyin-init-full"
+ pref="settings.language.pinyin_init_full"
+ type="checkbox">
+ <span i18n-content="InitFullContent"></span></label>
+ </td>
+ </tr>
+ <tr>
+ <td class="option-name" colspan="2"><label><input
+ id="pinyin-init-full-punct"
+ pref="settings.language.pinyin_init_full_punct"
+ type="checkbox">
+ <span i18n-content="InitFullPunctContent"></span></label>
+ </td>
+ </tr>
+ <tr>
+ <td class="option-name" colspan="2"><label><input
+ id="pinyin-init-simplified-chinese"
+ pref="settings.language.pinyin_init_simplified_chinese"
+ type="checkbox">
+ <span i18n-content="InitSimplifiedChineseContent"></span></label>
+ </td>
+ </tr>
+ <tr>
+ <td class="option-name" colspan="2"><label><input
+ id="pinyin-trad-candidate"
+ pref="settings.language.pinyin_trad_candidate"
+ type="checkbox">
+ <span i18n-content="TradCandidateContent"></span></label>
+ </td>
+ </tr>
+ <tr>
+ <td class="option-name" i18n-content="DoublePinyinSchemaContent"></td>
+ <td class="option-value">
+ <select id="pinyin-double-pinyin-schema" class="control"
+ pref="settings.language.pinyin_double_pinyin_schema"
+ data-values="DoublePinyinSchemaValue"></select>
+ </td>
+ </tr>
+ </table>
+ </section>
</div>
« no previous file with comments | « chrome/browser/chromeos/dom_ui/language_pinyin_options_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698