balvi / cuba-component-declarative-controllers

CUBA component that allows to write generic features for a Controller and use them in a declarative way
5 stars 6 forks source link

Added support for Cuba 7 UI API #16

Open koca2000 opened 4 years ago

koca2000 commented 4 years ago

Hi!

I added support for new Cuba 7 UI API while still supporting old screen API (#13) .

As StandardLookup and StandardEditor both have the same events as ony other Screen I added backend only for generic Screen so it is not duplicated for each Screen type.

Tested with Cuba Platform 7.2.7 and updated HelpSystem addon (I'll make PR for that later as well).