Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
borderColorgreen
borderWidth1
titleBGColor#ddffcc
borderStylesolid
titleDefinition

Userview Theme defines the look and feel of a App.

One may also create its own Userview Theme as it is one of the plugable plugin.

...

List of Userview Themes

Children Display

...

ธีม Userview (Userview Theme) กำหนดรูปลักษณ์และความรู้สึกของแอปหนึ่งอาจจะสร้าง Userview Theme ของตัวเองมันเป็นหนึ่งในปลั๊กอินที่ปลั๊กอินได้


Image Added

รายชื่อธีมของ Userview

Children Display

ตารางการตอบสนอง


In

themes that support responsive design, Userview Theme such as V5 Janux Theme will display table in responsive mode. In themes that do not support responsive design, tables will be displayed without responsive mode. You can explicitly enable or disable such behavior by adding this script into the Userview Theme's settings such as the header.ในรูปแบบที่สนับสนุนการออกแบบตอบสนอง Userview ธีมเช่น V5 Janux Theme จะแสดงตารางในโหมดการตอบสนอง ในชุดรูปแบบที่ไม่สนับสนุนการออกแบบที่ตอบสนองตารางจะถูกแสดงโดยไม่มีโหมดการตอบสนอง คุณสามารถเปิดหรือปิดการใช้งานลักษณะดังกล่าวได้อย่างชัดเจนโดยการเพิ่มสคริปต์นี้ลงในการตั้งค่าของชุดรูปแบบ Userview เช่นส่วนหัว

Code Block
languagejs
titleScript to enable/disable responsive table
<script>
var _enableResponsiveTable = true;
</script>

 

 

...