🥇

rtWork

  • Shortcodes

    Shortcodes image

    Example

    1
    
    ![rtWork Call Center](call_center_to_external.png)
    

    rtWork Call Center

    Example

    1
    
    {{< gallery-slider dir="img/call-center/" >}}
    

    Shortcodes embed PDF

    Example

    1
    
    {{< embed-pdf url="http://localhost:1313/pdf/1000cumtuthongdungnhat.pdf" >}}
    
    Parameter
    NameDefaultTypeNote
    url (required)emptystringThe relative location of the file.
    height550pxstringSet height of PDF, write auto is set full height of pdf
    hideButtonGroupfalsebooleanHide button group (download & open pdf)
    hideLoaderfalsebooleanHides the loading spinner while your document loads.
    hidePaginatorfalsebooleanHides the paginator for single page documents.
    renderPageNum1integerInteger which expects any number from 1 up to the last page number in the document. Will render that specific page on initial load.

    Note: Currently supports local file embed. If absolute URL from the remote server is provided, configure the CORS header on that server.

    Shortcodes action button

    Example

    1
    
    {{< button style="info" >}}Info{{< /button >}}
    

    Style by severity

    Style by color

    Style by special color

    Config isShowModalIframe

    1
    
    {{< button id="17" href="https://rtworkspace.com/pdf/1000cumtuthongdungnhat.pdf" isShowModalIframe="true" >}}IsShowModalIframe{{< /button >}}
    

    Config isShowModalAiChat

    1
    
    {{< button id="18" isShowModalAiChat="true" >}}isShowModalAiChat{{< /button >}}
    

    Config showAiChat

    1
    
    {{< button id="19" showAiChat="true" >}}showAiChat{{< /button >}}
    
    Parameter
    NameDefaultTypeNote
    idemptystringRequired. Must be a unique identifier for the button. This is used to differentiate between different buttons on the same page.
    hrefemptystringEither the destination URL for the button or JavaScript code to be executed on click. If this parameter is not set, the button will do nothing but is still displayed as clickable.
    styleemptystringThe style scheme used for the button. by severity: infos, warnings, dangers, tips, download. by color: blue, green, grey, red, yellow, slate, emerald, sky, violet, rose. by special color: transparent
    iconPositionleftstringPlaces the icon to the left or right of the title.
    iconemptystringapps, archives, arrow-back, article, … select icon in folder \themes\hugo-theme-stack\assets\icons
    iconSize1numberChanges the size of the icon. This parameter uses the CSS transform: scale() function to adjust the size. A value of 1 represents the original size, values less than 1 make the icon smaller, and values greater than 1 make the icon larger.
    colordefaultstringThis param is text color set by using hash string, for example: #cccc
    bgColordefaultstringThis param is background color set by using hash string, for example: #cccc
    isDownloadfalsebooleanAllow downloads file if link href is .pdf,…
    isShowModalIframefalsebooleanParams url is required, this param is showing modal with iframe of url.
    isShowModalAiChatfalsebooleanThis param is showing modal aichat
    showAiChatfalsebooleanThis param is showing aichat in independent page.

    Shortcodes AI Chat

    1
    
    {{< aichat width="100%" height="500px" >}}
    
    Parameter
    NameDefaultTypeNote
    urlhttps://eventlog.rta.vn/assets/eec815df-1322-48a3-b93f-8b5f66667aab?access_token=5H3rdDo0zc3TM_GsZlYMgnHBAVDQJ3h3&css_id=3c50f0c9-9e38-4170-aa0e-a6e469a5bc1fstringLink url aichat
    width100%stringSet width of aichat
    height400pxstringSet height of aichat

    Note: This shortcode AICHAT is using an iframe with a URL, not using the SDK. This is because only one SDK can be used per page (as per Chatwoot’s terms).

    Shortcodes table

    1
    2
    3
    4
    5
    6
    
    {{< table title="<b>Table</b>" class="optional CSS class declaration" id="rtwork-shortcodes-table" >}}
    | header | header |
    | ------ | ------ |
    | cell | cell |
    | cell | cell |
    {{< /table >}}
    
    Table
    headerheader
    cellcell
    cellcell

    Shortcodes quote

    1
    
    {{< quote >}}Laughter is the sun that drives winter from the human face.{{< /quote >}}
    

    Laughter is the sun that drives winter from the human face.

    Shortcodes youtube

    Example link: https://www.youtube.com/watch?v=kVPzETTCKtc

    1
    
    {{< youtube kVPzETTCKtc >}}
    
    RealTimeX