|
1763 | 1763 | "SplitIntro": "You can create a split drop-down menu with tags similar to a single button drop-down menu, and add ShowSplit='true' when you use a split component. Insert this symbol as a drop-down The options are handled at appropriate intervals (distance).", |
1764 | 1764 | "SizeTitle": "Size definition", |
1765 | 1765 | "SizeIntro": "The drop-down menu has a variety of size specifications to choose from <code>Size</code> attributes, including preset and split button drop-down menus.", |
| 1766 | + "IsAsyncTitle": "Asynchronous request button", |
| 1767 | + "IsAsyncIntro": "By setting whether the <code>isAsync</code> property button is <b>asynchronous request button by setting whether the is</b> <code>false</code> by default", |
1766 | 1768 | "DirectionTitle": "Expanding direction", |
1767 | 1769 | "DirectionIntro": "Add the style of <code>Direction='Direction.Dropup'</code> to make the drop-down menu expand upward.", |
1768 | 1770 | "AlignmentTitle": "Menu alignment", |
|
1788 | 1790 | "AttributeMenuItem": "Menu item rendering label", |
1789 | 1791 | "AttributeResponsive": "Menu alignment", |
1790 | 1792 | "AttributeShowSplit": "Split button drop-down menu", |
| 1793 | + "AttributeIsAsync": "whether it is an asynchronous button", |
1791 | 1794 | "AttributeSize": "Size", |
1792 | 1795 | "AttributeTagName": "Label", |
1793 | 1796 | "AttributeButtonTemplate": "The template of button", |
|
2226 | 2229 | "Block8Title": "Secondary encapsulation button", |
2227 | 2230 | "Block8Intro": "The button display text is set by setting the <code>Text</code> property of the <code>winButton</code> component, and the click button is the text on the right that shows the clicked button", |
2228 | 2231 | "Block9Title": "Asynchronous request button", |
2229 | | - "Block9Intro": "By setting whether the <code>isAsync</code> property button is <b>asynchronous request button by setting whether the is</b> <code>false</code> by default", |
| 2232 | + "Block9Intro": "By setting whether the <code>isAsync</code> property button is <b>asynchronous request button by setting whether the is</b> <code>false</code> by default. <b>Note</b> This will only take effect when <code>ShowSplit=\"true\"</code> is set", |
2230 | 2233 | "ButtonAsyncDescription": "When the button is an asynchronous request button, the button is changed to disabled, and the <code>loading</code> small icon is displayed, returning to normal after the asynchronous request ends, in this case, after clicking the <b>asynchronous button</b>, the request load animation is displayed and returns to normal after 5 seconds", |
2231 | 2234 | "EventDesc1": "This event is triggered when the button is clicked", |
2232 | 2235 | "EventDesc2": "This event is triggered when the button is clicked and the current component is not refreshed for performance improvement", |
|
0 commit comments