Table of Contents |
---|
Usages
Thai |
---|
ตามธรรมเนียม |
English Used for providing a different look and feel for a Userview. Please refer to UI Theme. Thai ใช้สำหรับมอบรูปลักษณ์และความรู้สึกที่แตกต่างสำหรับ Userview โปรดอ้างอิงถึง UI Theme
A useable Userview Theme plugin must extends org.joget.apps.userview.model.UserviewV5Theme or org.joget.apps.userview.model.UserviewTheme abstract class.
Thai ปลั๊กอินธีม Userview Theme ที่ใช้งานได้ต้องขยาย org.joget.apps.userview.model.UserviewV5Theme หรือ org.joget.apps.userview.model.UserviewTheme ระดับนามธรรม
Since version 5.0, It is encourage to use org.joget.apps.userview.model.UserviewV5Theme instead of org.joget.apps.userview.model.UserviewTheme abstract class for Userview Theme plugin
Thai ตั้งแต่รุ่น 5.0 ขอแนะนำให้ใช้ org.joget.apps.userview.model.UserviewV5Theme แทน org.joget.apps.userview.model.UserviewTheme คลาสนามธรรมสำหรับปลั๊กอินธีม Userview
development as the new theme provided more flexibility to control how you want your theme to display to user.
Thai การพัฒนาเป็นชุดรูปแบบใหม่ที่ให้ความยืดหยุ่นมากขึ้นในการควบคุมวิธีที่คุณต้องการให้ชุดรูปแบบของคุณแสดงต่อผู้ใช้
...
Under wflow-core module
Thai ภายใต้โมดูล wflow-core Extended org.joget.plugin.base.ExtDefaultPlugin. Please refer to Plugin Base Abstract Class and Interface.
Thai ขยาย org.joget.plugin.base.ExtDefaultPlugin โปรดอ้างอิงถึง Plugin Base Abstract Class and Interface
Implemented org.joget.plugin.property.model.PropertyEditable. Please refer to Plugin Base Abstract Class and Interface.
Thai ดำเนินการ org.joget.plugin.property.model.PropertyEditable โปรดอ้างอิงถึง Plugin Base Abstract Class and Interface.
A base abstract class to develop a Userview Theme plugin for version v5.0 onward.
Thai คลาส abstract พื้นฐานเพื่อพัฒนาปลั๊กอินธีม Userview สำหรับเวอร์ชัน v5.0 เป็นต้นไป
Please refer to V5 Predefined Theme Template on template options.
Thai โปรดอ้างอิง V5 Predefined Theme Template บนตัวเลือกเทมเพลต
Only need to override the function accordingly to change part of the display.
Thai จำเป็นต้องแทนที่ฟังก์ชั่นตามลำดับเพื่อเปลี่ยนส่วนของจอแสดงผล
...
Method Detail
Thai |
---|
รายละเอียดวิธีการ |
Abstract Methods
Thai |
---|
วิธีการเชิงนามธรรม |
...
Thai |
---|
ตัวเลือกคุณสมบัติปลั๊กอิน |
Please refer to Plugin Properties Options for more information.
Thai โปรดดู Plugin Properties Options สำหรับข้อมูลเพิ่มเติม
Tutorials
Thai |
---|
สอน |
...