Changeset 429 for trunk/examples


Ignore:
Timestamp:
May 4, 2006, 7:37:34 PM (18 years ago)
Author:
mmc
Message:

Fixed the <choice> input so that each option can have a description
that shows up in a tooltip. Also, added a <value> that can be used
instead of the <label> to represent the current choice.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/zoo/choice/tool.xml

    r69 r429  
    2020      <description>Determines the model for carrier statistics used in bandgap narrowing calculations.</description>
    2121    </about>
    22     <option> <about><label>Boltzmann</label></about> </option>
    23     <option> <about><label>Fermi</label></about> </option>
    24     <option> <about><label>2D Gas</label></about> </option>
     22    <option>
     23      <about>
     24        <label>Boltzmann</label>
     25        <description>From the Boltzmann transport equation</description>
     26      </about>
     27      <value>bte</value>
     28    </option>
     29    <option>
     30      <about>
     31        <label>Fermi</label>
     32        <description>Fermi-Dirac statistics</description>
     33      </about>
     34    </option>
     35    <option>
     36      <about>
     37        <label>2D Gas</label>
     38        <description>Includes confinement at material interface</description>
     39      </about>
     40      <value>2deg</value>
     41    </option>
    2542    <default>Boltzmann</default>
    2643  </choice>
Note: See TracChangeset for help on using the changeset viewer.