ui
ui copied to clipboard
A reactive UI library for WebSharper.
Server templates add a control to the websharper-data meta tag to initialize their client content: event handlers, vars. Currently they always include such a control. They should only include it...
As discussed with @amieres in [gitter channel](https://gitter.im/intellifactory/websharper?at=5dee90d56a85195b9e28ff3b) and as shown also by [his mock-up repro](https://try.websharper.com/snippet/user3359/0000Ps), `Doc.SelectDynOptional` loses the selection after updating the options of a dropdown, unless the selected value...
Needs a WebSharper feature to enable this, see dotnet-websharper/core#1065. Sending Doc's from the client should throw a compile-time error. Any non-serializable content sent from the server should throw a server-side...
Similar to ASP.NET, in links beginning with `~`, it could be replaced to the base url. In server-side templating, this is available in WebSharper's `Sitelets.Context` object. On the client-side, this...
This would be particularly useful in a server-side scenario where you just want a small client function to toggle a value, for example: ```html Show Hide ``` ```fsharp MyTemplate() .HidePanel(fun...
If there are multiple files with the same name passed to the TP (from different folders), the last one hides all the others. It is better to keep only file...
This would be equivalent to: ```fsharp Content.Page(template.Doc()) ```
> [Accessible Rich Internet Applications (ARIA) is a set of attributes that define ways to make Web content and Web applications \[...\] more accessible to people with disabilities. For example,...
Binding a handler to ws-onclick hole results in exception "Invalid hole, expected quoted event: ". ```html Add ``` ```csharp public class Server { ... [Website] public static Sitelet Main =>...