Skip to Content
Menú
This question has been flagged
1 Respondre
2170 Vistes
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`
Avatar
Descartar
Best Answer

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

Avatar
Descartar
Related Posts Respostes Vistes Activitat
0
de gen. 25
902
0
de set. 23
2845
3
d’oct. 23
5079
3
de juny 23
4878
1
de gen. 24
7943