Control attributes

Certain common attributes apply to all controls:

<forms:input 
  id="state_shipping" 
  class="data_entry" 
  ref="order/shipTo/state" 
  cols="4" 
  model="shipping"
  style="font-family: Helvetica, sans"
  appearance="compact">
    <forms:label>State:</forms:label>
</forms:input>

Previous | Next | Top | Cafe con Leche

Copyright 2005, 2008 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified March 17, 2005