pod
flux
Pod Facets
@podBuildHost = "BLAZE" @podResDirs = [`locale/`, `test/files/`, `test/files/sub/`] @podBuildTime = DateTime("2009-07-24T12:27:35.453-04:00 New_York") @podIndexFacets = [@flux::fluxResource, @flux::fluxSideBar, @flux::fluxView, @flux::fluxViewMimeType] @podBuildUser = "Brian" @podDepends = [Depend("sys 1.0"), Depend("gfx 1.0"), Depend("fwt 1.0"), Depend("compiler 1.0")] @podSrcDirs = [`fan/`, `fan/views/`, `fan/sidebars/`, `test/`]
Symbols
- fluxResource
-
Type[] fluxResource := Type[,]
Used on
Resource
to indicate what types are wrapped. See docLib::Flux. - fluxSideBar
-
Bool fluxSideBar := false
Used to mark a widget as a flux side bar. See docLib::Flux.
- fluxView
-
Type[] fluxView := Type[,]
Indicates a flux based view on the given types. See docLib::Flux.
- fluxViewMimeType
-
Str[] fluxViewMimeType := Str[,]
Indicates a flux based view on files with the given MIME types. The strings are either full MIME types such as "text/html" or just the media type such as "text". See docLib::Flux.
- homePage
-
Uri homePage := `flux:start`
Default uri to display on startup.
- indexDirs
-
Uri[] indexDirs := Uri[,]
Directories to index for Goto-File command.
- keyBindings
-
Str:Str keyBindings := [Str:Str][:]
Binding of command ids to key accelerators. The keys of this map are
FluxCommand.ids
. SeeCommandId
for the commonly used predefined commmands. The values of the map are string representations offwt::Key
. If a command is not mapped in this table, then it defaults to the accelerator defined by the command's localized props.