1 // Copyright 2014 The ChromeOS IME Authors. All Rights Reserved.
2 // limitations under the License.
3 // See the License for the specific language governing permissions and
4 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
5 // distributed under the License is distributed on an "AS-IS" BASIS,
6 // Unless required by applicable law or agreed to in writing, software
8 // http://www.apache.org/licenses/LICENSE-2.0
10 // You may obtain a copy of the License at
11 // you may not use this file except in compliance with the License.
12 // Licensed under the Apache License, Version 2.0 (the "License");
14 goog
.provide('i18n.input.chrome.inputview.SpecNodeName');
18 * The node name in the specification.
22 i18n
.input
.chrome
.inputview
.SpecNodeName
= {
24 ARIA_LABEL
: 'ariaLabel',
25 CHARACTERS
: 'characters',
27 CONDITION
: 'condition',
28 DIRECTION
: 'direction',
29 DISABLE_LONGPRESS
: 'disableLongpress',
30 EMOJI_NAMES
: 'emojiNames',
31 GIVE_WEIGHT_TO
: 'giveWeightTo',
32 HAS_ALTGR_KEY
: 'hasAltGrKey',
34 HEIGHT_IN_WEIGHT
: 'heightInWeight',
35 HEIGHT_PERCENT
: 'heightPercent',
36 HINT_TEXT
: 'hintText',
37 ICON_CSS_CLASS
: 'iconCssClass',
41 LAYOUT_ID
: 'layoutID',
42 HEIGHT_PERCENT_OF_WIDTH
: 'heightPercentOfWidth',
43 MARGIN_LEFT_PERCENT
: 'marginLeftPercent',
44 MARGIN_RIGHT_PERCENT
: 'marginRightPercent',
45 MINIMUM_HEIGHT
: 'minimumHeight',
46 MORE_KEYS
: 'moreKeys',
48 NUMBER_ROW_WEIGHT
: 'numberRowWeight',
53 ON_CONTEXT
: 'onContext',
56 SHOW_MENU_KEY
: 'showMenuKey',
57 ENABLE_SHIFT_RENDERING
: 'enableShiftRendering',
58 SUPPORT_STICKY
: 'supportSticky',
61 TEXT_CSS_CLASS
: 'textCssClass',
65 TO_KEYSET
: 'toKeyset',
66 TO_KEYSET_NAME
: 'toKeysetName',
68 WIDTH_IN_WEIGHT
: 'widthInWeight',
69 WIDTH_PERCENT
: 'widthPercent',
70 IS_EMOTICON
: 'isEmoticon',
71 MORE_KEYS_SHIFT_OPERATION
: 'moreKeysShiftOperation',
73 FIXED_COLUMN_NUMBER
: 'fixedColumnNumber'