Education/Projects/ProcessingForTheWeb/noCursor: Difference between revisions
< Education | Projects | ProcessingForTheWeb
Jump to navigation
Jump to search
(→Tests) |
|||
Line 6: | Line 6: | ||
=== Examples === | === Examples === | ||
== | === Syntax === | ||
noCursor() | |||
{| class="wikitable" border="1" width="700" | |||
|- | |||
! | |||
! Description | |||
|- | |||
| noCursor() | |||
| this function hides the cursor | |||
|} | |||
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 |