Skip to content

Commit bb8b777

Browse files
committed
[add] a note for fieldset show()/hide() methods
1 parent 1bf7383 commit bb8b777

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/form/api/fieldset/fieldset_hide_method.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ description: You can explore the hide method of the Fieldset control of Form in
88

99
@short: hides a Fieldset control
1010

11+
:::info
12+
Note that the method calls the `hide()` methods of the nested controls.
13+
:::
14+
1115
@signature: {'hide(): void;'}
1216

1317
@example:

docs/form/api/fieldset/fieldset_show_method.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,16 @@ description: You can explore the show method of the Fieldset control of Form in
88

99
@short: shows a Fieldset control on the page
1010

11+
:::info
12+
Note that the method calls the `show()` methods of the nested controls.
13+
:::
14+
1115
@signature: {'show(): void;'}
1216

1317
@example:
1418
form.getItem("fieldset").show();
1519

1620
@descr:
1721
The method doesn't invoke the fieldset events. It invokes the events of the nested controls.
22+
23+

0 commit comments

Comments
 (0)