class_plupload.runtimes.Silverlight.html 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  2. <html>
  3. <head>
  4. <title>Class: plupload.runtimes.Silverlight</title>
  5. <meta name="generator" content="MoxieDoc" />
  6. <link rel="stylesheet" type="text/css" href="css/reset.css" />
  7. <link rel="stylesheet" type="text/css" href="css/grids.css" />
  8. <link rel="stylesheet" type="text/css" href="css/general.css" />
  9. <script type="text/javascript" src="http://www.google.com/jsapi"></script>
  10. <script type="text/javascript">
  11. google.load("jquery", "1.3");
  12. </script>
  13. <script type="text/javascript" src="js/jquery.treeview.min.js"></script>
  14. <script type="text/javascript" src="js/general.js"></script>
  15. </head>
  16. <body>
  17. <div class="classDetailsContent">
  18. <h1>plupload.runtimes.Silverlight</h1>
  19. <table class="classDetails">
  20. <tr>
  21. <td class="first">Namespace</td>
  22. <td class="last">plupload.runtimes</td>
  23. </tr>
  24. <tr>
  25. <td class="first">Class</td>
  26. <td class="last">Silverlight</td>
  27. </tr>
  28. <tr>
  29. <td class="first">Type</td>
  30. <td class="last">Singleton</td>
  31. </tr>
  32. <tr>
  33. <td class="first">Inheritance</td>
  34. <td class="last inheritageList">
  35. <span>Silverlight</span>
  36. <span class="last">
  37. <a href="class_plupload.Runtime.html">Runtime</a>
  38. </span>
  39. </td>
  40. </tr>
  41. </table>
  42. <div class="classDescription">Silverlight implementation. This runtime supports these features: jpgresize, pngresize, chunks.
  43. </div>
  44. <div class="summaryLists">
  45. <h2>Public Methods</h2>
  46. <table class="Methods summary">
  47. <thead>
  48. <tr>
  49. <th>Method</th>
  50. <th>Defined By</th>
  51. </tr>
  52. </thead>
  53. <tbody>
  54. <tr>
  55. <td class="first">
  56. <div>
  57. <a class="memberName" href="class_plupload.runtimes.Silverlight.html#init">init</a>(uploader:<a href="class_plupload.Uploader.html">Uploader</a>, callback:function):void</div>
  58. <div class="summary">
  59. <span class="static">[static] </span>Initializes the upload runtime.</div>
  60. </td>
  61. <td class="last">Silverlight</td>
  62. </tr>
  63. </tbody>
  64. </table>
  65. </div>
  66. <div class="detailsList">
  67. <div class="details">
  68. <h2>Method details</h2>
  69. <div class="memberDetails last" id="init">
  70. <h3>init<span class="memberType">method</span>
  71. </h3>
  72. <code class="syntax">public static
  73. function init(uploader:<a href="class_plupload.Uploader.html">Uploader</a>, callback:function):void</code>
  74. <div class="memberDescription">Initializes the upload runtime. This runtime supports these features: jpgresize, pngresize, chunks.
  75. </div>
  76. <h4>Parameters</h4>
  77. <table class="params">
  78. <tr>
  79. <td class="first">uploader:<a href="class_plupload.Uploader.html">Uploader</a>
  80. </td>
  81. <td class="last">Uploader instance that needs to be initialized.</td>
  82. </tr>
  83. <tr>
  84. <td class="first">callback:function</td>
  85. <td class="last">Callback to execute when the runtime initializes or fails to initialize. If it succeeds an object with a parameter name success will be set to true.</td>
  86. </tr>
  87. </table>
  88. </div>
  89. </div>
  90. </div>
  91. </div>
  92. </body>
  93. </html>