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
It looks like you're new here. If you want to get involved, click one of these buttons!
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