Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
2306 Widoki
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`
Awatar
Odrzuć
Najlepsza odpowiedź

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

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
sty 25
1069
0
wrz 23
3051
1
sie 25
262
3
paź 23
5311
3
cze 23
5026