- テキストボックス中のカーソル位置を取得し、また、カーソル位置にプレースホルダーを挿入するサンプルコードです。
- Target Textarea は、カーソル位置取得・プレースホルダ挿入対象のテキストボックスです。
- Dummy Textarea や Dummy Text は、無関係のテキストボックス・段落です。
| version: '3' | |
| services: | |
| xxx: | |
| build: | |
| context: dockerfile/ | |
| args: | |
| - http_proxy=${http_proxy} | |
| - https_proxy=${https_proxy} | |
| - ftp_proxy=${ftp_proxy} | |
| - no_proxy=${no_proxy} |
| # | |
| # Modify Windows shortcut files | |
| # | |
| # Path to find shortcuts from | |
| # e.g. | |
| # [string]$findPath = "\\myserver1\myfolder" | |
| # -> Find shortcuts from "\\myserver1\myfolder". | |
| [string]$findPath = "." |