Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
2869 Tampilan
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
Buang
Jawaban Terbai

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
Buang
Post Terkait Replies Tampilan Aktivitas
0
Jan 25
1721
0
Sep 23
3709
2
Okt 25
871
1
Agu 25
793
3
Okt 23
6243