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主题  定义了App的外观和感觉。

也可以创建自己的  Userview主题,  因为它是可插入的插件之一。


Image Added

用户视图主题列表

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 Theme(例如  V5 Janux Theme)将以响应模式显示表格。在不支持响应式设计的主题中,表格将在没有响应模式的情况下显示。您可以通过将此脚本添加到Userview主题的设置(如标题)中来明确启用或禁用此类行为。

Code Block
languagejs
titleScript to enable/disable responsive table启用/禁用响应表的脚本
<SCRIPT><script>
var _enableResponsiveTable = true;
</script>

 

 

...

 SCRIPT>