Skip to content

Web connector

tomdam edited this page Jun 17, 2020 · 1 revision

Web connector is a SPCoder module that can be used to connect to a specific web page, to parse its content and to show it in SPCoder's Explorerview.

Connecting

You can connect to a web page repository by entering the url to Explorerview address field, choosing the Web connector and clicking the Connect button. The other way to connect to a web page is by calling the main.Connect method:

main.Connect("https://www.google.com", "Web page");

main.Connect("http://localhost", "Web page");

Web connector

Actions

SPCoder Explorerview shows the context menu when an item is clicked with right mouse button. When you right-click on an item added by Web connector, the following menu action is available:

  • View source - displays the source of the element in SPCoder code editor

Web 2

Clone this wiki locally