【问题标题】:How do I customize the Bot Framework Web Chat title? [duplicate]如何自定义 Bot Framework 网络聊天标题? [复制]
【发布时间】:2018-09-27 22:15:25
【问题描述】:

我在演示页面中嵌入了 WebChat 并复制了 CSS 文件,但我不知道要更改 WebChat 的标题?

<link href="BotStyle.css" rel="stylesheet" />
<div id="BotChatGoesHere"></div>

<script src="https://cdn.botframework.com/botframework-webchat/latest/botchat.js"></script>

<!-- If you do not want to use Cognitive Services library, comment out the following line -->
<script src="https://cdn.botframework.com/botframework-webchat/latest/CognitiveServices.js"></script>

【问题讨论】:

    标签: botframework


    【解决方案1】:

    您可以使用 javascript 或 jquery 以编程方式更改文本。要么

    document.getElementsByClassName("wc-header")[0].innerHTML = "<span>Chat</span>";
    

    $(".wc-header span").innerText = "Hello";
    

    【讨论】:

      猜你喜欢
      • 2019-06-29
      • 1970-01-01
      • 1970-01-01
      • 2019-05-05
      • 2022-08-19
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多