回答編集履歴

1

2021/04/23 05:07

投稿

退会済みユーザー
test CHANGED
@@ -6,6 +6,6 @@
6
6
 
7
7
 
8
8
 
9
- Stackoverflowを検索したところ、[CardServiceを使用する例](https://stackoverflow.com/questions/48636518/google-script-use-html-service-in-gmail-addon)があったので試しましたが、このコードの中にある`CardService.newKeyValue().setContent()`関数で使用できるのは、[ごくごく基本的なHTML](https://developers.google.com/apps-script/reference/card-service/key-value#setcontenttext)だけであり、inputやbuttonすら使えないようです。
9
+ Stackoverflowを検索したところ、[CardServiceを使用する例](https://stackoverflow.com/questions/48636518/google-script-use-html-service-in-gmail-addon)があったので試しましたが、このコードの中にある[`CardService.newKeyValue().setContent()`関数](https://developers.google.com/apps-script/reference/card-service/key-value#setcontenttext)で使用できるのは、[ごくごく基本的なHTML](https://developers.google.com/workspace/add-ons/concepts/widgets#text_formatting)だけであり、inputやbuttonすら使えないようです。
10
10
 
11
11
  (stackoverflowの回答例は<b>タグを使用したもの)