Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
2300 Переглядів
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
1065
0
вер. 23
3047
1
серп. 25
234
3
жовт. 23
5305
3
черв. 23
5020