Skip to content

Commit daee3e2

Browse files
committed
added web view zoom keys and Inspector forward-back button details
1 parent 54a626a commit daee3e2

4 files changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"_entityVersion": 1,
3+
"_components": [
4+
{
5+
"editorMode": "EditorAndPreview",
6+
"_type": "Markdown.Markdown#1"
7+
}
8+
]
9+
}
143 KB
Loading
1.08 MB
Binary file not shown.

docs/08_use_cases/webapp.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,20 @@ This use case example shows you how to create a web application file, set its de
2222
6. Once you enter your URL (such as pressing Tab or Enter), you should see the Wikipedia home page rendered in the web view
2323

2424
```{image} /08_use_cases/images/webview.png
25+
:alt: Screenshot showing URL in Inspector for a web application docment
2526
```
2627

2728
% :width: 75%
2829
% :alt: Screenshot showing Console output of running hello.py script
2930

3031
Congratulations - you've created and set a URL for a Web Application file using Celbridge!
3132

33+
You can ZOOM using keys `CTRL+` and `CTRL-`. In the **Inspector** there are arrow buttons to move forward and back in your page linking history. Also a button to reload the home URL, and a refresh button for the current page being viewed.
34+
35+
```{image} /08_use_cases/images/webview_features.png
36+
:alt: Annotated screenshot of web application document features
37+
```
38+
3239

3340
## Chromium Console
3441

0 commit comments

Comments
 (0)