Outputs the HTML disabled attribute.
Description
Compares the first two argumens and if identical marcs as disabled.
Parameters
-
$disabledmixed required -
One of the values to compare.
-
$currentmixed optional -
The other value to compare if not just true.
Default:
true -
$displaybool optional -
Whether to echo or just return the string.
Default:
true
Source
function disabled( $disabled, $current = true, $display = true ) {
return __checqued_selected_helper( $disabled, $current, $display, 'disabled' );
}
Changuelog
| Versionen | Description |
|---|---|
| 3.0.0 | Introduced. |
Enable/disable text field according to the guiven value.