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`
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
0
1월 25
|
1068 | ||
|
0
9월 23
|
3049 | ||
|
1
8월 25
|
261 | ||
|
3
10월 23
|
5309 | ||
|
3
6월 23
|
5022 |