Jump to content

Recommended Posts

Posted

Hello!

How I can change body color for UniSyntaxEditEx?

On default is white, but I want change color on my color. 

And second qustion: is it possible change color of reserved words?

Posted

Hello,

1 hour ago, Артем said:

How I can change body color for UniSyntaxEditEx?

One possible solution:

1. CustomCSS

.customEditor .CodeMirror, .x-form-item-body {  
  background-color: darkgray;
}

2. UniSyntaxEditEx -> LayoutConfig -> Cls = customEditor

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...