Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
2176 Vues
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
Ignorer
Meilleure réponse

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
Ignorer
Publications associées Réponses Vues Activité
0
janv. 25
908
0
sept. 23
2849
3
oct. 23
5086
3
juin 23
4886
1
janv. 24
7952