Feature #1896
Feature #1890: Convert to SimpleXML setup page
Load existing values on SimpleXML setup page
Start date:
06/07/2017
Due date:
% Done:
100%
Associated revisions
Disabling controls while loading existing configuration
Reference #1896
History
#1 Updated by Luke Murphey over 7 years ago
- Parent task changed from #1887 to #1890
#2 Updated by Luke Murphey over 7 years ago
setControlsEnabled: function(enabled){ if(enabled === undefined){ enabled = true; } $('input,select').prop('disabled', !enabled); },
#3 Updated by Luke Murphey over 7 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100