From 2094f94d8c848766107a2acb9a3e4965ab3f42d6 Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Mon, 8 Apr 2019 23:57:06 +0900 Subject: [PATCH] Adds explanation for AutoConnectFile --- mkdocs/acelements.md | 35 +++++++++++++++- mkdocs/achandling.md | 33 +++++++++++++-- mkdocs/acjson.md | 3 ++ mkdocs/apiaux.md | 13 +++++- mkdocs/apielements.md | 97 +++++++++++++++++++++++++++++++++++++++++++ mkdocs/index.md | 7 +--- mkdocs/lsbegin.md | 9 ++-- 7 files changed, 180 insertions(+), 17 deletions(-) diff --git a/mkdocs/acelements.md b/mkdocs/acelements.md index a68bb13..4d2d91c 100644 --- a/mkdocs/acelements.md +++ b/mkdocs/acelements.md @@ -5,6 +5,7 @@ Representative HTML elements for making the custom Web page are provided as Auto - [AutoConnectButton](#autoconnectbutton): Labeled action button - [AutoConnectCheckbox](#autoconnectcheckbox): Labeled checkbox - [AutoConnectElement](#autoconnectelement-a-basic-class-of-elements): General tag +- [AutoConnectFile](#autoconnectfile): File uploader - [AutoConnectInput](#autoconnectinput): Labeled text input box - [AutoConnectRadio](#autoconnectradio): Labeled radio button - [AutoConnectSelect](#autoconnectselect): Selection list @@ -63,6 +64,7 @@ The enumerators for *ACElement_t* are as follows: - AutoConnectButton: **AC_Button** - AutoConnectCheckbox: **AC_Checkbox** - AutoConnectElement: **AC_Element** +- AutoConnectFile: **AC_File** - AutoConnectInput: **AC_Input** - AutoConnectRadio: **AC_Radio** - AutoConnectSelect: **AC_Select** @@ -147,6 +149,29 @@ Only will be displayed if a label is not specified A checked is a Boolean value and indicates the checked status of the checkbox. The value of the checked checkbox element is packed in the query string and sent. +## AutoConnectFile + +AutoConnectFile generates asn HTML `#!html ` tag and a `#!html