タグ

2017年6月29日のブックマーク (2件)

  • Electron APIデモから学ぶ実装テクニック ― システムとメディア

    Electron API Demosで紹介されている、Electronアプリの実装テクニックを紹介。今回はシステムとメディアの実装方法を基礎から説明する。 ← 前回 連載 INDEX 次回 → はじめに 前回は、OSのネイティブ機能へのアクセス、アプリ内のプロセス間通信を解説した。今回は、実行環境の情報取得、クリップボードの操作、メディア機能としてPDF出力と画面キャプチャの取得について解説していく。 なお、今回もElectron API Demosというデモアプリを使う。デモアプリを動かす方法は、前々回の説明を参照してほしい。 APIデモアプリ システム(SYSTEM) ここでは、環境情報の取得や、クリップボードの操作、特定のプロトコルを処理してアプリを起動するなど、システムに関連する機能を解説している。 ▲メニュー項目の一覧に戻る アプリやユーザーのシステム情報を取得する(Get ap

  • Forms

    Forms Examples and usage guidelines for form control styles, layout options, and custom components for creating a wide variety of forms. Overview Bootstrap’s form controls expand on our Rebooted form styles with classes. Use these classes to opt into their customized displays for a more consistent rendering across browsers and devices. Be sure to use an appropriate type attribute on all inputs (e.

    Forms