How do I make a textarea an ACE editor?

前端 未结 5 1434
温柔的废话
温柔的废话 2020-12-02 04:48

I\'d like to be able to convert specific textareas on a page to be ACE editors.

Does anyone have any pointers please?

EDIT:

I have the the editor.htm

5条回答
  •  自闭症患者
    2020-12-02 05:45

    For anyone like me that just wants a minimal, working example of using Ace from the CDN:

    
    
    
    
      
    function () { console.log('this is a demo, try typing!') }

提交回复
热议问题