mirror of
https://github.com/YunoHost-Apps/strut_ynh.git
synced 2024-09-03 20:26:33 +02:00
8 lines
159 B
Text
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);
|
|
|
|
|