Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
2193 Представления
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`
Аватар
Отменить
Лучший ответ

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

Аватар
Отменить
Related Posts Ответы Просмотры Активность
0
янв. 25
942
0
сент. 23
2900
3
окт. 23
5121
3
июн. 23
4906
1
янв. 24
7969