Home
last modified time | relevance | path

Searched refs:prevLabel (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-stepperitem.md26 ### prevLabel subsection
28 prevLabel(value: string)
H A Dts-basic-components-stepper.md61 点击当前StepperItem的prevLabel进行步骤切换时触发该回调;或点击当前StepperItem的nextLabel,当前页面不为步骤导航器最后一个StepperItem且ItemSta…
95 点击StepperItem的prevLabel切换上一步骤时触发该回调。
170 .prevLabel('Previous')
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-container-stepper.md139 prevLabel: 'BACK',
145 prevLabel: 'BACK',
151 prevLabel: 'BACK',
H A Djs-components-container-stepper-item.md31 | prevLabel | string | - | 步骤导航器底部回退文本按钮的描述文本。 |
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Dui-js-components-stepper.md128 prevLabel: 'BACK',
133 prevLabel: 'BACK',
373 prevLabel: 'The text on the left of the starting step is invalid.',
377 prevLabel: 'toggle',
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_stepper_item_bridge.cpp57 std::string prevLabel = valueArg->ToString(vm)->ToString(vm); in SetPrevLabel() local
58 GetArkUINodeModifiers()->getStepperItemModifier()->setPrevLabel(nativeNode, prevLabel.c_str()); in SetPrevLabel()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-stepper.md61 Invoked when the **prevLabel** of the current **StepperItem** is clicked to switch to the previous …
95 Invoked when the **prevLabel** of the current **StepperItem** is clicked to switch to the previous …
168 .prevLabel('Previous')
H A Dts-basic-components-stepperitem.md26 ### prevLabel subsection
28 prevLabel(value: string)
/ohos5.0/docs/en/application-dev/ui/
H A Dui-js-components-stepper.md128 prevLabel: 'BACK',
133 prevLabel: 'BACK',
373 prevLabel: 'The text on the left of the starting step is invalid.',
377 prevLabel: 'toggle',
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-container-stepper.md142 prevLabel: 'BACK',
148 prevLabel: 'BACK',
154 prevLabel: 'BACK',
H A Djs-components-container-stepper-item.md31 | prevLabel | string | - | Text content of the previous button at the bottom of the step navigator.|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkStepperItem.ts21 prevLabel(value: string): this {
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/export/
H A DarkComponent.d.ts1288 prevLabel(value: string): this;
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-arkui.md2807 …ItemAttribute;<br>方法or属性:prevLabel(value: string): StepperItemAttribute;<br>旧版本信息:|类名:StepperItemA…
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js24401 prevLabel(value) { method in ArkStepperItemComponent
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/
H A Djs-apidiff-arkui.md2807 …: prevLabel(value: string): StepperItemAttribute;<br>Old version information: |Class name: Stepper…