Essentially this boils down to adding this line of code:

object.addClass('dependent-options');

to the setChangeTrigger function. This class is used to indent form options that are dependent on another form element, for example a checkbox.

CommentFileSizeAuthor
#1 ctools_dependent_options.patch493 bytesjessebeach
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jessebeach’s picture

FileSize
493 bytes

This patch adds

object.addClass('dependent-options');

to dependent.js.

merlinofchaos’s picture

Status: Patch (to be ported) » Fixed

Committed to D6 and D7 since this should've been there all along.

Status: Fixed » Closed (fixed)

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