Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
2310 Visualizações
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
Cancelar
Melhor resposta

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
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
0
jan. 25
1070
0
set. 23
3059
1
ago. 25
267
3
out. 23
5318
3
jun. 23
5043