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
2158 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
899
0
wrz 23
2822
3
paź 23
5074
3
cze 23
4865
1
sty 24
7935