Copy
From FirebugWiki
(Difference between revisions)
Sebastianz (Talk | contribs) (Separate Command Line API page for copy()) |
Sebastianz (Talk | contribs) (Added description of syntax, hint for needing help and linked back to Command Line API) |
||
| Line 1: | Line 1: | ||
| + | {{needsHelp}} | ||
| + | |||
Copies the given parameter to the clipboard. This can be a return value of a function or an object. | Copies the given parameter to the clipboard. This can be a return value of a function or an object. | ||
| + | |||
| + | == Syntax == | ||
| + | <source lang="javascript"> | ||
| + | copy(object) | ||
| + | </source> | ||
| + | |||
| + | == See also == | ||
| + | * [[Command Line API]] | ||
Revision as of 11:02, 5 July 2012
| | This article is incomplete. Please help to add more information to it. If you're not registered yet, you can ask for an account. |
Copies the given parameter to the clipboard. This can be a return value of a function or an object.
Syntax
copy(object)