Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #38799, comment 2


Ignore:
Timestamp:
01/16/2017 06:30:51 PM (9 years ago)
Author:
nikeo
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38799, comment 2

    v1 v2  
    991) to be able to simply populate the dependency description in an object that extends the api one.
    10102) to make sure dynamic section / settings/ controls are taken into account ( the api.Value::when() method and the api 'change' event are our friends for that ).
    11 3) to make sure that cross section dependencies work fine, even in a lazy load context ( which will be implemented in the future as far as I understand). For that, this dependency class has to make sure that a control not yet instantiated has to be sort of "awaked".
     113) to make sure that cross section dependencies work fine, even in a lazy load context ( which will be implemented in the future as far as I understand). For that, this dependency class has to make sure that a control not yet instantiated has to be sort of "awaken".
    1212
    1313Let me know if / how I can help further on this. I'll be happy to if I can.