Project

General

Profile

Feature #1896

Feature #1890: Convert to SimpleXML setup page

Load existing values on SimpleXML setup page

Added by Luke Murphey almost 7 years ago. Updated almost 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
06/07/2017
Due date:
% Done:

100%

Associated revisions

Revision 301 (diff)
Added by lukemurphey almost 7 years ago

Disabling controls while loading existing configuration

Reference #1896

History

#1 Updated by Luke Murphey almost 7 years ago

  • Parent task changed from #1887 to #1890

#2 Updated by Luke Murphey almost 7 years ago

        setControlsEnabled: function(enabled){

            if(enabled === undefined){
                enabled = true;
            }

            $('input,select').prop('disabled', !enabled);

        },

#3 Updated by Luke Murphey almost 7 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100

Also available in: Atom PDF