Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
English
Collapse all categories by default
Thai

ยุบทุกหมวดหมู่ตามค่าเริ่มต้น


Image Added


Image Modified

  1. Enable  Collapsible Menu?  in Userview UI Collapsible Theme settings under the the Configure Custom UI tab.

    Thai

    เปิดใช้งานเมนูที่พับได้หรือไม่ ในการตั้งค่าธีมของ Userview UI ภายใต้แท็บ Configure Custom UI

  2. Insert this code into Custom JavaScript on the same page.

    Thai

    ใส่รหัสนี้ใน JavaScript ที่กำหนดเองในหน้าเดียวกัน

    Code Block
    $(document).ready(function(){
       $(".menu-container").hide();
    });

...

Thai

องค์ประกอบที่เกี่ยวข้อง