Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
The logo that is displayed in the App Center can be changed under Settings > Theme > Advanced > Home Banner.
Just upload a logo of your preference to the app's Resources, then copy the new resource's generated hash variable and replace the image source.
The "Home Banner" and "Custom CSS" can be customized.
Thai |
---|
"Home Banner" และ "Custom CSS" สามารถ customized |
The help guide feature can be disabled, by scrolling to the bottom of the same page.
Thai |
---|
คุณลักษณะคู่มือช่วยเหลือสามารถปิดการใช้งานในหน้าเดียวกันได้เช่นกัน |
Thai |
---|
การปรับแต่งแบบฟอร์มของ App Center |
Code Block | ||||
---|---|---|---|---|
| ||||
<div id="main-action-help"><i class="fa fa-info-circle"></i></div>
<div id="search"></div>
<ul id="apps"></ul>
<p>
<script src="/jw/js/appCenter7.js"></script>
<script>
AppCenter.searchFilter($("#search"), $("#apps"));
AppCenter.loadPublishedApps("#apps");
</script>
</p> |
Line number 1 can be removed to remove the "help" icon.
Thai |
---|
สามารถลบหมายเลขบรรทัด 2 เพื่อลบไอคอน "ความช่วยเหลือ" |
The list of published apps is loaded by AppCenter.loadPublishedApps method. This method has an extra 2 arguments to customize the published app list.
Thai |
---|
รายการแอปที่เผยแพร่ถูกโหลดโดยวิธี AppCenter.loadPublishedApps วิธีนี้มีข้อโต้แย้งเพิ่มเติม 2 ข้อเพื่อปรับแต่งรายการแอพที่เผยแพร่ |
...
To disable the Hint pop-up, edit the App Center UI.
Thai |
---|
หากต้องการปิดใช้งานป๊อปอัปคำแนะนำให้แก้ไข App Center |
Navigate to Settings.
Thai |
---|
นำทางไปยังการตั้งค่า |
Under Settings, navigate to "Configure Layout > Configure Theme > Advanced".
Thai |
---|
ภายใต้การตั้งค่านำทางไปที่ "Configure Layout > Configure Theme > Advanced" |
Scroll down to the bottom of the page, and check the "Disable help guide feature?" option.
Thai |
---|
เลื่อนลงไปที่ด้านล่างของหน้าและทำเครื่องหมายในช่อง "ปิดการใช้งานคุณลักษณะคำแนะนำช่วยเหลือหรือไม่" |
Figure 9: Disable Help Guide Feature Checkbox
Then click on "SAVE" to save the UI.
Thai |
---|
จากนั้นคลิกที่ "บันทึก" เพื่อบันทึกมุมมองทั้งภาพ |
...