From fb7742848f44df7f9e7c6ff8d6b7c6245b1d38b4 Mon Sep 17 00:00:00 2001 From: NickIliev Date: Wed, 15 Feb 2017 16:39:55 +0200 Subject: [PATCH] updated webview article titles --- tests/app/ui/web-view/web-view.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/app/ui/web-view/web-view.md b/tests/app/ui/web-view/web-view.md index c73490e19..f86c7bb6e 100644 --- a/tests/app/ui/web-view/web-view.md +++ b/tests/app/ui/web-view/web-view.md @@ -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%}