diff --git a/docs/8.0/ayanova/docs/ay-start-common-controls.md b/docs/8.0/ayanova/docs/ay-start-common-controls.md index 4b9f16d6..e3dffe62 100644 --- a/docs/8.0/ayanova/docs/ay-start-common-controls.md +++ b/docs/8.0/ayanova/docs/ay-start-common-controls.md @@ -127,10 +127,26 @@ Place or remove a check in the checkbox to the left of a day to select or de-sel ### Decimal +![decimal control](img/control-decimal.png) + +The decimal control displays and accepts decimal (fractional) number input. + +The display and input format are controlled by the device and web browser default settings for decimal numbers. + ### Duration +![duration control](img/control-duration.png) + +The duration control displays and accepts input of time spans. + ### Email +![email control](img/control-email.png) + +The email control displays and accepts email addresses. + +To the left of the email display is an @ icon button which, when clicked, will open the device's email application to send an email with the address populated by the contents of the email control. + ### Extension ### Menu @@ -142,6 +158,12 @@ Place or remove a check in the checkbox to the left of a day to select or de-sel ### Phone +![Phone control](img/control-phone.png) + +The phone control displays and accepts phone numbers. + +To the left of the email display is a phone icon button which, when clicked, will open the device's dialer application to make a call to the number displayed. + ### Role The Authorization Role control is used to select [Authorization Roles](ay-biz-admin-roles.md). @@ -168,6 +190,12 @@ Place or remove a check in the checkbox to the left of a role to select or de-se ### URL +![url control](img/control-url.png) + +The url control displays and accepts URL addresses. Typically this would be a website but any URL can be entered here. + +To the left of the URL display is an open button which when clicked will send the URL to the devices operating system to be opened. If it's recognized by the device as a web site address then a browser window will open to that address. Other types of URLS will be handled according to the device's URL handler. + ## Display controls ### Chart diff --git a/docs/8.0/ayanova/docs/img/control-decimal.png b/docs/8.0/ayanova/docs/img/control-decimal.png new file mode 100644 index 00000000..0b56baf0 Binary files /dev/null and b/docs/8.0/ayanova/docs/img/control-decimal.png differ diff --git a/docs/8.0/ayanova/docs/img/control-duration.png b/docs/8.0/ayanova/docs/img/control-duration.png new file mode 100644 index 00000000..5bf5a7a9 Binary files /dev/null and b/docs/8.0/ayanova/docs/img/control-duration.png differ diff --git a/docs/8.0/ayanova/docs/img/control-email.png b/docs/8.0/ayanova/docs/img/control-email.png new file mode 100644 index 00000000..da90ca9e Binary files /dev/null and b/docs/8.0/ayanova/docs/img/control-email.png differ diff --git a/docs/8.0/ayanova/docs/img/control-phone.png b/docs/8.0/ayanova/docs/img/control-phone.png new file mode 100644 index 00000000..d97d6bdc Binary files /dev/null and b/docs/8.0/ayanova/docs/img/control-phone.png differ diff --git a/docs/8.0/ayanova/docs/img/control-url.png b/docs/8.0/ayanova/docs/img/control-url.png new file mode 100644 index 00000000..46c7c6c9 Binary files /dev/null and b/docs/8.0/ayanova/docs/img/control-url.png differ