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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
<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
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
Aug 20
|
2455 | ||
|
0
Feb 18
|
2985 | ||
|
0
Sep 17
|
3657 | ||
|
2
Nov 15
|
194 | ||
|
1
Feb 24
|
11592 |