1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/strut_ynh.git synced 2024-09-03 20:26:33 +02:00
strut_ynh/sources/styles/img/notes.txt

8 lines
159 B
Text

Changing mode at runtime:
editor.setOption("mode", mode...);
Change size at runtime:
editor.setSize(w,h);
Change content at runtime:
editor.setValue(value);