How to change input field from readonly to readwrite

It is possible to disable and enable an input field. Also an input field can be set to readonly. However, how to set a readonly field to read/write?

http://docs.webix.com/api__ui.text_readonly_config.html

http://webix.com/snippet/a0d7c011

Thanks, didn’t know about the config refresh thing.

Thanks a lot. The config “toggle” works. It has saved a app from showing the dirty looking “disabled” condition.