updated webview article titles

This commit is contained in:
NickIliev
2017-02-15 16:39:55 +02:00
parent a546a19ab0
commit fb7742848f

View File

@@ -12,9 +12,9 @@ Using a WebView requires the web-view module.
{%snippet declare-webview-xml%}
### Creating a WebView
{%snippet declare-webview%}
### Using WebView
### Using WebView with remote URL
{%snippet webview-url%}
### Using WebView
### Using WebView with local file
{%snippet webview-localfile%}
### Using WebView
### Using WebView with raw HTML
{%snippet webview-string%}