Subversion Repositories wimsdev

Rev

Rev 9068 | Blame | Compare with Previous | Last modification | View Log | RSS feed

!! FORM MENUS testing (formradio, formcheckbox, formbar, ...)

!!################
<h1>FORMRADIO</h1>
!!################

!! Formradio with HTML Mode
  <ul>
    !set wims_html_mode=li
    !formradio radioA list 1,2,3
  </ul>

!! Formradio with just a list
  <div>
    !formradio radioB list 1,2,3
  </div>

!! Formradio with HTML Mode + CSS Class
  <ul>
    !set wims_ref_class=toto
    !set wims_html_mode=li
    !formradio radioC list 1,2,3
  </ul>

!! Formradio with HTML Mode followed by simple formradio
  <ul>
    !set wims_html_mode=li
    !formradio radioD list 1,2,3
  </ul>
  !formradio radioE list 1,2,3

!! 3 unique Formradio with 3 differents id
  <div>
    !set wims_ref_id=radio_IDA1
    !formradio radioF list 1
    !set wims_ref_id=radio_IDA2
    !formradio radioF list 2
    !set wims_ref_id=radio_IDA3
    !formradio radioF list 3
  </div>

!! Formradio with ref_id
  <div>
    !set wims_ref_id=radio_IDB
    !formradio radioG list 1, 2, 3
  </div>

!! Formradio with 2 elements
  <div>
    !formradio radioH list 1, 2
  </div>

!!###################
<h1>FORMCHECKBOX</h1>
!!###################

!! Formcheckbox with HTML Mode
  <ul>
    !set wims_html_mode=li
    !formcheckbox checkA list 1,2,3
  </ul>

!! 2 different Formcheckbox
  <div>
    !formcheckbox checkB list 1,2,3
    &nbsp;&mdash;&nbsp;
    !formcheckbox checkC list 1,2,3,4
  </div>

!! Formcheckbox with HTML Mode + CSS class, followed by formcheckbox with HTML Mode Only
  <ul>
    !set wims_ref_class=toto
    !set wims_html_mode=li
    !formcheckbox checkD list 1,2,3
  </ul>
  <ul>
    !set wims_html_mode=li
    !formcheckbox checkE list 1,2
  </ul>

!! 3 unique Formcheckbox with 3 differents id
  <div>
    !set wims_ref_id=check_IDA1
    !formcheckbox checkF list 1
    !set wims_ref_id=check_IDA2
    !formcheckbox checkF list 2
    !set wims_ref_id=check_IDA3
    !formcheckbox checkF list 3
  </div>

!! Formcheckbox with ref_id
  <div>
    !set wims_ref_id=check_IDB
    !formcheckbox radioG list 1, 2, 3
  </div>

Generated by GNU Enscript 1.6.5.90.