Education/Projects/ProcessingForTheWeb/noCursor: Difference between revisions
< Education | Projects | ProcessingForTheWeb
Jump to navigation
Jump to search
(Created page with '== Summary == This is a function written for Education/Projects/ProcessingForTheWeb. It hides the cursor from view. The function does not return anything. [http://processin…') |
|||
(One intermediate revision by the same user not shown) | |||
Line 6: | Line 6: | ||
=== Examples === | === Examples === | ||
== | === Syntax === | ||
noCursor() | |||
{| class="wikitable" border="1" width="700" | |||
|- | |||
! | |||
! Description | |||
|- | |||
| noCursor() | |||
| this function hides the cursor | |||
|} | |||
Line 25: | Line 33: | ||
=== Tests === | === Tests === | ||
<ul> | <ul> | ||
<li>Test 1 </li> | <li>Test 1 -This tests the noDursor() function. [http://matrix.senecac.on.ca/~asobiepa/Processing/noCursor.html run test]</li> | ||
</ul> | </ul> | ||
'''Please help me test this function. Run the tests above and fill out the table.'''<br /><br /> | |||
{| class="wikitable" border="1" caption="Test Results" | {| class="wikitable" border="1" caption="Test Results" | ||
|- | |- | ||
Line 35: | Line 43: | ||
! test 1 | ! test 1 | ||
|- | |- | ||
| Vista | | Vista(Home SP1) | ||
| Firefox(3.5.3) | | Firefox(3.5.3) | ||
| Passed | |||
|- | |||
| Vista(Home SP1) | |||
| Chrome(3.0.195.27) | |||
| Passed | | Passed | ||
|} | |} |
Latest revision as of 22:35, 16 December 2009
Summary
This is a function written for Education/Projects/ProcessingForTheWeb. It hides the cursor from view. The function does not return anything. View official Reference
Examples
Syntax
Description | |
---|---|
noCursor() | this function hides the cursor |
Bugs
Function | Bug Description | Fixed?(Date) |
---|---|---|
Tests
- Test 1 -This tests the noDursor() function. run test
Please help me test this function. Run the tests above and fill out the table.
OS(version) | Browser(version) | test 1 |
---|---|---|
Vista(Home SP1) | Firefox(3.5.3) | Passed |
Vista(Home SP1) | Chrome(3.0.195.27) | Passed |