mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-24 04:01:16 +00:00
18 lines
404 B
HTML
18 lines
404 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>GSWRadioButtonList Test 2</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h2>GSWRadioButtonList Test 2 (Without value: AutoValue)</h2>
|
||
|
<br/>
|
||
|
Selected item : <webobject name="SelectedItem"></webobject><br/>
|
||
|
<br/>
|
||
|
<webobject name="Form">
|
||
|
<webobject name="ARadioButtonList"></webobject>
|
||
|
<webobject name="SubmitButton"></webobject>
|
||
|
</webobject>
|
||
|
<hr/>
|
||
|
<webobject name="MainPageLink"></webobject>
|
||
|
</body>
|
||
|
</html>
|