classafFandocViewer::Browser

sys::Obj
  fwt::Widget
    fwt::Pane
      fwt::ContentPane
        flux::View
          afFandocViewer::Browser

A View with a Web Browser to show html, fandocs and files. All browser navigation is saved in the flux history.

If like me, you're in the habit of hitting F5 to refresh the contents of a browser, you'll want to bind the Reload View command with F5. Here's how.

Create or open up %FAN_HOME%/etc/flux/locale/en.props and remove any reference to F5 to disassociate it from the Find command. e.g. change it to

find.name=Find
find.accelerator=

Then edit %FAN_HOME%/etc/flux/keys.fog to add the new command binding:

"refresh": "F5"

Note: Only tested on Win7 64bit - Web Browser stability on other platforms is unassured!

onActive

Source

virtual override Void onActive()

onLoad

Source

virtual override Void onLoad()