In the D7 reference to #states, the following:

'input[name="email_canceled_toggle"]' => array('checked' =>FALSE),

should be:

':input[name="email_canceled_toggle"]' => array('checked' => FALSE),

Comments

teksupddg’s picture

Assigned: Unassigned » teksupddg
teksupddg’s picture

Assigned: teksupddg » Unassigned

I wanted to edit but could not find out how to edit the page.

jhodgdon’s picture

Component: Correction/Clarification » API documentation files
Issue tags: +FAPI reference

That file is in the Git repository for the Documentation project, if you would like to edit and create a patch.

jhodgdon’s picture

Issue tags: +valid issue

Tagging so #1421874: [meta] Documentation Issue Queue Cleanup doesn't have to look at API docs issues.

jn2’s picture

Status: Active » Fixed

Fixed for D7 and D8.

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