mirror of
https://github.com/openharmony/ace_ace_engine.git
synced 2026-07-21 01:45:30 -04:00
update frameworks/bridge/declarative_frontend/jsview/js_textinput.cpp.
Signed-off-by: zhongjianfei <zhongjianfei@huawei.com> Change-Id: I5883e8e432b34bdb8819ca2e006d55717bbfa374
This commit is contained in:
@@ -31,7 +31,7 @@ void JSTextInput::JSBind(BindingTarget globalObj)
|
||||
JSClass<JSTextInput>::Declare("TextInput");
|
||||
MethodOptions opt = MethodOptions::NONE;
|
||||
JSClass<JSTextInput>::StaticMethod("create", &JSTextInput::Create, opt);
|
||||
JSClass<JSTextInput>::StaticMethod("textInpuutType", &JSTextInput::SetType);
|
||||
JSClass<JSTextInput>::StaticMethod("textInputType", &JSTextInput::SetType);
|
||||
JSClass<JSTextInput>::StaticMethod("placeholderColor", &JSTextInput::SetPlaceholderColor);
|
||||
JSClass<JSTextInput>::StaticMethod("placeholderFont", &JSTextInput::SetPlaceholderFont);
|
||||
JSClass<JSTextInput>::StaticMethod("enterKeyType", &JSTextInput::SetEnterKeyType);
|
||||
|
||||
Reference in New Issue
Block a user