Adding link to chart view

Forum Home Forums Development and Integration Adding link to chart view

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #4115
    arifertem
    Participant

    Hi,
    Is it possible to add a link to chart view and table view.
    The web page runs in full screen(in kiosk mode) so it is not possible to return previous screen in chart view.
    Thanks.

    #4118
    Mikhail
    Moderator

    Hi,

    I see.
    Quick solution is using a link component on a scheme and specify an URL to a chart.
    The best solution is updating the web application to support the appropriate option. This could be done on commercial base.

    #4119
    Mikhail
    Moderator

    To use a link you need to update Rapid SCADA to the latest version.

    #4122
    Flipp00082
    Participant

    You can edit /ScadaWeb/Plugins/Chart/Chart.aspx

    Add this line:
    <button onclick=”self.close()”>Close</button>

    Directly under the following line:
    <asp:Label ID=”lblGenDT” runat=”server” Text=””></asp:Label>

    This is exactly what you need for the kiosk-mode!

    #4125
    Mikhail
    Moderator

    Interesting and simple.

    #4130
    arifertem
    Participant

    Hi,
    Thank you all.

    #4217
    Mikhail
    Moderator

    Hi,

    Close button that is shown in fullscreen and kiosk mode will be implemented in the next version of Chart Pro plugin. In usual mode this button is hidden.

    #6106
    Merdock
    Participant

    Hi, I make a correction to the command for the close button.
    The line that worked for me was this.

    <input type = “button” value = “close” onclick = “self.close();”>

    I hope I could have been helpful.
    Regards.

    #6114
    Mikhail
    Moderator

    Hi,
    Now such button is implemented in Chart Pro.

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.