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…') |
(→Tests) |
||
Line 25: | Line 25: | ||
=== 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 35: | ||
! 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 | ||
|} | |} |
Revision as of 21:27, 23 October 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
Functions
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 |