Hi Colin,
You've put your controller in wrong source folder. zk is only available in backoffice web context so all your UI-related code should be placed under myextension/backoffice/src folder.
Cheers,
Marcin
Hi Irene,
What you are observing right now is correct behavior. If you configure advanced search widget to use localized field in simple search mode (by specifying simple-search configuration) it will make it in simplest possible way, i.e. search on...
Well yes, that sentence might be confusing, though what it says is correct. You just have to interpret it a little bit differently. Editor Area Widget can handle objects of many types. You can configure it explicitly for every one of that types. Thus...
Hi,
I'm not sure if I understand your question correctly. Do you want to have only one tab configured for some type? This is not possible. The whole configuration concept in backoffice framework is based on something called context, part of which is ...