Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
2184 Visninger
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
Kassér
Bedste svar

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
Kassér
Related Posts Besvarelser Visninger Aktivitet
0
jan. 25
920
0
sep. 23
2865
3
okt. 23
5099
3
jun. 23
4891
1
jan. 24
7960