コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
2180 ビュー
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
915
0
9月 23
2854
3
10月 23
5093
3
6月 23
4889
1
1月 24
7956