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