Documentation
addWidget :: (Widget w s, Widget w' s') => w' -> (WidgetId -> CallbackM (w, s)) -> CallbackM wSource
Add a new widget using a given parent. The widget is constructed using the given function which receives the new widget's ID as a parameter.
sendJavascript :: JavascriptUrl Text -> CallbackM ()Source
Send raw Javascript to the browser.