From 09eb3547b16cfa74e54ee6ec95df829d26ffeb2f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?=
Date: Mon, 3 Nov 2014 14:07:38 -0500
Subject: [PATCH 1/2] Dialog: Document button pass-thru options
Fixes gh-208
---
entries/dialog.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/entries/dialog.xml b/entries/dialog.xml
index 7e897aaf..394693e9 100644
--- a/entries/dialog.xml
+++ b/entries/dialog.xml
@@ -115,7 +115,7 @@
The keys are the button labels and the values are the callbacks for when the associated button is clicked.
- Each element of the array must be an object defining the attributes, properties, and event handlers to set on the button.
+ Each element of the array must be an object defining the attributes, properties, and event handlers to set on the button. In addition, a key of icons can be used to control button's icons option, and a key of showText can be used to control button's text option.