From: Mike Taylor Date: Mon, 11 Aug 2014 12:27:05 +0000 (+0100) Subject: Format the popup-properties table to realign the columns. X-Git-Tag: 1.0.0~39^2~7^2~4^2~35 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=d24ccea4f47164ae9370f29a741b4ad2cbaeba9b Format the popup-properties table to realign the columns. (Markdown is nice in many ways, but its tables are hideous.) --- diff --git a/doc/mkws-manual.markdown b/doc/mkws-manual.markdown index 2247868..79b396e 100644 --- a/doc/mkws-manual.markdown +++ b/doc/mkws-manual.markdown @@ -701,19 +701,19 @@ from that toolkit. The relevant lines are: ---- -Element Type Default Description --------- ----- --------- ------------ -popup_width string 880 Width of the popup window (if used), in - pixels. +Element Type Default Description +-------- ----- ------- ------------ +popup_width string 880 Width of the popup window (if used), in + pixels. -popup_height string 760 Height of the popup window (if used), in - pixels. +popup_height string 760 Height of the popup window (if used), in + pixels. -popup_button string input.mkwsButton (Never change this.) +popup_button string `input.mkwsButton` (Never change this.) -popup_modal string 0 Modal confirmation mode. Valid values are 0 or 1 +popup_modal string 0 Modal confirmation mode. Valid values are 0 or 1 -popup_autoOpen string 1 Open popup window on load. Valid values are 0 or 1 +popup_autoOpen string 1 Open popup window on load. Valid values are 0 or 1 ----