Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
2163 Prikazi
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
Opusti
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
Opusti
Related Posts Odgovori Prikazi Aktivnost
0
jan. 25
900
0
sep. 23
2836
3
okt. 23
5076
3
jun. 23
4869
1
jan. 24
7936