You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/examples/basic/content/button.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
1
1
+++
2
2
Categories = ["Widgets"]
3
3
Authors = "Bea A. Author<sup>1</sup> and Test Ing Name<sup>2</sup>"
4
-
Affiliations = "<sup>1</sup>University of Somwhere <sup>2</sup>University of Elsewhere"
4
+
Affiliations = "<sup>1</sup>University of Somewhere <sup>2</sup>University of Elsewhere"
5
5
Abstract = "The button is an essential element of any GUI framework, with the capability of triggering actions of any sort. Actions are very important because they allow people to actually do something."
6
+
Date = "2026-05-01"
6
7
+++
7
8
8
9
A **button** is a [[widget]] that a user can click on to trigger a described action. See [[func button]] for a button [[value binding|bound]] to a function. There are various [[#types]] of buttons.
Authors: "Bea A. Author<sup>1</sup> and Test Ing Name<sup>2</sup>",
25
-
Affiliations: "<sup>1</sup>University of Somwhere <sup>2</sup>University of Elsewhere",
29
+
Affiliations: "<sup>1</sup>University of Somewhere <sup>2</sup>University of Elsewhere",
26
30
Abstract: "The button is an essential element of any GUI framework, with the capability of triggering actions of any sort. Actions are very important because they allow people to actually do something.",
0 commit comments