and change syntax highlighter API once more
This commit is contained in:
parent
bec9222cf2
commit
7c3a40368f
2 changed files with 9 additions and 14 deletions
|
|
@ -19,7 +19,7 @@ Ox.load('UI', {
|
|||
.append(
|
||||
Ox.FormElementGroup({
|
||||
elements: [
|
||||
'showLineNumbers', 'showPage', 'showReturns', 'showSpaces', 'showTabs', 'stripComments'
|
||||
'showLineNumbers', 'showPage', 'showLinebreaks', 'showTabs', 'showWhitespace', 'stripComments'
|
||||
].map(function(v, i) {
|
||||
return Ox.Checkbox({
|
||||
overlap: 'right',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue