mirror of
https://github.com/openharmony/developtools_ace-ets2bundle.git
synced 2026-07-19 16:43:34 -04:00
@@ -2,7 +2,7 @@
|
||||
"name": "AlphabetIndexer",
|
||||
"attrs": [
|
||||
"onSelected", "selectedColor", "popupColor", "selectedBackgroundColor", "popupBackground", "usingPopup",
|
||||
"selectedFont", "popupFont", "itemSize", "font", "color", "alignStyle", "onRequestPopupData", "onPopupSelected",
|
||||
"selectedIndex", "popupPosition"
|
||||
"selectedFont", "popupFont", "itemSize", "font", "color", "alignStyle", "onRequestPopupData", "onPopupSelect",
|
||||
"selected", "popupPosition", "onSelect"
|
||||
]
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "Navigation",
|
||||
"attrs": ["title", "subTitle", "hideTitleBar", "hideBackButton", "titleMode", "menus", "menuCount",
|
||||
"toolBar", "hideToolBar", "onTitleModeChanged"]
|
||||
"toolBar", "hideToolBar", "onTitleModeChange"]
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name":"Select",
|
||||
"attrs":["selected", "value", "font", "fontColor", "selectedOptionBgColor", "selectedOptionFont",
|
||||
"selectedOptionFontColor", "optionBgColor", "optionFont", "optionFontColor", "onSelected"
|
||||
"selectedOptionFontColor", "optionBgColor", "optionFont", "optionFontColor", "onSelect"
|
||||
]
|
||||
}
|
||||
@@ -4,6 +4,6 @@
|
||||
"attrs": [
|
||||
"type", "placeholderColor", "placeholderFont", "enterKeyType", "caretColor", "maxLength",
|
||||
"onEditChanged", "onSubmit", "onChange", "onCopy", "OnCut", "OnPaste", "fontSize",
|
||||
"fontColor", "fontStyle", "fontWeight", "fontFamily", "inputFilter"
|
||||
"fontColor", "fontStyle", "fontWeight", "fontFamily", "inputFilter", "onEditChange"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user