From 87923699fcbde2da5b16c428e587d0c3b2d431b0 Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Wed, 24 Jul 2019 16:59:22 +0900 Subject: [PATCH] Added a description of ACStyle. --- mkdocs/acjson.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/mkdocs/acjson.md b/mkdocs/acjson.md index 2ac4abd..dcdba33 100644 --- a/mkdocs/acjson.md +++ b/mkdocs/acjson.md @@ -20,7 +20,7 @@ A JSON document for AutoConnect can contain the custom Web page multiple. You ca AutoConnectAux will configure custom Web pages with JSON objects. The elements that make up the object are as follows: -``` +```js { "title" : title, "uri" : uri, @@ -103,7 +103,7 @@ You can put declarations of multiple custom Web pages in one JSON document. In t JSON description for AutoConnectElements describes as an array in the *element* with arguments of [each constructor](acelements.md#constructor). -``` +```js { "name" : name, "type" : type, @@ -124,6 +124,7 @@ JSON description for AutoConnectElements describes as an array in the *element* : - AutoConnectInput: [**ACInput**](#acinput) : - AutoConnectRadio: [**ACRadio**](#acradio) : - AutoConnectSelect: [**ACSelect**](#acselect) +: - AutoConnectStyle: [**ACStyle**](#acstyle) : - AutoConnectSubmit: [**ACSubmit**](#acsubmit) : - AutoConnectText: [**ACText**](#actext) @@ -169,6 +170,9 @@ This is different for each AutoConnectElements, and the key that can be specifie : - **label** : Specifies a label of the drop-down list. Its placement is always to the left of the drop-down list. : - **option** : Specifies the initial value collection of the drop-down list as an array element. +#### ACStyle +: - **value** : Specifies the cuscom CSS code. + #### ACSubmit : - **value** : Specifies a label of the submit button. : - **uri** : Specifies the URI to send form data when the button is clicked.