electron/docs-translations/th-TH/README.md

95 lines
6.2 KiB
Markdown
Raw Normal View History

กรุณาตรวจสอบว่าคุณกำลังใช้คู่มือที่ตรงกับเวอร์ชั่นของ Electon ของคุณด้วย ตัวเลขเวอร์ชั่นจะมีบอกใน URL ของหน้าเพจ ถ้าไม่มีหมายความว่าคุณอาจจะใช้เอกสารของ development branch ที่ API อาจจะมีการเปลี่ยนแปลง ซึ่งไม่สามารถใช้ร่วมกับ Electron เวอร์ชั่นที่คุณใช้อยู่ได้ เพื่อที่จะดูเอกสารเวอร์ชั่นเก่า [คุณสามารถที่จะดูแท็ก](https://github.com/electron/electron/tree/v1.4.0) ใน GitHub โดยการที่คลิกที่ "เรียกดูตามกิ่ง/แท็ก" แล้วเลือกแท็กที่ตรงกับเวอร์ชั่นของคุณ
## คำถามที่ถูกถามบ่อย
2015-10-27 05:09:49 +00:00
รวบรวมคำถามที่ถูกถามบ่อย กรุณาอ่านก่อนเปิด issue:
* [คำถามที่ถูกถามบ่อยเกี่ยวกับ Electron](faq.md)
## คู่มือ
* [คำศัพท์เฉพาะ](glossary.md)
2015-10-27 05:09:49 +00:00
* [แพลตฟอร์มที่รองรับ](tutorial/supported-platforms.md)
* [ความปลอดภัย](tutorial/security.md)
2015-10-27 05:09:49 +00:00
* [การเผยแพร่แอปพลิเคชัน](tutorial/application-distribution.md)
* [แนวทางการส่งแอปเข้า Mac App Store](tutorial/mac-app-store-submission-guide.md)
* [คู่มือ Windows Store](tutorial/mac-app-store-submission-guide.md)
2015-10-27 05:09:49 +00:00
* [การบรรจุแอปพลิเคชัน](tutorial/application-packaging.md)
* [การใช้โมดูลของ Node](tutorial/using-native-node-modules.md)
* [การหาข้อผิดพลาดในกระบวนการหลัก](tutorial/debugging-main-process.md)
* [การใช้งาน Selenium และ WebDriver](tutorial/using-selenium-and-webdriver.md)
* [ส่วนเสริมของ DevTools](tutorial/devtools-extension.md)
* [การใช้งานส่วนเสริม Pepper Flash](tutorial/using-pepper-flash-plugin.md)
* [การใช้งานส่วนเสริม Widevine CDM Plugin](tutorial/using-pepper-flash-plugin.md)
* [การทดสอบบน CI (Travis, Jenkins)](tutorial/testing-on-headless-ci.md)
* [การเลนเดอร์นอกหน้าต่าง] (tutorial/offscreen-rendering.md)
2015-10-27 05:09:49 +00:00
## แนะนำ
* [เริ่มต้นอย่างคราวๆ](tutorial/quick-start.md)
* [การร่วมกันของสภาพแวดล้อมบนเดสทอป](tutorial/desktop-environment-integration.md)
* [การตรวจจับเหตุการณ์ออนไลน์หรือออฟไลน์](tutorial/online-offline-events.md)
* [REPL](tutorial/repl.md)
2015-10-27 05:09:49 +00:00
## แหล่งอ้างอิงของ API
* [สรุปความ](api/synopsis.md)
2015-10-27 05:36:43 +00:00
* [โปรเซสออบเจค](api/process.md)
* [คำสั่งสำหรับเปลี่ยนแปลงค่าของ Chrome ที่รองรับ](api/chrome-command-line-switches.md)
* [Variables สภาพแวดล้อม](api/environment-variables.md)
2015-10-27 05:09:49 +00:00
### การปรับแต่ง DOM:
* [วัตถุ `File`](api/file-object.md)
2016-11-09 23:04:00 +00:00
* [แท็ก `<webview>`](api/webview-tag.md)
2015-10-27 05:09:49 +00:00
* [ฟังก์ชัน `window.open`](api/window-open.md)
2015-10-27 05:36:43 +00:00
### โมดูลสำหรับกระบวนการหลัก :
2015-10-27 05:09:49 +00:00
* [app](api/app.md)
* [autoUpdater](api/auto-updater.md)
* [BrowserWindow](api/browser-window.md)
* [contentTracing](api/content-tracing.md)
2015-10-27 05:09:49 +00:00
* [dialog](api/dialog.md)
* [globalShortcut](api/global-shortcut.md)
* [ipcMain](api/ipc-main.md)
* [Menu](api/menu.md)
* [MenuItem](api/menu-item.md)
* [powerMonitor](api/power-monitor.md)
* [powerSaveBlocker](api/power-save-blocker.md)
2015-10-27 05:09:49 +00:00
* [protocol](api/protocol.md)
* [session](api/session.md)
* [systemPreferences](api/system-preferences.md)
* [Tray](api/tray.md)
* [webContents](api/web-contents.md)
2015-10-27 05:09:49 +00:00
2015-10-27 05:36:43 +00:00
### โมดูลสำหรับกระบวนการ Renderer (เว็บเพจ):
2015-10-27 05:09:49 +00:00
* [desktopCapturer](api/desktop-capturer.md)
* [ipcRenderer](api/ipc-renderer.md)
2015-10-27 05:09:49 +00:00
* [remote](api/remote.md)
* [webFrame](api/web-frame.md)
2015-10-27 05:09:49 +00:00
### โมดูลสำหรับทั้งสองกระบวนการ:
2015-10-27 05:09:49 +00:00
* [clipboard](api/clipboard.md)
* [crashReporter](api/crash-reporter.md)
* [nativeImage](api/native-image.md)
2015-10-27 05:09:49 +00:00
* [screen](api/screen.md)
* [shell](api/shell.md)
## การพัฒนา
* [ลักษณะการเขียนโค้ด](development/coding-style.md)
* [การใช้ clang-format สำหรับโค้ด C++](development/clang-format.md)
2015-10-27 05:09:49 +00:00
* [โครงสร้างไดเรคทอรี่ของซอร์สโค้ด](development/source-code-directory-structure.md)
* [ความแตกต่างทางเทคนิคจาก NW.js (หรือ node-webkit)](development/atom-shell-vs-node-webkit.md)
* [ภาพรวมการสร้างระบบ](development/build-system-overview.md)
2016-06-18 13:26:26 +00:00
* [ขั้นตอนการสร้าง (macOS)](development/build-instructions-osx.md)
2015-10-27 05:09:49 +00:00
* [ขั้นตอนการสร้าง (Windows)](development/build-instructions-windows.md)
* [ขั้นตอนการสร้าง (Linux)](development/build-instructions-linux.md)
* [ขั้นตอนการแก้บัค (macOS)](development/debugging-instructions-macos.md)
* [ขั้นตอนการแก้บัค (Windows)](development/debug-instructions-windows.md)
2015-10-27 05:09:49 +00:00
* [การติดตั้งเซิร์ฟเวอร์ Symbol Server ใน debugger](development/setting-up-symbol-server.md)
* [ลักษณะการแก้เอกสาร](styleguide.md)