Quantcast
Channel: Ace Code Editor for MODX Revolution - Support Thread - MODX Community Forums
Viewing all articles
Browse latest Browse all 65

Re: Ace Code Editor for MODX Revolution - Support Thread

$
0
0
FYI - i found a fix for the scrollbar thing...
https://github.com/ajaxorg/ace/issues/2872

add...
.ace_scrollbar-inner {
  background-color: white;
  opacity: 0.01;
}

to the theme's css in its js file.

FYI2 - as for the expanded view, i've found nothing. i hate modifying the core/orig code, but in this case, that's what i did.
i edited the
~/assets/components/ace/modx.texteditor.js

line 273 where it gives the CSS for the ".ace_maximized" style.
i just changed the "top, left, right, & bottom" attributes to my liking.

Viewing all articles
Browse latest Browse all 65

Trending Articles