Home
last modified time | relevance | path

Searched refs:showTips (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.5.5/
H A Dchangelogs-arkui.md3 ## cl.arkui.1 Slider设置showTips方法显示效果变更
15 Slider通过设置showTips方法,显示气泡。该方法有两个参数,参数1:boolean类型,表示是否显示气泡;参数2:ResourceStr类型,表示气泡中的文本内容。
18 a) showTips 第一个参数设置为true显示气泡,气泡样式变化
28 b) showTips 第二个参数设置文本内容时,文本内容可能产生变化
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-slider.md143 ### showTips subsection
145 showTips(value: boolean, content?: ResourceStr)
585 该示例通过配置style、showTips、showSteps控制气泡、刻度值、滑块和滑轨的显示。
612 .showTips(true)
647 .showTips(true)
684 .showTips(true)
706 .showTips(true)
737 .showTips(true)
808 .showTips(true, this.tipsValue.toFixed())
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Dslider_component.h170 void SetShowTips(bool showTips) in SetShowTips() argument
172 showTips_ = showTips; in SetShowTips()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkSlider.ts47 showTips(value: boolean, content?: any): this {
48 let showTips = new ArkSliderTips(value, content);
49 modifierWithKey(this._modifiersWithKeys, ShowTipsModifier.identity, ShowTipsModifier, showTips);
/ohos5.0/docs/zh-cn/third-party-cases/
H A Dcircle-progress-bar.md127 .showTips(true)
255 .showTips(true)
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_slider.cpp406 bool showTips = false; in SetShowTips() local
408 showTips = info[0]->ToBoolean(); in SetShowTips()
419 SliderModel::GetInstance()->SetShowTips(showTips, content); in SetShowTips()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-slider.md143 ### showTips subsection
145 showTips(value: boolean, content?: ResourceStr)
585 …p, current step, and slider thumb and track by configuring **style**, **showTips**, and **showStep…
612 .showTips(true)
647 .showTips(true)
684 .showTips(true)
706 .showTips(true)
737 .showTips(true)
808 .showTips(true, this.tipsValue.toFixed())
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_slider_bridge.cpp61 bool showTips = false; in SetShowTips() local
63 showTips = showTipArg->ToBoolean(vm)->Value(); in SetShowTips()
68 … GetArkUINodeModifiers()->getSliderModifier()->setShowTips(nativeNode, showTips, content.c_str()); in SetShowTips()
70 GetArkUINodeModifiers()->getSliderModifier()->setShowTips(nativeNode, showTips, nullptr); in SetShowTips()
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.5.5/
H A Dchangelogs-arkui.md3 ## cl.arkui.1 Display Effect Change for the showTips Method of the \<Slider> Component
15 The **showTips** method of the **\<Slider>** component is affected. This method has two parameters:…
18 - Style of the tooltip when the first parameter of **showTips** is set to **true**
28 - Width of the text content specified by the second parameter of **showTips**
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/export/
H A DarkComponent.d.ts999 showTips(value: boolean, content?: any): this;
/ohos5.0/docs/zh-cn/release-notes/api-diff/Beta5 to v3.2-Release/
H A Djs-apidiff-arkui.md1128 …名:SliderAttribute<br>方法 or 属性:showTips(value: boolean): SliderAttribute;<br>起始版本:7|类名:SliderAttrib…
/ohos5.0/docs/en/release-notes/api-diff/Beta5-to-v3.2-Release/
H A Djs-apidiff-arkui.md1128 …bute name: showTips(value: boolean): SliderAttribute;<br>Initial version: 7|Class name: SliderAttr…
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js19405 showTips(value, content) { method in ArkSliderComponent
19406 let showTips = new ArkSliderTips(value, content);
19407 modifierWithKey(this._modifiersWithKeys, ShowTipsModifier.identity, ShowTipsModifier, showTips);
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-arkui.md2773 …tribute;<br>方法or属性:showTips(value: boolean, content?: ResourceStr): SliderAttribute;<br>旧版本信息:|类名:…
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/
H A Djs-apidiff-arkui.md2773showTips(value: boolean, content?: ResourceStr): SliderAttribute;<br>Old version information: |Cla…