Difference between revisions of "Template:Dropdown"

From UMaine SECS Numerical Modeling Laboratory
Jump to: navigation, search
Line 1: Line 1:
 
<p>Click the button to create an INPUT field, a DATALIST element and an OPTION element.</p>
 
<p>Click the button to create an INPUT field, a DATALIST element and an OPTION element.</p>
  
<div id='displayText'>
+
<div id='displayText' comment='Example of calling a function from MediaWiki:Common.js'></div>
</div>
 
  
 
<htmlet nocache="yes">dropdown</htmlet>
 
<htmlet nocache="yes">dropdown</htmlet>
 
<form action="/action_page.php">
 
  <input list="browsers" name="browser">
 
  <datalist id="browsers">
 
    <option value="Internet Explorer">
 
    <option value="Firefox">
 
    <option value="Chrome">
 
    <option value="Opera">
 
    <option value="Safari">
 
  </datalist>
 
  <input type="submit">
 
</form>
 

Revision as of 21:54, 20 February 2019

Click the button to create an INPUT field, a DATALIST element and an OPTION element.

Dropdown