Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
19072 มุมมอง

Any body please explain me t-extend and t-jquery with a example in qweb reports

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

t-extend is used to extend an existing template

You will see qweb templates in the base module like:

<t t-name="layout">
....
</t>

You can use <t t-extend="module_name.layout" > to extend these and insert new qweb elements.

<t t-jquery> is used to specify a postion.

For example,

<t t-name="layout">
<span class="some_class">Hello</span>
</t>

You could extend this by using:

<t t-jquery="span.some_class" t-operation="after">
</t>

t-jquery is usually used in conjuction with t-operation much like <xpath expr="" position="" /> 

Hope this helps.






อวตาร
ละทิ้ง

If you browse through some modules, you should get the hang of it. Let me know if you need more help.

Related Posts ตอบกลับ มุมมอง กิจกรรม
1
ก.ค. 25
1889
1
พ.ค. 25
1983
QWeb: use t-if to check birthday date แก้ไขแล้ว
1
เม.ย. 25
2402
1
ก.พ. 25
1690
0
ต.ค. 24
1457