Did you know ... Search Documentation:
Pack weblog -- prolog/html_form/radio.pl
PublicShow source

radio

Weblog Licensed under LGPL

 image_radio_set(+Generator:goal)// is det
Creates a set of radio buttons with images instead of the default rendering

Generator will be called with one additional argument, of form

  • set_name(Name) name of the set of radio buttons (optional)
  • id(ID) one per radio button
  • image(ID, Image) path to unselected image file for this button
  • selected_image(ID, Image) path to selected image file for this button
  • default(ID) the button to be selected at start