Commit 3b4e37a7 by Jutawuth.N

update doc

1 parent 73b827f0
[TOC]
# Pages
#Templates
format: Header_xxxxxxx
| Id | Name | Path | Desc |
| --------------- | ----------------------------- | ------------------------ | ------------------------------------------------ |
| Header_0000001 | HeaderOPFrontendTemplate | / | Header Template สำหรับ Project OPFrontend ของ FWD |
| Content_0000001 | ContentOPFrontendTemplate | / | |
| AS400_0000001 | AS400Template | / | |
| Modal_0000001 | ModalRegisterTemplate | /ScanList/ | |
| Modal_0000002 | ModalSearchClientTemplate | /ScanList/Register/ | |
| Modal_0000003 | ModalFindPendingTemplate | /ScanList/Register/ | |
| Modal_0000004 | ModalActivityToPolicyTemplate | /ScanList/Register/ | |
| Modal_0000005 | ModalEditActivityTemplate | /ScanList/Register/ | |
| Modal_0000006 | ModalSearchUserTemplate | /WorkQueue/ | |
| Modal_0000007 | ModalUpdataStatusTemplate | /WorkQueue/ | |
| Modal_0000008 | ModalRemarkPendingTemplate | /WorkQueue/UpdataStatus/ | |
#Component
format:
| Id | Name | Desc |
| --------------- | ---------------------------------------- | --------------------- |
| Heading_0000001 | H3Blue_1E2790_Component | ชื่อหน้าจอ |
| Heading_0000002 | H3Black_000000_BoldComponent | ชื่อหัวข้อ table |
| Heading_0000003 | H3Black_000000_Component | ชื่อหัวข้อ |
| Table_0000001 | TableScanListComponent | |
| Table_0000002 | TableActivityRegisterComponent | |
| Table_0000003 | TablePolicyNoRegisterComponent | |
| Table_0000004 | TableSearchClientRegisterComponent | |
| Table_0000005 | TableFindPendingRegisterComponent | |
| Table_0000006 | TableOCRPolicyRegisterComponent | |
| Table_0000007 | TableSearchClientPolicyRegisterComponent | |
| Table_0000008 | TableEditActivityRegisterComponent | |
| Table_0000009 | TableWorkQueueComponent | |
| Table_0000010 | TableSearchUserWorkQueueComponent | |
| Table_0000011 | TableSearchUserWorkQueueComponent | |
| Button_0000001 | ButtonLinkTransparentComponent | |
| Button_0000002 | ButtonOrange_F68B1F_Component | button primary |
| Button_0000003 | ButtonOrange_E1A7A7_Component | button reject |
| Button_0000004 | ButtonBlue_00B0F0_Component | button blue |
| Button_0000005 | ButtonGreen_92D050_Component | button green |
| Button_0000006 | ButtonBlinkOWComponent | button กระพริบ สีส้ม/ขาว |
###
# HeaderOPFrontendTemplate
| Id | Header_0000001 |
| ----------- | --------------------------------------------------- |
| Name | HeaderOPFrontendTemplate |
| Path | ~/src/templates/header/HeaderOPFrontendTemplate.jsx |
| Description | Header Template สำหรับ Project OPFrontend ของ FWD |
| version | 0.0.2 |
# Screenshot
# Using
## Requirements
- แสดงชื่อระบบด้านซ้ายมือ โดยไม่มีรูปภาพ
- แสดง version ด้านขวามือ
- แสดงปุ่ม logout ด้านขวามือ
## Install
- import antd libs
``` react
import { Avatar } from 'antd';
```
- import css file
```react
import { style } from './resources/style/jsx/headerStyle';
```
- เพิ่ม source code ส่วน render
```react
render() {
return (
<div className="header" style={style}>
{this.state.systemName}
</div>
);
}
```
## Example
## API Specifications
### Properties
| Property | Description | Type | Default |
| :------- | :---------- | :--- | :------ |
| | | | |
### Function
| Function | Input | Return | Description |
| :------- | :---- | :----- | :---------- |
| | | | |
# What new?
## Version 0.0.2
| Update By | Jutawuth Nantawan |
| ----------- | ----------------- |
| Update Date | 27/05/2019 |
- เปลี่ยนชื่อระบบ
## Version 0.0.1
| Create By | Jutawuth Nantawan |
| ----------- | ----------------- |
| Create Date | 27/05/2019 |
- สร้างหน้าจอ UI header
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!