Does anyone know how to add a form field that is an Ace code editor?
Does anyone know how to add a form field that is an Ace code editor?
Something like this?
Very crude example of the Ace Editor.
Thank you, that helps! Do you think its worth trying to set up a package and a class that extends from Ext.form.field.Base? The goal is to embed the editor in a form to submit the code with the other fields.
Something like this?
"The competent programmer is fully aware of the strictly limited size of his own skull; therefore he approaches the programming task in full humility, and among other things he avoids clever tricks like the plague." – Edsger W. Dijkstra
Wow, yes, that is awesome, thank you!