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`
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
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up| Related Posts | Replies | Views | Activity | |
|---|---|---|---|---|
|
0
Jan 25
|
3307 | |||
|
0
Sep 23
|
5513 | |||
|
2
Oct 25
|
2657 | |||
|
1
Aug 25
|
1861 | |||
|
3
Oct 23
|
8535 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.