Advertisement
Advertisement
| 08.07.2008 at 11:18AM PDT, ID: 23630423 | Points: 125 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: |
<div id="place" class="row">
<label for="place_select" class="left">Place: </label>
<select dojoType="dijit.form.ComboBox" id="place_select" class="right" value="">
<option>Place 1</option>
<option>Place 2</option>
<option>Place 3</option>
</select>
</div>
|