From 92d0fc7e8afd89ca6df4ed834ca91322b32efbf6 Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Fri, 11 Jan 2019 12:14:57 +0900 Subject: [PATCH] Under the work of v0.9.7 documentation --- README.md | 2 +- mkdocs/acelements.md | 110 ++++++++++++++++++++++++++++++++----- mkdocs/acintro.md | 2 +- mkdocs/apiconfig.md | 2 +- mkdocs/changelog.md | 17 +++--- mkdocs/images/acsubmit.png | Bin 0 -> 941 bytes mkdocs/images/actext.png | Bin 0 -> 5190 bytes 7 files changed, 108 insertions(+), 25 deletions(-) create mode 100644 mkdocs/images/acsubmit.png create mode 100644 mkdocs/images/actext.png diff --git a/README.md b/README.md index 8f8187d..dab32a4 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ Full documentation is available on https://Hieromon.github.io/AutoConnect, some ## Change log -### [0.9.7] Jan. 10, 2019 +### [0.9.7] Jan. 25, 2019 - Fixed crash in some environments. Thank you @ageurtse - Supports AutoConnect menu extention by user sketch with **AutoConnectAux**. - Supports loading and saving of user-defined parameters with JSON format. diff --git a/mkdocs/acelements.md b/mkdocs/acelements.md index 23db229..1b5daa7 100644 --- a/mkdocs/acelements.md +++ b/mkdocs/acelements.md @@ -92,7 +92,7 @@ Furthermore, to convert an entity that is not an AutoConnectElement to its nativ ## AutoConnectButton -AutoConnectButton generates an HTML `button type="button"` tag and locates a clickable button to a custom Web page. Currently AutoConnectButton corresponds only to name, value, an onclick attribute of HTML button tag. An onclick attribute is generated from an `action` member variable of the AutoConnectButton, which is mostly used with a JavaScript to activate a script. +AutoConnectButton generates an HTML `