goo.panel.html 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html>
  4. <head>
  5. <title>Module goo.panel</title>
  6. <link rel="stylesheet" href="../luadoc.css" type="text/css" />
  7. <!--meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/-->
  8. </head>
  9. <body>
  10. <div id="container">
  11. <div id="product">
  12. <div id="product_logo"></div>
  13. <div id="product_name"><big><b></b></big></div>
  14. <div id="product_description"></div>
  15. </div> <!-- id="product" -->
  16. <div id="main">
  17. <div id="navigation">
  18. <h1>Goo</h1>
  19. <ul>
  20. <li><a href="../index.html">Index</a></li>
  21. </ul>
  22. <!-- Module list -->
  23. <h1>Modules</h1>
  24. <ul>
  25. <li>
  26. <a href="../modules/anim.html">anim</a>
  27. </li>
  28. <li>
  29. <a href="../modules/goo.html">goo</a>
  30. </li>
  31. <li>
  32. <a href="../modules/goo.button.html">goo.button</a>
  33. </li>
  34. <li>
  35. <a href="../modules/goo.checkbox.html">goo.checkbox</a>
  36. </li>
  37. <li>
  38. <a href="../modules/goo.colorpick.html">goo.colorpick</a>
  39. </li>
  40. <li>
  41. <a href="../modules/goo.image.html">goo.image</a>
  42. </li>
  43. <li>
  44. <a href="../modules/goo.null.html">goo.null</a>
  45. </li>
  46. <li>
  47. <a href="../modules/goo.object.html">goo.object</a>
  48. </li>
  49. <li><strong>goo.panel</strong></li>
  50. <li>
  51. <a href="../modules/goo.progressbar.html">goo.progressbar</a>
  52. </li>
  53. <li>
  54. <a href="../modules/goo.text.html">goo.text</a>
  55. </li>
  56. <li>
  57. <a href="../modules/goo.textinput.html">goo.textinput</a>
  58. </li>
  59. </ul>
  60. <!-- File list -->
  61. </div><!-- id="navigation" -->
  62. <div id="content">
  63. <h1>Module <code>goo.panel</code></h1>
  64. <p>A panel is a draggable box with a close button and a title</p>
  65. <h2>Functions</h2>
  66. <table class="function_list">
  67. <tr>
  68. <td class="name" nowrap><a href="#setDraggable">setDraggable</a>&nbsp;(draggable)</td>
  69. <td class="summary">Set whether the panel can be dragged </td>
  70. </tr>
  71. <tr>
  72. <td class="name" nowrap><a href="#setTitle">setTitle</a>&nbsp;(title)</td>
  73. <td class="summary">Sets the title of the panel </td>
  74. </tr>
  75. <tr>
  76. <td class="name" nowrap><a href="#showCloseButton">showCloseButton</a>&nbsp;(bool)</td>
  77. <td class="summary">Set whether the close button should be shown </td>
  78. </tr>
  79. </table>
  80. <br/>
  81. <br/>
  82. <h2><a name="functions"></a>Functions</h2>
  83. <dl class="function">
  84. <dt><a name="setDraggable"></a><span></span><strong>setDraggable</strong>&nbsp;( draggable )</dt>
  85. <dd>
  86. <p class="func_description">Set whether the panel can be dragged</p>
  87. </dd>
  88. <dt><a name="setTitle"></a><span></span><strong>setTitle</strong>&nbsp;( title )</dt>
  89. <dd>
  90. <p class="func_description">Sets the title of the panel</p>
  91. <h3>Parameters</h3>
  92. <ul>
  93. <li>
  94. <b>title</b> <i><small>:string</small></i><br/>The title.
  95. </li>
  96. </ul>
  97. </dd>
  98. <dt><a name="showCloseButton"></a><span></span><strong>showCloseButton</strong>&nbsp;( bool )</dt>
  99. <dd>
  100. <p class="func_description">Set whether the close button should be shown</p>
  101. </dd>
  102. </dl>
  103. </div> <!-- id="content" -->
  104. </div> <!-- id="main" -->
  105. <div id="about">
  106. <p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p>
  107. </div> <!-- id="about" -->
  108. </div> <!-- id="container" -->
  109. </body>
  110. </html>