Jump to content

TEST-T: Difference between revisions

From Teltonika Telematics Wiki
Replaced content with "<details> <summary><b>Click here to see more details</b></summary> <p>This content is hidden until the user clicks the summary text above.</p> <ul> <li>Works in GitHub/GitLab</li> <li>No JavaScript needed</li> <li>Supports nested elements</li> </ul> </details>"
Tag: Replaced
No edit summary
Line 1: Line 1:
<details>
<div class="wiki-collapsible">
   <summary><b>Click here to see more details</b></summary>
   <input type="checkbox" id="section1" class="toggle">
   <p>This content is hidden until the user clicks the summary text above.</p>
   <label for="section1" class="label">Advanced Configuration Guide</label>
   <ul>
   <div class="content">
     <li>Works in GitHub/GitLab</li>
     <p>This is a custom-styled collapsible area using only CSS!</p>
    <li>No JavaScript needed</li>
   </div>
    <li>Supports nested elements</li>
</div>
   </ul>
</details>

Revision as of 09:44, 28 April 2026

 <input type="checkbox" id="section1" class="toggle">
 <label for="section1" class="label">Advanced Configuration Guide</label>

This is a custom-styled collapsible area using only CSS!