I'm building snippet options, and I can't find anywhere how to activate a snippet option by default.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- सीआरएम
- e-Commerce
- लेखांकन
- इन्वेंटरी
- PoS
- प्रोजेक्ट
- MRP
This question has been flagged
1
Reply
6447
Views
Ok, so it seems that to set a default snippet option, you have to let its `data-select_class` empty.
Here's an example:
<div data-selector="section" data-js="snippet_foobar">
<li class="dropdown-submenu">
<a href="#">Foobar</a>
<ul class="dropdown-menu">
<li data-select_class="opt-foo">
<a>Foo</a>
</li>
<li data-select_class="opt-bar">
<a>Bar</a>
</li>
<li data-select_class="">
<a>When visible</a>
</li>
</ul>
</li>
</div>Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up| Related Posts | Replies | Views | Activity | |
|---|---|---|---|---|
|
|
1
दिस॰ 19
|
5543 | ||
|
|
1
मई 23
|
4724 | ||
|
|
1
जून 25
|
1712 | ||
|
|
0
सित॰ 24
|
2545 | ||
|
|
1
मार्च 23
|
3242 |