Skip to content

transformTextarea doesn't (really) return API object #199

Closed
@NV

Description

Using build/textarea/editor.html, I cannot even access methods like setTheme and resize.

-> ace.transformTextarea(textarea)
>> {
  getOption: function (a){return f[a]}
  getOptions: function (){return f}
  setDisplaySettings: function (a){d.style.display=a?"block":"none"}
  setOption: function (d,e){if(f[d]!=e) ...
}

Would be nice to have a "edit" method that accept both textarea and pre.
@Gissues:{"order":81.98757763975163,"status":"backlog"}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions