Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the ability to make certain panes read-only. #1627

Open
lisunshiny opened this issue Jan 9, 2019 · 0 comments
Open

Add the ability to make certain panes read-only. #1627

lisunshiny opened this issue Jan 9, 2019 · 0 comments

Comments

@lisunshiny
Copy link

In our classroom, we did a Do Now this morning that involved our students changing the text of a div tag in JavaScript from "something" to "something else". They, being the growth hackers that they are, proceeded to change the text in html 🤦🏻‍♀️ instead of writing $("div").text("something else");. It'd be useful to add the ability to lock editing in certain panels. Looks like this is possible in Ace with editor.setReadOnly(true) (ajaxorg/ace#406).

@outoftime outoftime changed the title (feature request) Add the ability to make certain panes read-only. Add the ability to make certain panes read-only. Jan 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants