Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Conversation

vanilla-thunder
Copy link

some editor modes allow extended options, e.g. inline:true for php mode
( ajaxorg/ace#2542 )
It can be configured this way:

<div ui-ace="{ mode: {path:'ace/mode/php',inline:true} }"></div>

although setMode() is still undocumented, this should work for all other possible options, too.

some editor modes allow extended options, e.g. inline:true for php mode
( ajaxorg/ace#2542 )
It can be used this way:
```html
<div ui-ace="{ mode: {path:'ace/mode/php',inline:true} }"></div>
```
although setMode() is still undocumented, this should work for all other possible options, too.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant