まだ解説がない命令一覧 *
以下の命令にはまだ解説がありません。ぜひ、マニュアル増強にご協力ください。
(なお、以下のリストは、バージョンアップごとに更新されます。)
- nadesiko3-smtp/メール送信 --- 辞書型のデータ{host:'xxx',port:xxx,secure:true,auth:{user:'xxx',pass:'xxx'},from:'xxx',to:'xxx',subject:'xxx',text:'xxx',html:'xxx'}を指定してメールを送信して情報を返す(非同期関数)
- nadesiko3-smtp/GMAIL送信 --- 辞書型のデータ{user:'xxx',pass:'xxx',宛先:'xxx',件名:'xxx',本文:'xxx',html:'xxx',添付:[{filename:'xxx', path:'xxx'}]}を指定してGMAILからメール送信して情報を返す(非同期関数)
- plugin_electron_node/Eアプリ --- app
- plugin_electron_node/IPCメイン --- ipcMain
- plugin_electron_node/アプリID設定 --- アプリIDを設定する
- plugin_electron_node/QUIT --- Electronのアプリを終了する
- plugin_electron_node/終了 --- Electronのアプリを終了する
- plugin_electron_node/強制終了 --- Electronのアプリを強制終了する
- plugin_electron_node/再起動予約 --- アプリが終了した際に自動的に起動する
- plugin_electron_node/Eアプリ準備完了 --- アプリの準備が完了していれば真を返す
- plugin_electron_node/Eアプリ準備完了時 --- アプリの準備が完了した際に呼び去られる処理を登録する
- plugin_electron_node/Eアプリフォーカス獲得 --- アプリがフォーカスの獲得を試みる
- plugin_electron_node/Eアプリバージョン取得 --- package.jsonで設定しているアプリのバージョンを返す
- plugin_electron_node/Eアプリ名取得 --- package.jsonで設定しているアプリの名前(name,productName)を返す
- plugin_electron_node/ブラウザウインドウ作成 --- オプションに従いブラウザウインドウを作成して返す
- plugin_electron_node/ブラウザ読込 --- ウインドウに指定のURLから読み込みを行う
- plugin_electron_node/全ウインドウ数取得 --- アプリに存在する全てのWindowの数を返す
- plugin_electron_node/フォーカスウインドウ取得 --- フォーカスを獲得しているWindowを返す
- plugin_electron_node/ウインドウ再読込 --- 指定したウインドウの再読み込みを行う
- plugin_electron_node/ウインドウ表示 --- 指定したウインドウを表示状態にする
- plugin_electron_node/開発ツールトグル --- 指定したウインドウの開発者ツールの表示状態をトグルする
- plugin_electron_node/メニュー設定 --- menuをウインドウのメニューに設定する
- plugin_electron_node/アプリメニュー設定 --- menuをアプリのメインメニューに設定する
- plugin_electron_node/アプリメニュー取得 --- アプリのメインメニューに取得して返す
- plugin_electron_node/メニュー一括作成 --- メニューをテンプレートから一括作成し作成したメニューを返す
- plugin_electron_node/メニューポップアップ開 --- メニューをポップアップメニューとして開く
- plugin_electron_node/メニューポップアップ閉 --- ポップアップメニューとして開かれたこのメニューを閉じる
- plugin_electron_node/メニューアイテム追加 --- メニューにメニュー項目を追加する
- plugin_electron_node/メニュー項目追加 --- メニューにメニュー項目を追加する
- plugin_electron_node/メニューアイテム挿入 --- メニューの指定位置にメニュー項目を挿入する
- plugin_electron_node/メニュー項目挿入 --- メニューの指定位置にメニュー項目を挿入する
- plugin_electron_node/メニューアイテム取得 --- メニューから指定したIDを持つメニューアイテムを返す
- plugin_electron_node/メニューIDクリック時 --- メニューから指定したIDを持つ項目をクリックした時の処理を登録する
- plugin_electron_node/メニュー項目作成 --- メニュー項目を作成して返す
- plugin_electron_node/発生時 --- 対象にて指定のイベントが発生した時の処理を登録する
- plugin_electron_node/単発発生時 --- 対象にて指定のイベントが発生した時の処理を登録する。イベント発生時に自動削除される
- plugin_electron_node/呼出時 --- 対象にて指定のInvoke呼び出しを受けた時の処理を登録する(evt, ...args)
- plugin_electron_node/呼出 --- 対象のInvokeを呼び出す
- plugin_electron_node/ファイル選択 --- ファイルを選択するダイアログを表示して結果を返す(非同期関数)
- plugin_electron_node/フォルダ選択 --- フォルダを選択するダイアログを表示して結果を返す(非同期関数)
- plugin_electron_node/保存ファイル選択 --- ファイルを保存するためのダイアログを表示して結果を返す(非同期関数)
- plugin_electron_node/カーソル絶対位置取得 --- マウスポインタの絶対位置をDIPポイント単位で返す
- plugin_electron_node/主モニター取得 --- 主画面に指定されているモニターのDisplayを返す
- plugin_electron_node/全モニター取得 --- 全てのモニターをDisplayの配列で返す
- plugin_electron_node/付近モニター取得 --- 指定した点に最も近いモニターのDisplayを返す
- plugin_electron_node/該当モニター取得 --- 指定した矩形に最も近いモニターのDisplayを返す
- plugin_electron_node/PX2DIP点変換 --- Pointを物理的な単位からDIP単位に変換して返す
- plugin_electron_node/DIP2PX点変換 --- PointをDIP単位から物理的な単位に変換して返す
- plugin_electron_node/PX2DIP矩形変換 --- Rectangleを物理的な単位からDIP単位に変換して返す。DPIは指定したウインドウと相対的に計算する
- plugin_electron_node/DIP2PXP矩形変換 --- RectangleをDIP単位から物理的な単位に変換して返す。DPIは指定したウインドウと相対的に計算する
- plugin_electron_node/データ受信時 --- レンダラからのデータ送信を受けた時の処理を登録する(evt, key, msg)
- plugin_electron_node/データ呼出時 --- レンダラからの呼び出しを受けた時の処理を登録する(evt, key, msg)
- plugin_electron_node/データ送信 --- レンダラにデータを送信する(webContent, key, data)
- plugin_electron_node/データ呼出 --- レンダラにデータを呼び出す(webContent, key, data)