|
Stud.IP
trunk Revision
|
Variables | |
| $is_locked = $input['locked'] ? 'disabled readonly' : '' | |
| $is_locked_array = $input['locked'] ? ['disabled' => true, 'readonly' => true] : [] | |
| $is_required_array = $input['must'] ? ['required' => true] : [] | |
| $is_pattern_array = $input['pattern'] ? ['pattern' => $input['pattern']] : [] | |
| endif | |
| endforeach = htmlReady($c_n) | |
| else | __pad0__ |
| else array | $input ['value'] |
| else array $input[ 'value'] |
| $is_locked = $input['locked'] ? 'disabled readonly' : '' |
| $is_pattern_array = $input['pattern'] ? ['pattern' => $input['pattern']] : [] |
| $is_required_array = $input['must'] ? ['required' => true] : [] |
| else __pad0__ |
| endforeach = htmlReady($c_n) |