RoadFlow2.1 临时演示

Test.aspx 5.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Test.aspx.cs" Inherits="WebForm.Test" %>
  2. <!DOCTYPE html>
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head runat="server">
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  6. <title></title>
  7. </head>
  8. <body>
  9. <form id="form1" runat="server">
  10. <div>
  11. <br />
  12. <br />
  13. <table>
  14. <tbody>
  15. <tr>
  16. <td>
  17. <span style="margin-left:20px;" class="mycombox" id="test111" width1="650" multiple="1">
  18. <div class="querybar">
  19. 标题:<input type="text" id="title" name="title" class="mytext" />
  20. <input type="button" value=" 查询 " class="mybutton"/>
  21. </div>
  22. <table dataurl="Test1.ashx" query="">
  23. <thead>
  24. <tr>
  25. <th>标题</th>
  26. <th>类型</th>
  27. <th>用户</th>
  28. <th>日期</th>
  29. </tr>
  30. </thead>
  31. <tbody></tbody>
  32. </table>
  33. </span>
  34. </td>
  35. <td>
  36. <input type="button" value="reset" onclick="new RoadUI.Combox().reSet('Select111', '<option>xxxxxx</option><option>yyyyyyy</option>')" />
  37. <select class="mycombox" id="Select111" multiple="multiple" onchange="alert(this.value)" name="test11" >
  38. <optgroup>11111</optgroup>
  39. <option>21342314</option>
  40. <option>dasfsdfsf</option>
  41. <option>213423w14</option>
  42. <option>dasfsdefsf</option>
  43. <optgroup label="77">22222</optgroup>
  44. <option>213423e14</option>
  45. <option>dasfsdgfsf</option>
  46. <option>213423w14</option>
  47. <option>dasfsdefsf</option>
  48. <option>213423qwerqwerweqrwqerweqre14</option>
  49. <option>dasfsdgfsf</option>
  50. </select>
  51. </td>
  52. <td>
  53. <div style="margin-left:20px;" class="mycombox" id="Div1" width1="650" >
  54. <table>
  55. <thead>
  56. <tr>
  57. <th>标题</th>
  58. <th>类型</th>
  59. <th>用户</th>
  60. <th>日期</th>
  61. </tr>
  62. </thead>
  63. <tbody>
  64. <tr>
  65. <td value="qewrqwer">11111</td>
  66. <td>111111</td>
  67. <td>adsfasdf</td>
  68. <td>adsfasdf</td>
  69. </tr>
  70. <tr>
  71. <td value="qewrqwwer">22222</td>
  72. <td>adsfasdf</td>
  73. <td>adsfasdf</td>
  74. <td>adsfasdf</td>
  75. </tr>
  76. <tr>
  77. <td value="qewrqewer">44444</td>
  78. <td>adsfasdf</td>
  79. <td>adsfasdf</td>
  80. <td>adsfasdf</td>
  81. </tr>
  82. </tbody>
  83. </table>
  84. </div>
  85. </td>
  86. </tr>
  87. </tbody>
  88. </table>
  89. <br />
  90. <br />
  91. <br />
  92. <br />
  93. <br />
  94. <br />
  95. <br />
  96. <br />
  97. <br />
  98. <br />
  99. <br />
  100. <table style="width:100%">
  101. <tr>
  102. <td align="right">
  103. <select class="mycombox" id="Select2" name="test" multiple="multiple" >
  104. <optgroup>11111</optgroup>
  105. <option>111111111</option>
  106. <option>33333</option>
  107. <option>555555</option>
  108. <option>44</option>
  109. <optgroup label="77">xxxx</optgroup>
  110. <option>xx</option>
  111. <option>tttt</option>
  112. <option>yyyyyyyyyyy</option>
  113. <option>uuuuuuuu</option>
  114. <option>2134u23qwerqwerweqrwqerweqre14</option>
  115. <option>vvvvvvvvvvvvvv</option>
  116. </select>
  117. </td>
  118. </tr>
  119. <tr>
  120. <td><input type="text" class="myfile" /></td>
  121. </tr>
  122. </table>
  123. <br />
  124. <br />
  125. <br />
  126. <br />
  127. <br />
  128. <br />
  129. <br />
  130. <br />
  131. <br />
  132. <br />
  133. <br />
  134. <br />
  135. <br />
  136. <br />
  137. <div style="margin-left:20px;">
  138. <select class="mycombox" id="test" name="test" multiple="multiple" >
  139. <optgroup>11111</optgroup>
  140. <option>111111111</option>
  141. <option>33333</option>
  142. <option>555555</option>
  143. <option>44</option>
  144. <optgroup label="77">xxxx</optgroup>
  145. <option>xx</option>
  146. <option>tttt</option>
  147. <option>yyyyyyyyyyy</option>
  148. <option>uuuuuuuu</option>
  149. <option>2134u23qwerqwerweqrwqerweqre14</option>
  150. <option>vvvvvvvvvvvvvv</option>
  151. </select>
  152. </div>
  153. </div>
  154. </form>
  155. </body>
  156. </html>