Fantom

 

pod

flux

Pod Facets

@podBuildHost = "BLAZE"
@podResDirs = [`locale/`, `test/files/`, `test/files/sub/`]
@podBuildTime = DateTime("2010-02-02T10:28:26.703-05:00 New_York")
@podIndexFacets = [@flux::fluxResource, @flux::fluxSideBar, @flux::fluxView, @flux::fluxViewMimeType]
@docsrc
@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.