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

I try to figure out why my snippet cannot be dropped inside other elements although the code is the same as any regular odoo built-in snippet. Yet it seems that the class on the snippet defines its target.

for example.  s_website_form decides that this snippet can be dropped inside other elements. but why? Where is that behavior defined so I can reproduce it for my own snippet?


section class="s_website_form pt16 pb16 oe_snippet_body" data-vcss="001" data-snippet="s_website_form" data-name="Form">


How can I define my own droppable targets?

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

Hi,

We can use data-drop-in and data-drop-near attributes to specify where the snippet should be droppable.

Example

<div id=“id_of_div” t-att-data-selector=“selector_of_snippet” t-attf-data-drop-near=“tags or class or id of elements where the snippet should be dropped near to” data-drop-in="tags or class or id of elements where the snippet should be able to be dropped in to"/>


Regards

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
1
ส.ค. 21
4335
1
มี.ค. 17
2853
0
ก.ย. 24
916
0
มิ.ย. 24
1428
1
มิ.ย. 23
2975