mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-24 12:11:18 +00:00
17 lines
356 B
HTML
17 lines
356 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>GSWCheckBoxList Test 2</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h2>GSWCheckBoxList Test 2 (Without value: AutoValue)</h2>
|
||
|
<br/>
|
||
|
Selected items : <gsweb name="SelectedItems"></gsweb><br/>
|
||
|
<br/>
|
||
|
<gsweb name="Form">
|
||
|
<gsweb name="ACheckBoxList"></gsweb>
|
||
|
<gsweb name="SubmitButton"></gsweb>
|
||
|
</gsweb>
|
||
|
<hr/>
|
||
|
<gsweb name="MainPageLink"></gsweb>
|
||
|
</body>
|
||
|
</html>
|