Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Widget Connector
urlhttps://www.youtube.com/watch?v=NifKQWWjN9g&feature=youtu.be

Script details

...

The options for the Continent custom field were taken from the database as well. The

...

following scripts are used in this example

...

:

Code Block
titleContinent data source
string[] continents = sql("myDB", "select distinct continent from countries");
return continents;

...