Problem/Motivation

Users should be able to pick images.

Proposed resolution

Add image picker form element

References

Tasks

  • Element type = webform_select_image
  • Extends 'select'
  • Add support for text/value option properties.
  • Allow for advanced #options text,value,src.
  • Serialize options data to select element and set attributes using JSON.
  • Add limit message.
  • Recommends IMCE to populate URL/Path.
  • Support hide/show using wrapper
  • Use remote placeholders for examples.

Properties

  • #class=webform-select-image-value
  • #image_show_label
  • #image_limit (#multiple)
  • #image_limit_message (#multiple_message)
  • #image_hide_select: TRUE
  • #images
  • text
  • value
  • src
  • alt
  • label
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jrockowitz created an issue. See original summary.

anpolimus’s picture

Issue tags: +KyivCampCS17

  • jrockowitz committed 55e0bde on 2861953-image-picker
    Issue #2861953: Add image picker form element. Add form element.
    

  • jrockowitz committed c13e103 on 2861953-image-picker
    Issue #2861953: Add image picker form element. Add webform element.
    

  • jrockowitz committed be4b947 on 2861953-image-picker
    Issue #2861953: Add image picker form element. Update test config.
    

  • jrockowitz committed a8b8eb9 on 2861953-image-picker
    Issue #2861953: Add image picker form element.
    

  • jrockowitz committed 63da2e2 on 2861953-image-picker
    Issue #2861953: Add image picker form element. Fix #images key.
    
  • jrockowitz committed e7d0c55 on 2861953-image-picker
    Issue #2861953: Add image picker form element. Add key support to...

  • jrockowitz committed b6d4b9d on 2861953-image-picker
    Issue #2861953: Add image picker form element. Fix typo.
    
jrockowitz’s picture

Status: Active » Needs review
FileSize
52.09 KB

  • jrockowitz committed 9a80e75 on 2861953-image-picker
    Issue #2861953: Add image picker form element. Fix formatting and export...
jrockowitz’s picture

  • jrockowitz committed 586ac3a on 2861953-image-picker
    Issue #2861953: Add image picker form element. Add Webform multiple...

  • jrockowitz committed a4c5578 on 2861953-image-picker
    Issue #2861953: Add image picker form element. Write tests.
    
jrockowitz’s picture

  • jrockowitz committed 3afa9ca on 2861953-image-picker
    Issue #2861953: Add image picker form element. Code review.
    
jrockowitz’s picture

  • jrockowitz committed b393a21 on 8.x-5.x
    Issue #2861953 by jrockowitz: Add image picker form element
    
jrockowitz’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.