sync
[roojs1] / docs / symbols / Roo.util.Clipboard.json
1 {
2   "name" : "Roo.util.Clipboard",
3   "augments" : [],
4   "childClasses" : {  },
5   "tree_children" : [],
6   "tree_parent" : [],
7   "desc" : "Clipboard UTILS",
8   "isSingleton" : false,
9   "isStatic" : true,
10   "isBuiltin" : false,
11   "isAbstract" : false,
12   "isBuilderTop" : false,
13   "memberOf" : "Clipboard",
14   "example" : "",
15   "deprecated" : "",
16   "since" : "",
17   "see" : "",
18   "params" : [],
19   "returns" : [],
20   "throws" : "",
21   "requires" : "",
22   "config" : [],
23   "methods" : [
24     {
25       "name" : "write",
26       "type" : "function",
27       "desc" : "Writes a string to the clipboard - using the Clipboard API if https, otherwise using text area.",
28       "sig" : "(text)",
29       "static" : true,
30       "memberOf" : "",
31       "isStatic" : true,
32       "isConstructor" : false,
33       "isPrivate" : false,
34       "example" : "",
35       "deprecated" : "",
36       "since" : "",
37       "see" : "",
38       "exceptions" : "",
39       "requires" : "",
40       "params" : [
41         {
42           "name" : "text",
43           "type" : "String",
44           "desc" : "to copy to clipboard",
45           "isOptional" : false
46         }
47       ],
48       "returns" : []
49     }
50   ],
51   "events" : []
52 }