Is it possible to change the type of a field in runtime?
ex: obj.editor.s.fields['desigMaquina'].s.opts.type='select';
but when editor opens is an input as before.
No, sorry. You would need to remove the field and then add a new one with the same name, but the different required type.
Allan
thaks
Answers
No, sorry. You would need to remove the field and then add a new one with the same name, but the different required type.
Allan
thaks