<xp:confirm>
<xp:this.message><![CDATA[#{javascript:var txt = "bold?";
"simple text" + '\n' + '\n' + txt.bold() +" another simple text." }]]>
</xp:this.message>
</xp:confirm>
但似乎bold()
函数不能使用这种方法......我可以用其他方式实现吗?
答案 0 :(得分:0)
xp:confirm
(作为xp:actionGroup
的一部分)显示了一个仅支持纯文本的简单浏览器警报。例如,请参阅this answer。
如果您需要的不仅仅是纯文本,则需要使用对话框(例如xp:dialog
)。