Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

advanced editor mode configuration - #158

#158
Open
vanilla-thunder wants to merge 1 commit into
angular-ui:masterangular-ui/ui-ace:masterfrom
vanilla-thunder:masterCopy head branch name to clipboard
Open

advanced editor mode configuration#158
vanilla-thunder wants to merge 1 commit into
angular-ui:masterangular-ui/ui-ace:masterfrom
vanilla-thunder:masterCopy head branch name to clipboard

Conversation

@vanilla-thunder

Copy link
Copy Markdown

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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.