Rev 8867 | Rev 11429 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8867 | Rev 8978 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | !set toolbar="" |
4 | !set toolbar="" |
5 | !set allow_toggle= |
5 | !set allow_toggle=true |
6 | !endif |
6 | !endif |
7 | 7 | ||
8 | !default edit_area_syntax=wimsoef |
8 | !default edit_area_syntax=wimsoef |
9 | !default is_editable=true |
9 | !default is_editable=true |
10 | !default allow_toggle=true |
10 | !default allow_toggle=true |
Line 20... | Line 20... | ||
20 | id: "$edit_area_id" \ |
20 | id: "$edit_area_id" \ |
21 | ,start_highlight: true\ |
21 | ,start_highlight: true\ |
22 | ,allow_toggle: $allow_toggle\ |
22 | ,allow_toggle: $allow_toggle\ |
23 | ,language: "$lang"\ |
23 | ,language: "$lang"\ |
24 | ,syntax: "$edit_area_syntax"\ |
24 | ,syntax: "$edit_area_syntax"\ |
25 | ,min_width: |
25 | ,min_width: 150\ |
- | 26 | ,min_height:4\ |
|
26 | ,is_editable:$is_editable\ |
27 | ,is_editable:$is_editable\ |
27 | ,toolbar: $toolbar\ |
28 | ,toolbar: $toolbar\ |
28 | ,syntax_selection_allow: "$syntax_selection_allow"\ |
29 | ,syntax_selection_allow: "$syntax_selection_allow"\ |
29 | ,show_line_colors: true\ |
30 | ,show_line_colors: true\ |
30 | }); \ |
31 | }); \ |