/src/demos/t6.xul

http://ftk.googlecode.com/ · Unknown · 15 lines · 13 code · 2 blank · 0 comment · 0 complexity · 942ea101596772a5ee10ea91d00faef1 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <window value="Radio button">
  3. <radio_group x="0" y="0" w="$ww" h="$wh/3">
  4. <radio_button id="1" x="5" y="10" w="$ww/2" h="50" checked="1" value="Radio Option1" />
  5. <radio_button id="3" x="5" y="60" w="$ww/2" h="50" checked="0" value="Radio Option2" />
  6. </radio_group>
  7. <radio_group x="0" y="$wh/3+5" w="$ww" h="$wh/3">
  8. <radio_button id="1" x="5" y="10" w="$ww/2" h="50" checked="1" value="Radio Option1" />
  9. <radio_button id="3" x="5" y="60" w="$ww/2" h="50" checked="0" value="Radio Option2" />
  10. </radio_group>
  11. <button id="99" x="5" y="3*$wh/4" w="$ww/2-5" h="50" value="Save" />
  12. <button id="100" x="$ww/2" y="3*$wh/4" w="$ww/2-5" h="50" value="Quit" />
  13. </window>