Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_System_Web_UI_WebControls_ListControl_ListControl_ClearSelection_.aspx.xml « reference « MainsoftWebTest « mainsoft « Test « System.Web « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ef46ff2cffc29768358f5e55bd179ebf8247eca0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<?xml version="1.0" encoding="iso-8859-1"?>
<testresults name="">
  <div id="GHTSubTest1" testname="No ite, selected">
    <select id="_ctrl0" size="4" name="_ctrl0">
      <option value="A" />A
		<option value="B" />B
		<option value="C" />C

	</select>
  </div>
  <div id="GHTSubTest2" testname="One item selected">
    <select id="_ctrl1" size="4" name="_ctrl1">
      <option value="A" />A
		<option value="B" />B
		<option value="C" />C

	</select>
  </div>
  <div id="GHTSubTest3" testname="No ite, selected">
    <select id="_ctrl2" name="_ctrl2">
      <option value="A" />A
		<option value="B" />B
		<option value="C" />C

	</select>
  </div>
  <div id="GHTSubTest4" testname="One item selected">
    <select id="_ctrl3" name="_ctrl3">
      <option value="A" />A
		<option value="B" />B
		<option value="C" />C

	</select>
  </div>
  <div id="GHTSubTest5" testname="No ite, selected">
    <table id="_ctrl4" border="0">
      <tr>
        <td>
          <input id="_ctrl4_0" type="radio" name="_ctrl4" value="A" />
          <label for="_ctrl4_0">A</label>
        </td>
      </tr>
      <tr>
        <td>
          <input id="_ctrl4_1" type="radio" name="_ctrl4" value="B" />
          <label for="_ctrl4_1">B</label>
        </td>
      </tr>
      <tr>
        <td>
          <input id="_ctrl4_2" type="radio" name="_ctrl4" value="C" />
          <label for="_ctrl4_2">C</label>
        </td>
      </tr>
    </table>
  </div>
  <div id="GHTSubTest6" testname="One item selected">
    <table id="_ctrl5" border="0">
      <tr>
        <td>
          <input id="_ctrl5_0" type="radio" name="_ctrl5" value="A" />
          <label for="_ctrl5_0">A</label>
        </td>
      </tr>
      <tr>
        <td>
          <input id="_ctrl5_1" type="radio" name="_ctrl5" value="B" />
          <label for="_ctrl5_1">B</label>
        </td>
      </tr>
      <tr>
        <td>
          <input id="_ctrl5_2" type="radio" name="_ctrl5" value="C" />
          <label for="_ctrl5_2">C</label>
        </td>
      </tr>
    </table>
  </div>
  <div id="GHTSubTest7" testname="No ite, selected">
    <table id="_ctrl6" border="0">
      <tr>
        <td>
          <input id="_ctrl6_0" type="checkbox" name="_ctrl6:0" />
          <label for="_ctrl6_0">A</label>
        </td>
      </tr>
      <tr>
        <td>
          <input id="_ctrl6_1" type="checkbox" name="_ctrl6:1" />
          <label for="_ctrl6_1">B</label>
        </td>
      </tr>
      <tr>
        <td>
          <input id="_ctrl6_2" type="checkbox" name="_ctrl6:2" />
          <label for="_ctrl6_2">C</label>
        </td>
      </tr>
    </table>
  </div>
  <div id="GHTSubTest8" testname="One item selected">
    <table id="_ctrl7" border="0">
      <tr>
        <td>
          <input id="_ctrl7_0" type="checkbox" name="_ctrl7:0" />
          <label for="_ctrl7_0">A</label>
        </td>
      </tr>
      <tr>
        <td>
          <input id="_ctrl7_1" type="checkbox" name="_ctrl7:1" />
          <label for="_ctrl7_1">B</label>
        </td>
      </tr>
      <tr>
        <td>
          <input id="_ctrl7_2" type="checkbox" name="_ctrl7:2" />
          <label for="_ctrl7_2">C</label>
        </td>
      </tr>
    </table>
  </div>
  <div id="GHTSubTest9" testname="Clear multiple selection">
    <select multiple="multiple" size="4" name="_ctl0">
      <option value="A" />A
		<option value="B" />B
		<option value="C" />C
		<option value="D" />D

	</select>
  </div>
</testresults>