Home
last modified time | relevance | path

Searched refs:JSTextField (Results 1 - 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_textarea.cpp41 JSClass<JSTextArea>::StaticMethod("placeholderColor", &JSTextField::SetPlaceholderColor); in JSBind()
42 JSClass<JSTextArea>::StaticMethod("placeholderFont", &JSTextField::SetPlaceholderFont); in JSBind()
43 JSClass<JSTextArea>::StaticMethod("backgroundColor", &JSTextField::SetBackgroundColor); in JSBind()
44 JSClass<JSTextArea>::StaticMethod("textAlign", &JSTextField::SetTextAlign); in JSBind()
45 JSClass<JSTextArea>::StaticMethod("caretColor", &JSTextField::SetCaretColor); in JSBind()
46 JSClass<JSTextArea>::StaticMethod("height", &JSTextField::JsHeight); in JSBind()
47 JSClass<JSTextArea>::StaticMethod("width", &JSTextField::JsWidth); in JSBind()
48 JSClass<JSTextArea>::StaticMethod("padding", &JSTextField::JsPadding); in JSBind()
49 JSClass<JSTextArea>::StaticMethod("margin", &JSTextField::JsMargin); in JSBind()
50 JSClass<JSTextArea>::StaticMethod("border", &JSTextField in JSBind()
[all...]
H A Djs_textinput.cpp45 JSClass<JSTextInput>::StaticMethod("type", &JSTextField::SetType); in JSBind()
46 JSClass<JSTextInput>::StaticMethod("contentType", &JSTextField::SetContentType); in JSBind()
47 JSClass<JSTextInput>::StaticMethod("placeholderColor", &JSTextField::SetPlaceholderColor); in JSBind()
48 JSClass<JSTextInput>::StaticMethod("placeholderFont", &JSTextField::SetPlaceholderFont); in JSBind()
49 JSClass<JSTextInput>::StaticMethod("backgroundColor", &JSTextField::SetBackgroundColor); in JSBind()
50 JSClass<JSTextInput>::StaticMethod("enterKeyType", &JSTextField::SetEnterKeyType); in JSBind()
51 JSClass<JSTextInput>::StaticMethod("caretColor", &JSTextField::SetCaretColor); in JSBind()
52 JSClass<JSTextInput>::StaticMethod("caretPosition", &JSTextField::SetCaretPosition); in JSBind()
53 JSClass<JSTextInput>::StaticMethod("selectedBackgroundColor", &JSTextField::SetSelectedBackgroundColor); in JSBind()
54 JSClass<JSTextInput>::StaticMethod("caretStyle", &JSTextField in JSBind()
[all...]
H A Djs_textfield.cpp128 void JSTextField::CreateTextInput(const JSCallbackInfo& info) in CreateTextInput()
178 void JSTextField::CreateTextArea(const JSCallbackInfo& info) in CreateTextArea()
226 void JSTextField::SetType(const JSCallbackInfo& info) in SetType()
243 void JSTextField::SetContentType(const JSCallbackInfo& info) in SetContentType()
260 void JSTextField::SetPlaceholderColor(const JSCallbackInfo& info) in SetPlaceholderColor()
273 void JSTextField::SetPlaceholderFont(const JSCallbackInfo& info) in SetPlaceholderFont()
327 void JSTextField::SetEnterKeyType(const JSCallbackInfo& info) in SetEnterKeyType()
344 void JSTextField::SetTextAlign(int32_t value) in SetTextAlign()
351 void JSTextField::SetLineBreakStrategy(const JSCallbackInfo& info) in SetLineBreakStrategy()
369 void JSTextField
[all...]
H A Djs_textfield.h31 class JSTextField : public JSViewAbstract { class
H A Djs_search.cpp1116 if (JSTextField::ParseJsCustomKeyboardBuilder(info, 0, buildFunc)) { in SetCustomKeyboard()
H A Djs_richeditor.cpp641 if (JSTextField::ParseJsCustomKeyboardBuilder(args, 0, buildFunc)) { in SetCustomKeyboard()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_view_register_impl_ng.cpp577 JSTextField::JSBind(globalObj); in JsBindViews()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtext_field_model_impl.cpp55 JSTextField::UpdateDecoration(boxComponent, textInputComponent, boxBorder, theme); in CreateTextInput()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_text_input_bridge.cpp1585 panda::FunctionRef::New(vm, Framework::JSTextField::JsKeepEditableState) }; in SetOnSubmit()
H A Darkts_native_text_area_bridge.cpp1460 panda::FunctionRef::New(vm, Framework::JSTextField::JsKeepEditableState) }; in SetOnSubmit()

Completed in 26 milliseconds