RightNow 中的 rn 标签

The rn tags in RightNow

通过搜索现有 RightNow 脚本中的 php 代码,我设法将使用的各种 rn 标签和使用的属性放在一起。我到处搜索有关这些标签的一些文档,但无济于事。

有人可以告诉我在哪里可以找到相关文档吗?

为了其他人的利益,这是我在脚本中发现的内容:

<rn:
----
    condition
        sla
        logged_in
        answers_viewed
        searches_done
        chat_available
        config_check
        url_parameter_check
        show_on_pages
        hide_on_pages
        external_login_used
        language_in
        incident_reopen_deadline_hours

    condition_else

    widget (widget attributes will vary depending on the widget - those with a dash are included for standards adherence purposes)
        path
        -name
        -label_input
        -required
        -table
        -validate_on_blur

    meta
        title
        template
        login_required
        redirect_if_logged_in
        force_https
        clickstream
        sla_required_type
        sla_failed_page
        include_chat
        javascript_module
        answer_details
        controller_path
        compatibility_set

    theme
        path
        css

    field
        name
        label_input
        highlight

    page_title

    head_content

    page_content

    block
        id

    form
        post_handler
        action

    answer_xref

    answer_section

    container
        report_id


---------------------------------------------------------------------------------------------------------------------------------------

#rn:
----
    msg
    session
    language_code
    php
    url_param
    url_param_value
    config
    php
    community_token

---------------------------------------------------------------------------------------------------------------------------------------

登录到客户门户管理站点 (whatever.custhelp.com/ci/admin) 后,您可以使用菜单选项导航浏览框架菜单下的页面标签/页面元标签。在小部件下,您会找到适用于您网站的所有小部件。

您还可以通读位于 cx.rightnow.com 的技术文档;这是一个direct link to the answer page。单击客户门户部分,然后查看标题为 "Customer Portal Template and Page Set" 的部分。