Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
Thai |
---|
การกำหนด Userview เริ่มต้นเป็น App Center |
Any Userview from any apps can be used a the default Userview. The default Userview here serves as the landing page when someone visits Joget Workflow.
Thai |
---|
Userview ใด ๆ จากแอปใด ๆ สามารถใช้ Userview เริ่มต้นได้ Userview เริ่มต้นที่นี่ทำหน้าที่เป็นหน้า Landing Page เมื่อมีคนเยี่ยมชม Joget Workflow |
In the default installation, an app called "App Center" with the Userview named "Joget Workflow" is preloaded in
Thai |
---|
ในการติดตั้งเริ่มต้นแอปที่เรียกว่า "App Center" พร้อม Userview ชื่อ "Joget Workflow" ถูกโหลดไว้ใน |
Thai |
---|
โครงสร้างโดยรวมของแอพ App Center |
The default App Center app can be customized towards individual's preferences.
Thai |
---|
แอป App Center เริ่มต้นสามารถปรับแต่งตามความต้องการของแต่ละบุคคล |
In order to edit it, simply heads to "All Apps" as the administrator. Click on "App Center" app.
Thai |
---|
ในการแก้ไขให้ไปที่ "แอพทั้งหมด" ในฐานะผู้ดูแลระบบ คลิกที่แอพ "App Center" |
Then, click on "Joget Workflow".
Thai |
---|
จากนั้นคลิกที่ "Joget Workflow" |
In the Userview Builder, edit the only menu that you see in it.
Thai |
---|
ในตัวสร้าง Userview แก้ไขเฉพาะเมนูที่คุณเห็น |
It is a form menu that points to the form named "Published Apps".
Thai |
---|
เป็นเมนูแบบฟอร์มที่ชี้ไปยังแบบฟอร์มที่ชื่อว่า "แอพที่เผยแพร่แล้ว" |
By defining the content of the form, we will be able to alter the content of the default app center. Simply return to step 2 above and open up the form.
Thai |
---|
โดยการกำหนดเนื้อหาของแบบฟอร์มเราจะสามารถแก้ไขเนื้อหาของศูนย์แอปเริ่มต้น เพียงกลับไปที่ขั้นตอนที่ 2 ด้านบนและเปิดแบบฟอร์ม |
In the form's design, there are 2 custom HTML elements.
Thai |
---|
ในการออกแบบฟอร์มมีองค์ประกอบ HTML ที่กำหนดเอง 2 รายการ |
The first one (highlighted in red) is meant to be shown when a user of administrator role logs in. The second one (highlighted in blue) is to be shown all the time.
Thai |
---|
อันแรก (เน้นด้วยสีแดง) หมายถึงการแสดงเมื่อผู้ใช้ของบทบาทผู้ดูแลระบบเข้าสู่ระบบคนที่สอง (เน้นด้วยสีฟ้า) จะแสดงตลอดเวลา |
Edit the second Custom HTML to reveal its code.
Thai |
---|
แก้ไข HTML ที่กำหนดเองที่สองเพื่อเปิดเผยรหัส |
Code Block | ||||
---|---|---|---|---|
| ||||
<link rel="stylesheet" href="/jw/css/appCenter.css" /> <div id="main-action-help"><i class="fa fa-info-circle"></i></div> <div id="search"></div> <div id="apps"></div> <p> <script src="/jw/js/appCenter.js"></script> <script> AppCenter.searchFilter($("#search"), $("#apps")); AppCenter.loadPublishedApps("#apps"); </script> </p> |
Thai |
---|
การปรับแต่ง Userview ของ App Center เอง |
The logo that is displayed in the App Center can be changed under Userview Builder's settings > Logo URL.
Thai |
---|
โลโก้ที่แสดงใน App Center สามารถเปลี่ยนได้ภายใต้การตั้งค่าของ Userview Builder> URL โลโก้ |
The "Home Banner" and "Custom CSS" can be cuztomized.
Thai |
---|
"Home Banner" และ "Custom CSS" สามารถ cuztomized |
The help guide feature can be disabled in the same page too.
Thai |
---|
คุณลักษณะคู่มือช่วยเหลือสามารถปิดการใช้งานในหน้าเดียวกันได้เช่นกัน |
...
Thai |
---|
การปรับแต่งแบบฟอร์มของ App Center |
Code Block | ||||
---|---|---|---|---|
| ||||
<link rel="stylesheet" href="/jw/css/appCenter.css" /> <div id="main-action-help"><i class="fa fa-info-circle"></i></div> <div id="search"></div> <div id="apps"></div> <p> <script src="/jw/js/appCenter.js"></script> <script> AppCenter.searchFilter($("#search"), $("#apps")); AppCenter.loadPublishedApps("#apps"); </script> </p> |
...
Line number 2 can be removed to remove the "help" icon.
Thai |
---|
สามารถลบหมายเลขบรรทัด 2 เพื่อลบไอคอน "ความช่วยเหลือ" |
The list of published apps is loaded by AppCenter.loadPublishedApps method. This method has extra 2 arguments to customize the published app list.
Thai |
---|
รายการแอปที่เผยแพร่ถูกโหลดโดยวิธี AppCenter.loadPublishedApps วิธีนี้มีข้อโต้แย้งเพิ่มเติม 2 ข้อเพื่อปรับแต่งรายการแอพที่เผยแพร่ |
Code Block |
---|
AppCenter.loadPublishedApps(container, customUrl, excludes); container : This is the container to populate the app list customUrl : This can change to a custom url to load the app list instead of the default url eg. /web/json/apps/published/userviews?appCenter=true excludes : This is used to exclude the unwanted userview from populate in the app center list. It is an array of string in syntax of "appId:userviewId" Example: AppCenter.loadPublishedApps(container, null, ["isr:isr", "crm:view"]); |
Thai |
---|
ปิดการใช้งาน "ความช่วยเหลือ" (คำแนะนำ / คำแนะนำ) |
To disable the Hint pop-up, edit the App Center Userview.
Thai |
---|
หากต้องการปิดใช้งานป๊อปอัปคำแนะนำให้แก้ไข Apperverservers Center |
Navigate to Settings.
Thai |
---|
นำทางไปยังการตั้งค่า |
Under Settings navigate to "Configure Layout > Configure Universal Theme > Advanced".
Thai |
---|
ภายใต้การตั้งค่านำทางไปที่ "Configure Layout > Configure Universal Theme > Advanced" |
Scroll down to the bottom of the page and check the box, "Disable help guide feature?"
Thai |
---|
เลื่อนลงไปที่ด้านล่างของหน้าและทำเครื่องหมายในช่อง "ปิดการใช้งานคุณลักษณะคำแนะนำช่วยเหลือหรือไม่" |
Then click on the "OK" to close the window.
Thai |
---|
จากนั้นคลิกที่ "ตกลง" เพื่อปิดหน้าต่าง |
Then click on "SAVE" to save the whole userview.
Thai |
---|
จากนั้นคลิกที่ "บันทึก" เพื่อบันทึกมุมมองทั้งภาพ |
Thai |
---|
บทแนะนำที่เกี่ยวข้อง |
...