This section contains controls for an iframe component.
The controls are defined inside a TopNav
component.
import live-web.dom
import live-web-view.button
import live-web-view.navigation
import live-web-view.layout
import live-web-view.iframe
static any[] use = [TopNav, IconButton, Resizable]
TopNav{
position = 'static'
NavContent{
ZoomInButton{ target: frame }
ZoomOutButton{ target: frame }
RefreshButton{ target: frame }
ResizableFillButton{ target: resizable isFilled: true }
}
}
Resizable{ id: resizable fill: true border: true
IFrame{ id: frame src: '/' }
ResizableHandlePoint{}
}