HiThe following has been tested on both FireFox and Chrome.
When I use setValue: editor.getSession().setValue("new code here");
The display is not refreshes.What I figured out so far:
- the setValue did work and the information is changed.
- Ace Editor needs to be clicked on and then the "enter" key pressed for it to display.
- the.resize() option does not get the content of the Ace Editor to refresh to what is changed.
I did look in the documentation for a refresh()/update() command but seems the be none.Any Help would be great.