There is no option to remove the background color for text in the Information Lookup configurable template.
最後に公開された状態: August 8, 2017ArcGIS Online
不具合 ID 番号
BUG-000105912
送信されました
June 19, 2017
最終更新日
June 5, 2024
適用対象
ArcGIS Online
見つかったバージョン
5.1
ステータス
Known Limit
開発チームによる確認後に、この問題が、Esri の管理の範囲外にあるソフトウェアの既知の制限に関するものであると判断されました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
参考情報
this is a limitation of the dojo rich text editor we are using. in addition to using the remove format button to remove all of the formatting for the selected text, you could click 'View HTML Source' and locate the span tag that stores the string you want to modify and then remove the styling for the backround. here is an example:
The before HTML where the text is rendered in bold and italics with red for background color:
this is text with a variety of formatting
becomes this when the background color styling has been removed:
this is text with a variety of formatting