Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
85a0e326
Commit
85a0e326
authored
Aug 10, 2011
by
Dries Buytaert
Browse files
- Patch
#1232722
by peterpoe: drupal_process_states() - doc listing states is not quite right.
parent
47b865ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/common.inc
View file @
85a0e326
...
...
@@ -4421,6 +4421,8 @@ function drupal_process_attached($elements, $group = JS_DEFAULT, $dependency_che
* The following states may be applied to an element:
* - enabled
* - disabled
* - required
* - optional
* - visible
* - invisible
* - checked
...
...
@@ -4429,26 +4431,22 @@ function drupal_process_attached($elements, $group = JS_DEFAULT, $dependency_che
* - collapsed
*
* The following states may be used in remote conditions:
* - enabled
* - disabled
* - visible
* - invisible
* - empty
* - filled
* - checked
* - unchecked
* - expanded
* - collapsed
* - value
*
* The following states exist for both states and remote conditions, but are not
* fully implemented and may not change anything on the element:
* - required
* - optional
* The following states exist for both elements and remote conditions, but are
* not fully implemented and may not change anything on the element:
* - relevant
* - irrelevant
* - valid
* - invalid
* - touched
* - untouched
* - filled
* - empty
* - readwrite
* - readonly
*
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment