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 02add119..4b9f16d6 100644 --- a/docs/8.0/ayanova/docs/ay-start-common-controls.md +++ b/docs/8.0/ayanova/docs/ay-start-common-controls.md @@ -27,18 +27,6 @@ The street address context menu is accessed by clicking on the 3 vertical dot co - `Copy to clipboard` copies the street address to the device clipboard. - `Copy to Street address` copies the street address fields into the same street address fields to save typing if identical -### Role - -The Authorization Role control is used to select [Authorization Roles](ay-biz-admin-roles.md). - -When the role control is in display mode it shows the selected roles and if editable, each role displayed can be removed by clicking on it's delete (x) button beside it: -![Role control view mode](img/control-role-view.png) - -When the role control is opened for selection by clicking on the drop down caret (V) to the right the full list of available roles is displayed: -![Role control select mode](img/control-role-select.png) - -Place or removing a check in the checkbox to the left of a role will select or de-select that role. - ### Autocomplete The Autocomplete list is at the heart of many forms in AyaNova and is provided to quickly search for and select a related AyaNova business object. For example a Customer on a Work order. @@ -107,11 +95,10 @@ Picker mode: ![date and time pick material mode](img/control-date-time-pick-material.png) -**Tip**: the quickest way to select the current date *and* time is to bypass the date component and select `Now` in the time component which will set both the date and time at once. +**Tip**: the quickest way to select the current date _and_ time is to bypass the date component and select `Now` in the time component which will set both the date and time at once. See the [date](#date) section for details on usage of the date component and the [time](#time) section for details on using the time component. - #### Browser default date picker Will display differently on each type of device and browser, in Windows on FireFox it looks like this: @@ -126,6 +113,18 @@ Picker mode: ### Day of week +The day of week control is used to select one or more days of the week. + +When the day of week control is in display mode it shows the selected days and if editable, each day displayed can be removed by clicking on it's delete (x) button beside it: + +![day of week view mode](img/control-weekday-view.png) + +When the day of week control is opened for selection by clicking on the drop down caret (V) to the right the full list of available days of the week is displayed: + +![day of week select mode](img/control-weekday-pick.png) + +Place or remove a check in the checkbox to the left of a day to select or de-select that day. + ### Decimal ### Duration @@ -143,6 +142,18 @@ Picker mode: ### Phone +### Role + +The Authorization Role control is used to select [Authorization Roles](ay-biz-admin-roles.md). + +When the role control is in display mode it shows the selected roles and if editable, each role displayed can be removed by clicking on it's delete (x) button beside it: +![Role control view mode](img/control-role-view.png) + +When the role control is opened for selection by clicking on the drop down caret (V) to the right the full list of available roles is displayed: +![Role control select mode](img/control-role-select.png) + +Place or remove a check in the checkbox to the left of a role to select or de-select that role. + ### Select list (not searchable) (make sure consistent naming) diff --git a/docs/8.0/ayanova/docs/img/control-weekday-pick.png b/docs/8.0/ayanova/docs/img/control-weekday-pick.png new file mode 100644 index 00000000..b9559870 Binary files /dev/null and b/docs/8.0/ayanova/docs/img/control-weekday-pick.png differ diff --git a/docs/8.0/ayanova/docs/img/control-weekday-view.png b/docs/8.0/ayanova/docs/img/control-weekday-view.png new file mode 100644 index 00000000..7951271a Binary files /dev/null and b/docs/8.0/ayanova/docs/img/control-weekday-view.png differ