Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
2628 Переглядів
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
1481
0
вер. 23
3404
2
жовт. 25
399
1
серп. 25
556
3
жовт. 23
5830