İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
5473 Görünümler

I want create one input field and give a class as widget and get a value of it using javascript. this widget used more than once 

Avatar
Vazgeç
Üretici En İyi Yanıt

                <input t-att-type="widget.password ? 'password' : 'text'"
                    t-att-id="widget.id_for_label"
                    t-att-tabindex="widget.node.attrs.tabindex"
                    t-att-autofocus="widget.node.attrs.autofocus"
                    t-att-placeholder="widget.node.attrs.placeholder"
                    t-att-maxlength="widget.field.size"
                    name="kladr_city"
                />

 t-att-id="widget.id_for_label" what is the meaning of this line

 

 

Avatar
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
0
Ağu 20
2787
0
Şub 18
3225
0
Eyl 17
3950
2
Kas 15
496
1
Şub 24
11772