mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-22 11:11:21 +00:00
Ported to WO names. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@30689 72102866-910b-0410-8b05-ffd578937521
17 lines
404 B
HTML
17 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>
|