Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Wald committed Sep 25, 2017
1 parent 9fb93de commit e253bf1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/Demo.bbj.md
Expand Up @@ -136,10 +136,9 @@ That's all we need to get a result set that works with the grid:
```
grid!.setData(rs!)
```
```
fi
return

```

this is toggling the "fit to grid" functionality in the widget:
Expand All @@ -154,6 +153,10 @@ toggleFitToGrid:
fi
return
```

Hidden Easter Egg: get the Console in the Java FX WebView:
```
onWinKeypress:
declare auto BBjKeypressEvent key_ev!
key_ev! = BBjAPI().getLastEvent()
Expand Down

0 comments on commit e253bf1

Please sign in to comment.