|
834 | 834 | <td>
|
835 | 835 | <b>Output</b>
|
836 | 836 | <ul class="arglist">
|
837 |
| - <li><strong>element</strong> - (optional) - the element that the mouse is entering or leaving</li> |
| 837 | + <li><strong>element</strong> - the element that the mouse is entering or leaving</li> |
838 | 838 | </ul>
|
839 | 839 | </td>
|
840 | 840 | <td>
|
@@ -869,8 +869,8 @@ commit
|
869 | 869 | <td>
|
870 | 870 | <b>Output</b>
|
871 | 871 | <ul class="arglist">
|
872 |
| - <li><strong>element</strong> - (optional) - the changed element</li> |
873 |
| - <li><strong>value</strong> - (optional) - the current value of a form element in the browser</li> |
| 872 | + <li><strong>element</strong> - the changed element</li> |
| 873 | + <li><strong>value</strong> - the current value of a form element in the browser</li> |
874 | 874 | </ul>
|
875 | 875 | </td>
|
876 | 876 | <td>
|
@@ -898,13 +898,13 @@ bind
|
898 | 898 | <td>
|
899 | 899 | <b>Output</b>
|
900 | 900 | <ul class="arglist">
|
901 |
| - <li><strong>element</strong> - (optional) - the element that was clicked; includes clicks on any children within the element</li> |
902 |
| - <li><strong>target</strong> - (optional) - the direct element that was clicked (the topmost target in the DOM tree)</li> |
903 |
| - <li><strong>page-x</strong> - (optional) - the x-coordinate of the mouse pointer relative to the page</li> |
904 |
| - <li><strong>page-y</strong> - (optional) - the y-coordinate of the mouse pointer relative to the page</li> |
905 |
| - <li><strong>window-x</strong> - (optional) - the x-coordinate of the mouse pointer relative to the window</li> |
906 |
| - <li><strong>window-y</strong> - (optional) - the y-coordinate of the mouse pointer relative to the page</li> |
907 |
| - <li><strong>button</strong> - (optional) - the mouse button that performed the click; options are: |
| 901 | + <li><strong>element</strong> - the element that was clicked; includes clicks on any children within the element</li> |
| 902 | + <li><strong>target</strong> - the direct element that was clicked (the topmost target in the DOM tree)</li> |
| 903 | + <li><strong>page-x</strong> - the x-coordinate of the mouse pointer relative to the page</li> |
| 904 | + <li><strong>page-y</strong> - the y-coordinate of the mouse pointer relative to the page</li> |
| 905 | + <li><strong>window-x</strong> - the x-coordinate of the mouse pointer relative to the window</li> |
| 906 | + <li><strong>window-y</strong> - the y-coordinate of the mouse pointer relative to the page</li> |
| 907 | + <li><strong>button</strong> - the mouse button that performed the click; options are: |
908 | 908 | <ul class="arglist">
|
909 | 909 | <li>"left" - left mouse button; if no button argument is provided, this is the default</li>
|
910 | 910 | <li>"right" - right mouse button</li>
|
@@ -973,9 +973,9 @@ commit
|
973 | 973 | <td>
|
974 | 974 | <b>Output</b>
|
975 | 975 | <ul class="arglist">
|
976 |
| - <li><strong>element</strong> - (optional) - the element which has focus during key-up or key-down</li> |
977 |
| - <li><strong>key-code</strong> - (optional) - the key code of the key that was pressed</li> |
978 |
| - <li><strong>key</strong> - (optional) - the key that was pressed; an alternative to key-code for a premade list of keys: |
| 976 | + <li><strong>element</strong> - the element which has focus during key-up or key-down</li> |
| 977 | + <li><strong>key-code</strong> - the key code of the key that was pressed</li> |
| 978 | + <li><strong>key</strong> - the key that was pressed; an alternative to key-code for a premade list of keys: |
979 | 979 | <ul class="arglist">
|
980 | 980 | <li>"tab</li>
|
981 | 981 | <li>"enter"</li>
|
@@ -1025,8 +1025,8 @@ commit
|
1025 | 1025 | <td>
|
1026 | 1026 | <b>Output</b>
|
1027 | 1027 | <ul class="arglist">
|
1028 |
| - <li><strong>element</strong> - (optional) - the element that was focused or blurred</li> |
1029 |
| - <li><strong>value</strong> - (optional) - the value of the form element when it was focused or blurred</li> |
| 1028 | + <li><strong>element</strong> - the element that was focused or blurred</li> |
| 1029 | + <li><strong>value</strong> - the value of the form element when it was focused or blurred</li> |
1030 | 1030 | </ul>
|
1031 | 1031 | </td>
|
1032 | 1032 | <td>
|
@@ -1783,16 +1783,16 @@ The system library provides various system-level utilities for Eve.
|
1783 | 1783 | </ul>
|
1784 | 1784 | <b>Output</b>
|
1785 | 1785 | <ul class="arglist">
|
1786 |
| - <li><strong>year</strong> - (optional) - the current year</li> |
1787 |
| - <li><strong>month</strong> - (optional) - the current month (1 - 12)</li> |
1788 |
| - <li><strong>day</strong> - (optional) - the current day of the month (1 - 31)</li> |
1789 |
| - <li><strong>weekday</strong> - (optional) - the current day of the week (1 - 7, where 1 is Sunday)</li> |
1790 |
| - <li><strong>hour</strong> - (optional) - the current hour (0 - 23)</li> |
1791 |
| - <li><strong>minute</strong> - (optional) - the current minute (0 - 59)</li> |
1792 |
| - <li><strong>second</strong> - (optional) - the current second (0 - 59)</li> |
1793 |
| - <li><strong>millisecond</strong> - (optional) - the current millisecond (0 - 999)</li> |
1794 |
| - <li><strong>timestamp</strong> - (optional) - the current time represented as the number of milliseconds elapsed since 1 January 1970 00:00:00 UTC</li> |
1795 |
| - <li><strong>tick</strong> - (optional) - the number of ticks of the timer since it was created</li> |
| 1786 | + <li><strong>year</strong> - the current year</li> |
| 1787 | + <li><strong>month</strong> - the current month (1 - 12)</li> |
| 1788 | + <li><strong>day</strong> - the current day of the month (1 - 31)</li> |
| 1789 | + <li><strong>weekday</strong> - the current day of the week (1 - 7, where 1 is Sunday)</li> |
| 1790 | + <li><strong>hour</strong> - the current hour (0 - 23)</li> |
| 1791 | + <li><strong>minute</strong> - the current minute (0 - 59)</li> |
| 1792 | + <li><strong>second</strong> - the current second (0 - 59)</li> |
| 1793 | + <li><strong>millisecond</strong> - the current millisecond (0 - 999)</li> |
| 1794 | + <li><strong>timestamp</strong> - the current time represented as the number of milliseconds elapsed since 1 January 1970 00:00:00 UTC</li> |
| 1795 | + <li><strong>tick</strong> - the number of ticks of the timer since it was created</li> |
1796 | 1796 | </ul>
|
1797 | 1797 | </td>
|
1798 | 1798 | <td>
|
@@ -1836,7 +1836,7 @@ A library for accessing the filesystem. This library only works when Eve is run
|
1836 | 1836 | <b>Output</b>
|
1837 | 1837 | <ul class="arglist">
|
1838 | 1838 | <li><strong>contents</strong> - The contents of the file. This attribute will have a value once the entire contents of the file are read.</li>
|
1839 |
| - <li><strong>error</strong> - (optional) - If an error is encountered when attempting to read the file, it will be stored here as a #file/error.</li> |
| 1839 | + <li><strong>error</strong> - If an error is encountered when attempting to read the file, it will be stored here as a #file/error.</li> |
1840 | 1840 | </ul>
|
1841 | 1841 | </td>
|
1842 | 1842 | <td>
|
@@ -1876,7 +1876,7 @@ commit
|
1876 | 1876 | <b>Output</b>
|
1877 | 1877 | <ul class="arglist">
|
1878 | 1878 | <li><strong>contents</strong> - The string that will be written to the file</li>
|
1879 |
| - <li><strong>error</strong> - (optional) - If an error is encountered when attempting to read the file, it will be stored here as a #file/error.</li> |
| 1879 | + <li><strong>error</strong> - If an error is encountered when attempting to read the file, it will be stored here as a #file/error.</li> |
1880 | 1880 | <li><strong>#file/complete</strong> - When the contents are written successfully, the record will be tagged #file/complete.</li>
|
1881 | 1881 | </ul>
|
1882 | 1882 | </td>
|
|
0 commit comments