This commit is contained in:
@@ -222,9 +222,9 @@ On a narrow screen device such as a smart phone the save button reverts back to
|
||||
|
||||

|
||||
|
||||
Notification controls are used to convey status results of long running operations and temporary error messages.
|
||||
Notification controls are used to convey status results of long running operations and temporary error messages.
|
||||
|
||||
They appear at the bottom of the browser window briefly and then self close after a period of time determined by how much text is being displayed. Green notifications indicate successful status, Orange indicate a warning and Red indicates an error.
|
||||
They appear at the bottom of the browser window briefly and then self close after a period of time determined by how much text is being displayed. Green notifications indicate successful status, Orange indicate a warning and Red indicates an error.
|
||||
|
||||
Important errors are also logged to the [diagnostic log](ay-log.md) if you need to see them again.
|
||||
|
||||
@@ -282,9 +282,9 @@ Tag control has it's own [Tag documentation page](ay-start-form-tags.md).
|
||||
|
||||
### Time
|
||||
|
||||
The Time control is used to display and choose a time of day without the date portion. Times are displayed in the devices local time zone by default but can be [overriden](ay-start-localization.md#time-zone-override).
|
||||
The Time control is used to display and choose a time of day without the date portion. Times are displayed in the device's local time zone by default but can be [overriden](ay-start-localization.md#time-zone-override).
|
||||
|
||||
#### AM / PM vs 24 hour clock
|
||||
#### 12 vs 24 hour clock
|
||||
|
||||
AyaNova will accept input and display times in 12 hour clock AM/PM mode or 24 hour clock mode depending upon the local standard set by the operating system and browser. You can override this to force a particular choice in [User settings](home-user-settings.md#12-hour-clock) "12 hour clock" setting.
|
||||
|
||||
@@ -326,13 +326,13 @@ Will function and display differently on each type of device and browser, in Win
|
||||
|
||||
The upload control appears in places in AyaNova where you can import or attach a file.
|
||||
|
||||
Clicking on the control will open a file browser to select a file to upload. In the specific case of the [Attachment control](ay-start-form-attachments.md) you can also drag and drop a file on to it in addition to clicking in it to open the file selector.
|
||||
Clicking on the control will open a file browser to select a file to upload. In the specific case of the [Attachment control](ay-start-form-attachments.md) you can also drag and drop a file on to it in addition to clicking in it to open the file selector, see the attachment control [help page](ay-start-form-attachments.md) for details.
|
||||
|
||||
### URL
|
||||
|
||||

|
||||
|
||||
The url control displays and accepts URL addresses. Typically this would be a website address but any type of URL can be entered here.
|
||||
The url control displays, accepts and opens URL addresses. Typically this would be a website address but any type of URL can be entered here.
|
||||
|
||||
#### Open URL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user