Lines Matching refs:button

3 …component represents a Paste button that allows you to obtain temporary storage permissions from u…
19 Creates a Save button with an icon, text, and background.
31 Creates a Save button that contains the specified elements.
43 | options | [SaveButtonOptions](#savebuttonoptions) | Yes| Options for creating the Save button.|
47 Describes the icon, text, and other specific elements for the Save button.
52 …n [SaveButton](#savebutton-1) will not take effect, and the created Save button will be in the def…
60 | icon | [SaveIconStyle](#saveiconstyle) | No| Icon style of the Save button.<br>If this parameter …
61 | text | [SaveDescription](#savedescription) | No| Text on the Save button.<br>If this parameter is…
62button.md#buttontype) | No| Background type of the Save button.<br>If this parameter is not specif…
81 | DOWNLOAD | 0 | The text on the Save button is **Download**.<br>**Atomic service API**: This API c…
82 | DOWNLOAD_FILE | 1 | The text on the Save button is **Download File**.<br>**Atomic service API**: …
83 | SAVE | 2 | The text on the Save button is **Save**.<br>**Atomic service API**: This API can be us…
84 | SAVE_IMAGE | 3 | The text on the Save button is **Save Image**.<br>**Atomic service API**: This A…
85 | SAVE_FILE | 4 | The text on the Save button is **Save File**.<br>**Atomic service API**: This API…
86 | DOWNLOAD_AND_SHARE | 5 | The text on the Save button is **Download and Share**.<br>**Atomic servi…
87 | RECEIVE | 6 | The text on the Save button is **Receive**.<br>**Atomic service API**: This API can…
88 | CONTINUE_TO_RECEIVE | 7 | The text on the Save button is **Continue**.<br>**Atomic service API**:…
89 | SAVE_TO_GALLERY<sup>12+</sup> | 8 | The text on the Save button is **Save to Gallery**.<br>**Atom…
90 | EXPORT_TO_GALLERY<sup>12+</sup> | 9 | The text on the Save button is **Export**.<br>**Atomic serv…
91 | QUICK_SAVE_TO_GALLERY<sup>12+</sup> | 10 | The text on the Save button is **Quick Save**.<br>**At…
92 | RESAVE_TO_GALLERY<sup>12+</sup> | 11 | The text on the Save button is **Resave**.<br>**Atomic ser…
102 | SUCCESS | 0 | The Save button is touched successfully.|
103 | TEMPORARY_AUTHORIZATION_FAILED | 1 | Temporary authorization fails after the Save button is touch…
143 // Create a default Save button with an icon, text, and background.
162 …the button has an icon, text, and background depends on whether the corresponding parameter is pas…
164 …// This button only has the icon and background. If the alpha value of the most significant eight …
167 …// The button has an icon, text, and background. If the alpha value of the most significant eight …
169 …// Create a button with an icon, text, and background. If the set width is less than the minimum a…
173 …// Create a button with an icon, text, and background. If the set width is less than the minimum a…
177 …// Create a button with an icon, text, and background. If the set width is less than the minimum a…