Skip to main content

Home/ Drupal for Developers/ Group items tagged radios

Rss Feed Group items tagged

Daniel Gregoire

Wrapper ID (form-item) not displayed for Checkboxes / Radio Buttons CCK Fields | drupal... - 1 views

  •   if (!empty($element['#id'])) {    $output .= ' id="'. $element['#id'] .'-wrapper"';  }  else { // if we can't get the #id from $element['#id'] just build it from $element['#name']    $id=explode("[value]", $element['#name']);    $output .= ' id="'. $id[0] .'-wrapper"';  }
  •  
    Small fix for giving radio/checkbox form elements a proper ID on their wrapper. By default in 6.16 and CCK, no proper CSS ID is given to the wrappers of radio buttons and checkboxes, making it impossible to theme the layout of those elements in the form (specifically for me, the node edit forms).
amelia_joe

Slacker Radio Android Music App - 0 views

  •  
    Google has additionally collaborated with OEMs keeping in mind the end goal to make reseller's exchange answers for convey Android Auto to more seasoned autos too.Read more at:http://losangeles.fortuneinnovations.com/news/android-auto-support-stretches-slacker-radio-ultimate-music-app
1 - 2 of 2
Showing 20 items per page