UIPopups Module
Nested modules
| Modules | Description |
Functions and values
| Function or value | Description |
|
|
|
|
Full Usage:
helpLink url
Parameters:
string
|
What a link in a help message does when clicked. Everything opens in the user's own browser: in Electron an ordinary link would navigate the application window away from Issie, and there is no way back. A message writes a documentation page as a bare file name, which is expanded here, so the messages carry no host name to go stale if the site moves.
|
|
|
|
|
|
|
Full Usage:
makeInfoPopupButton title info dispatch
Parameters:
string
info : ReactElement
dispatch : Msg -> Unit
Returns: ReactElement
|
|
Full Usage:
makePopupButton title menu buttonLegend dispatch
Parameters:
string
menu : Model -> ReactElement
buttonLegend : string
dispatch : Msg -> Unit
Returns: ReactElement
|
|
|
|
Full Usage:
makeWSPopupButton body iColor cssProps dispatch model
Parameters:
DynamicElement
iColor : IColor
cssProps : CSSProp list
dispatch : Msg -> unit
model : Model
Returns: ReactElement
|
|
|
|
Full Usage:
progressPopup legend model dispatch
Parameters:
Model -> PopupProgress -> ReactElement
model : Model
dispatch : Msg -> Unit
Returns: ReactElement
|
|
Full Usage:
simulationLegend model pp
Parameters:
Model
pp : PopupProgress
Returns: ReactElement
|
|
Full Usage:
styledSpan styles txt
Parameters:
CSSProp list
txt : string
Returns: ReactElement
|
|
|
|
|
|
|
|
|
|
Full Usage:
viewSpinnerPopup spinPayload model dispatch
Parameters:
SpinPayload
model : Model
dispatch : Msg -> Unit
Returns: ReactElement
|
|
|
|
Full Usage:
viewWaveSelectConfirmationPopup numRequired numWaves action dispatch
Parameters:
'a
numWaves : 'b
action : bool -> MouseEvent -> Unit
dispatch : Msg -> 'c
Returns: 'c
|
|
|
Waveform selection refusal: more waveforms than the viewer can show at all. Unlike the warning above this offers no way through - the one button returns to the selection - so it is a closablePopup with a foot of its own rather than a choicePopup. confirmationPopup is the near miss: its foot adds a Cancel beside the action button, and two buttons that both mean "go back" say less than one.
|