Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
2159 Переглядів
I want to fire few UI customizations after loading.
I see in Dialog widget such methods:

- init

- setup

- open (also  create_edit_record  in FormViewDialog)

- opened

- willStart



which is most sutable?
I suspect `opened` or `open`
Аватар
Відмінити
Найкраща відповідь

Hi,

The "start" function would be better to use since it is triggered when the ui is ready and also a widget lifecycle method.

init and willStart are the lifecycle methods that will be triggered before the ui is ready.

Regards

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
0
січ. 25
899
0
вер. 23
2823
3
жовт. 23
5075
3
черв. 23
4866
1
січ. 24
7935