Lines Matching refs:icon
19 Creates a Paste button with an icon, text, and background.
43 …) | Yes| Options for creating the Paste button.<br>Default value:<br>{<br>icon: PasteIconStyle.LIN…
47 Describes the icon, text, and other specific elements for the Paste button.
51 > At least one of **icon** or **text** must be provided.<br>
52 > If neither **icon** nor **text** is provided, the **options** parameter in [[PasteButton](#pasteb…
60 | icon | [PasteIconStyle](#pasteiconstyle) | No| Icon style of the Paste button.<br>If this paramet…
76 | LINES | 0 | Line style icon.|
130 // Create a default button with an icon, text, and background.
135 PasteButton({icon:PasteIconStyle.LINES})
136 …// Create a button with only an icon and background. If the alpha value of the most significant ei…
137 PasteButton({icon:PasteIconStyle.LINES, buttonType:ButtonType.Capsule})
139 …// Create a button with an icon, text, and background. If the alpha value of the most significant …
140 …PasteButton({icon:PasteIconStyle.LINES, text:PasteDescription.PASTE, buttonType:ButtonType.Capsule…
141 …// Create a button with an icon, text, and background. If the set width is less than the minimum a…
142 …PasteButton({icon:PasteIconStyle.LINES, text:PasteDescription.PASTE, buttonType:ButtonType.Capsule…
145 …// Create a button with an icon, text, and background. If the set width is less than the minimum a…
146 …PasteButton({icon:PasteIconStyle.LINES, text:PasteDescription.PASTE, buttonType:ButtonType.Capsule…
149 …// Create a button with an icon, text, and background. If the set width is less than the minimum a…
150 …PasteButton({icon:PasteIconStyle.LINES, text:PasteDescription.PASTE, buttonType:ButtonType.Capsule…