Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
Panel | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
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. |
...
Children Display |
---|
...
| |
Userview主题 定义了App的外观和感觉。 也可以创建自己的 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 Theme(例如 V5 Janux Theme)将以响应模式显示表格。在不支持响应式设计的主题中,表格将在没有响应模式的情况下显示。您可以通过将此脚本添加到Userview主题的设置(如标题)中来明确启用或禁用此类行为。
Code Block | |||||
---|---|---|---|---|---|
| |||||
<SCRIPT><script> var _enableResponsiveTable = true; </script> |
...
SCRIPT> |