Lines Matching refs:button
3 …omponent represents a Paste button that allows you to obtain temporary pasteboard permissions from…
19 Creates a Paste button with an icon, text, and background.
31 Creates a Paste button that contains the specified elements.
43 | options | [PasteButtonOptions](#pastebuttonoptions) | Yes| Options for creating the Paste button.…
47 Describes the icon, text, and other specific elements for the Paste button.
52 …PasteButton](#pastebutton-1) will not take effect, and the created Paste button will be in the def…
60 | icon | [PasteIconStyle](#pasteiconstyle) | No| Icon style of the Paste button.<br>If this paramet…
61 | text | [PasteDescription](#pastedescription) | No| Text on the Paste button.<br>If this parameter…
62 …ents-button.md#buttontype) | No| Background style of the Paste button.<br>If this parameter is not…
86 | PASTE | 0 | The text on the Paste button is **Paste**.|
96 | SUCCESS | 0 | The Paste button is touched successfully.|
97 | TEMPORARY_AUTHORIZATION_FAILED | 1 | Temporary authorization fails after the Paste button is touc…
130 // Create a default button with an icon, text, and background.
134 …ponding to the element is specified. If buttonType is not passed in, the button uses the ButtonTyp…
136 …// Create a button with only an icon and background. If the alpha value of the most significant ei…
139 …// Create a button with an icon, text, and background. If the alpha value of the most significant …
141 …// Create a button with an icon, text, and background. If the set width is less than the minimum a…
145 …// Create a button with an icon, text, and background. If the set width is less than the minimum a…
149 …// Create a button with an icon, text, and background. If the set width is less than the minimum a…