diff --git a/docs/controls/border.md b/docs/controls/border.md index d5eacd41..32758395 100644 --- a/docs/controls/border.md +++ b/docs/controls/border.md @@ -2,7 +2,7 @@ > _Note_: You can check the Avalonia docs for the [Border](https://docs.avaloniaui.net/docs/controls/border) and [Border Api](http://reference.avaloniaui.net/api/Avalonia.Controls/Border/) if you need more information. > -> For Avalonia.FuncUI's DSL properties you can check [Border.fs](https://github.com/AvaloniaCommunity/Avalonia.FuncUI/blob/master/src/Avalonia.FuncUI.DSL/Border.fs) +> For Avalonia.FuncUI's DSL properties you can check [Border.fs](https://github.com/fsprojects/Avalonia.FuncUI/blob/master/src/Avalonia.FuncUI/DSL/Border.fs) The Border control allows you to decorate child controls diff --git a/docs/controls/button.md b/docs/controls/button.md index 53811992..62429333 100644 --- a/docs/controls/button.md +++ b/docs/controls/button.md @@ -2,7 +2,7 @@ > _Note_: You can check the Avalonia docs for the [Button](https://docs.avaloniaui.net/docs/controls/button) and [Button API](http://reference.avaloniaui.net/api/Avalonia.Controls/Button/) if you need more information. > -> For Avalonia.FuncUI's DSL properties you can check [Button.fs](https://github.com/AvaloniaCommunity/Avalonia.FuncUI/blob/master/src/Avalonia.FuncUI.DSL/Button.fs) +> For Avalonia.FuncUI's DSL properties you can check [Button.fs](https://github.com/fsprojects/Avalonia.FuncUI/blob/master/src/Avalonia.FuncUI/DSL/Buttons/Button.fs) Buttons are basic controls for any application you may build, buttons are often used to trigger an action. diff --git a/docs/controls/calendar.md b/docs/controls/calendar.md index 54eeb152..1cd1576c 100644 --- a/docs/controls/calendar.md +++ b/docs/controls/calendar.md @@ -2,7 +2,7 @@ > _Note_: You can check the Avalonia docs for the [Calendar](https://docs.avaloniaui.net/docs/controls/calendar) and [Calendar API](http://reference.avaloniaui.net/api/Avalonia.Controls/Calendar/) if you need more information. > -> For Avalonia.FuncUI's DSL properties you can check [Calendar.fs](https://github.com/AvaloniaCommunity/Avalonia.FuncUI/blob/master/src/Avalonia.FuncUI.DSL/Calendar/Calendar.fs) +> For Avalonia.FuncUI's DSL properties you can check [Calendar.fs](https://github.com/fsprojects/Avalonia.FuncUI/blob/master/src/Avalonia.FuncUI/DSL/Calendar/Calendar.fs) The Calendar control is a standard Calendar control for users to select date(s) or date ranges. diff --git a/docs/controls/calendardatepicker.md b/docs/controls/calendardatepicker.md index f9b79304..f658bef4 100644 --- a/docs/controls/calendardatepicker.md +++ b/docs/controls/calendardatepicker.md @@ -2,7 +2,7 @@ > _Note_: You can check the Avalonia docs for the [CalendarDatePicker API](http://reference.avaloniaui.net/api/Avalonia.Controls/CalendarDatePicker/) if you need more information. > -> For Avalonia.FuncUI's DSL properties you can check [CalendarDatePicker.fs](https://github.com/AvaloniaCommunity/Avalonia.FuncUI/blob/master/src/Avalonia.FuncUI.DSL/Calendar/CalendarDatePicker.fs) +> For Avalonia.FuncUI's DSL properties you can check [CalendarDatePicker.fs](https://github.com/fsprojects/Avalonia.FuncUI/blob/master/src/Avalonia.FuncUI/DSL/Calendar/CalendarDatePicker.fs) The CalendarDatePicker control is a single date picker that displays a calendar, it is also possible to enter a date via the TextBox the control has diff --git a/docs/controls/checkbox.md b/docs/controls/checkbox.md index a96621dc..0491f47d 100644 --- a/docs/controls/checkbox.md +++ b/docs/controls/checkbox.md @@ -2,7 +2,7 @@ > _Note_: You can check the Avalonia docs for the [CheckBox](https://docs.avaloniaui.net/docs/controls/checkbox) and [CheckBox API](http://reference.avaloniaui.net/api/Avalonia.Controls/CheckBox/) if you need more information. > -> For Avalonia.FuncUI's DSL properties you can check [CheckBox.fs](https://github.com/AvaloniaCommunity/Avalonia.FuncUI/blob/master/src/Avalonia.FuncUI.DSL/CheckBox.fs) +> For Avalonia.FuncUI's DSL properties you can check [CheckBox.fs](https://github.com/fsprojects/Avalonia.FuncUI/blob/master/src/Avalonia.FuncUI/DSL/Buttons/CheckBox.fs) The checkbox is a control that allows a user to represent boolean values or the absense of a value diff --git a/docs/controls/datepicker.md b/docs/controls/datepicker.md index 085a9417..d40d1cc5 100644 --- a/docs/controls/datepicker.md +++ b/docs/controls/datepicker.md @@ -2,7 +2,7 @@ > _Note_: You can check the Avalonia docs for the [DatePicker](https://docs.avaloniaui.net/docs/controls/datepicker) and [DatePicker API](http://reference.avaloniaui.net/api/Avalonia.Controls/DatePicker/) if you need more information. > -> For Avalonia.FuncUI's DSL properties you can check [DatePicker.fs](https://github.com/AvaloniaCommunity/Avalonia.FuncUI/blob/master/src/Avalonia.FuncUI.DSL/DatePicker.fs) +> For Avalonia.FuncUI's DSL properties you can check [DatePicker.fs](https://github.com/fsprojects/Avalonia.FuncUI/blob/master/src/Avalonia.FuncUI/DSL/DatePicker.fs) The DatePicker control is a single date picker that displays a calendar, it is also possible to enter a date via the TextBox the control has diff --git a/docs/controls/dockpanel.md b/docs/controls/dockpanel.md index 50e9af49..4660886a 100644 --- a/docs/controls/dockpanel.md +++ b/docs/controls/dockpanel.md @@ -2,7 +2,7 @@ > _Note_: You can check the Avalonia docs for the [DockPanel](https://docs.avaloniaui.net/docs/controls/dockpanel) and [DockPanel API](http://reference.avaloniaui.net/api/Avalonia.Controls/DockPanel/) if you need more information. > -> For Avalonia.FuncUI's DSL properties you can check [DockPanel.fs](https://github.com/AvaloniaCommunity/Avalonia.FuncUI/blob/master/src/Avalonia.FuncUI.DSL/Panels/DockPanel.fs) +> For Avalonia.FuncUI's DSL properties you can check [DockPanel.fs](https://github.com/fsprojects/Avalonia.FuncUI/blob/master/src/Avalonia.FuncUI/DSL/Panels/DockPanel.fs) The DockPanel is a layout construct that allows docking its children to the different sides of it. diff --git a/docs/controls/expander.md b/docs/controls/expander.md index b08a7554..3832d7c1 100644 --- a/docs/controls/expander.md +++ b/docs/controls/expander.md @@ -2,7 +2,7 @@ > _Note_: You can check the Avalonia docs for the [Expander](https://docs.avaloniaui.net/docs/controls/expander) and [Expander API](http://reference.avaloniaui.net/api/Avalonia.Controls/Expander/) if you need more information. > -> For Avalonia.FuncUI's DSL properties you can check [Expander.fs](https://github.com/AvaloniaCommunity/Avalonia.FuncUI/blob/master/src/Avalonia.FuncUI.DSL/Expander.fs) +> For Avalonia.FuncUI's DSL properties you can check [Expander.fs](https://github.com/fsprojects/Avalonia.FuncUI/blob/master/src/Avalonia.FuncUI/DSL/Expander.fs) The Expander (known as accordion as well) is a control that allows a user to show or hide content to make more room for relevant information or to show detailed information about the current view diff --git a/docs/controls/listbox.md b/docs/controls/listbox.md index d0fc52e1..ec64632a 100644 --- a/docs/controls/listbox.md +++ b/docs/controls/listbox.md @@ -2,7 +2,7 @@ > _Note_: You can check the Avalonia docs for the [ListBox](https://docs.avaloniaui.net/docs/controls/listbox) and [ListBox API](http://reference.avaloniaui.net/api/Avalonia.Controls/ListBox/) if you need more information. > -> For Avalonia.FuncUI's DSL properties you can check [ListBox.fs](../../src/Avalonia.FuncUI.DSL/ListBox.fs) +> For Avalonia.FuncUI's DSL properties you can check [ListBox.fs](https://github.com/fsprojects/Avalonia.FuncUI/blob/master/src/Avalonia.FuncUI/DSL/ListBox.fs) The list box is a multi-line control box for allowing a user to choose value. diff --git a/docs/controls/menu.md b/docs/controls/menu.md index cfbebe02..244f9eec 100644 --- a/docs/controls/menu.md +++ b/docs/controls/menu.md @@ -2,7 +2,7 @@ > _Note_: You can check the Avalonia docs for the [Menu API](http://reference.avaloniaui.net/api/Avalonia.Controls/Menu/) and [Menu](http://docs.avaloniaui.net/docs/controls/menu) if you need more information. > -> For Avalonia.FuncUI's DSL properties you can check [Menu.fs](https://github.com/AvaloniaCommunity/Avalonia.FuncUI/blob/master/src/Avalonia.FuncUI.DSL/Menu.fs) +> For Avalonia.FuncUI's DSL properties you can check [Menu.fs](https://github.com/fsprojects/Avalonia.FuncUI/blob/master/src/Avalonia.FuncUI/DSL/Menu.fs) The menu control allows you to add a list of buttons in a horizontal manner which supports sub-items, it's usually put at the top of the application inside a DockPanel, but it can be placed anywhere in the application. @@ -58,7 +58,7 @@ Menu.create [ **Set Icons** -To add Icons to the menu item you just need to provide an [Image](http://avaloniaui.net/docs/controls/image), you can check this [sample](https://github.com/AvaloniaCommunity/Avalonia.FuncUI/blob/master/src/Examples/Examples.MusicPlayer/Shell.fs#L162) which uses an extension method defined in [this file](https://github.com/AvaloniaCommunity/Avalonia.FuncUI/blob/master/src/Examples/Examples.MusicPlayer/Extensions.fs#L5) +To add Icons to the menu item you just need to provide an [Image](http://avaloniaui.net/docs/controls/image), you can check this [sample](https://github.com/fsprojects/Avalonia.FuncUI/blob/master/src/Examples/Elmish%20Examples/Examples.Elmish.MusicPlayer/Shell.fs#L160) which uses an extension method defined in [this file](https://github.com/fsprojects/Avalonia.FuncUI/blob/master/src/Examples/Elmish%20Examples/Examples.Elmish.MusicPlayer/Extensions.fs#L22) ```fsharp let icon = (* obtain an Image instance *) diff --git a/docs/controls/numericupdown.md b/docs/controls/numericupdown.md index 809913f5..17c94220 100644 --- a/docs/controls/numericupdown.md +++ b/docs/controls/numericupdown.md @@ -2,7 +2,7 @@ > _Note_: You can check the Avalonia docs for the [NumericUpDown](https://docs.avaloniaui.net/docs/controls/numericupdown) and [NumericUpDown API](http://reference.avaloniaui.net/api/Avalonia.Controls/NumericUpDown/) if you need more information. > -> For Avalonia.FuncUI's DSL properties you can check [NumericUpDown.fs](../../src/Avalonia.FuncUI.DSL/NumericUpDown.fs) +> For Avalonia.FuncUI's DSL properties you can check [NumericUpDown.fs](https://github.com/fsprojects/Avalonia.FuncUI/blob/master/src/Avalonia.FuncUI/DSL/NumericUpDown.fs) The NumericUpDown is an editable numeric input field. The control has a up and down button spinner attached, used to increment and decrement the value in the input field. The value can also be incremented or decremented using the arrow keys or the mouse wheel when the control is selected. diff --git a/docs/controls/progressbar.md b/docs/controls/progressbar.md index c0e30735..168e23cb 100644 --- a/docs/controls/progressbar.md +++ b/docs/controls/progressbar.md @@ -2,7 +2,7 @@ > _Note_: You can check the Avalonia docs for the [ProgressBar](https://docs.avaloniaui.net/docs/controls/progressbar) and [ProgressBar API](http://reference.avaloniaui.net/api/Avalonia.Controls/ProgressBar/) if you need more information. > -> For Avalonia.FuncUI's DSL properties you can check [ProgressBar.fs](../../src/Avalonia.FuncUI.DSL/ProgressBar.fs) +> For Avalonia.FuncUI's DSL properties you can check [ProgressBar.fs](https://github.com/fsprojects/Avalonia.FuncUI/blob/master/src/Avalonia.FuncUI/DSL/ProgressBar.fs) The ProgressBar control allow for showing dynamic progress status. diff --git a/docs/controls/radiobutton.md b/docs/controls/radiobutton.md index a2afb78d..11183fcf 100644 --- a/docs/controls/radiobutton.md +++ b/docs/controls/radiobutton.md @@ -2,7 +2,7 @@ > _Note_: You can check the Avalonia docs for the [RadioButton](https://docs.avaloniaui.net/docs/controls/radiobutton) and [RadioButton API](http://reference.avaloniaui.net/api/Avalonia.Controls/RadioButton/) if you need more information. > -> For Avalonia.FuncUI's DSL properties you can check [RadioButton.fs](https://github.com/AvaloniaCommunity/Avalonia.FuncUI/blob/master/src/Avalonia.FuncUI.DSL/RadioButton.fs) +> For Avalonia.FuncUI's DSL properties you can check [RadioButton.fs](https://github.com/fsprojects/Avalonia.FuncUI/blob/master/src/Avalonia.FuncUI/DSL/Buttons/RadioButton.fs) The RadioButton is a control that allows a user to choose a single value between different options diff --git a/docs/controls/repeatbutton.md b/docs/controls/repeatbutton.md index 9c1cbe3b..c15310c7 100644 --- a/docs/controls/repeatbutton.md +++ b/docs/controls/repeatbutton.md @@ -2,7 +2,7 @@ > _Note_: You can check the Avalonia docs for the [RepeatButton](https://docs.avaloniaui.net/docs/controls/repeatbutton) and [RepeatButton API](http://reference.avaloniaui.net/api/Avalonia.Controls/RepeatButton/) if you need more information. > -> For Avalonia.FuncUI's DSL properties you can check [RepeatButton.fs](https://github.com/AvaloniaCommunity/Avalonia.FuncUI/blob/master/src/Avalonia.FuncUI.DSL/RepeatButton.fs) +> For Avalonia.FuncUI's DSL properties you can check [RepeatButton.fs](https://github.com/fsprojects/Avalonia.FuncUI/blob/master/src/Avalonia.FuncUI/DSL/RepeatButton.fs) A `RepeatButton` is a subclasses of \[Button] so they share all the same attributes as described on that documentation page. The biggest difference is that when a `RepeatButton` is held down, the button submits multiple `onClick` events. diff --git a/docs/controls/slider.md b/docs/controls/slider.md index 4187491e..cc9fc196 100644 --- a/docs/controls/slider.md +++ b/docs/controls/slider.md @@ -2,7 +2,7 @@ > _Note_: You can check the Avalonia docs for the [Slider](https://docs.avaloniaui.net/docs/controls/slider) and [Slider API](http://reference.avaloniaui.net/api/Avalonia.Controls/Slider/) if you need more information. > -> For Avalonia.FuncUI's DSL properties you can check [Slider.fs](../../src/Avalonia.FuncUI.DSL/Slider.fs) +> For Avalonia.FuncUI's DSL properties you can check [Slider.fs](https://github.com/fsprojects/Avalonia.FuncUI/blob/master/src/Avalonia.FuncUI/DSL/Slider.fs) The Slider control is a control that lets the user select from a range of values by moving a Thumb control along a track. diff --git a/docs/controls/stackpanel.md b/docs/controls/stackpanel.md index 56b4c1e0..1194398c 100644 --- a/docs/controls/stackpanel.md +++ b/docs/controls/stackpanel.md @@ -2,7 +2,7 @@ > _Note_: You can check the Avalonia docs for the [StackPanel](https://docs.avaloniaui.net/docs/controls/stackpanel) and [StackPanel API](http://reference.avaloniaui.net/api/Avalonia.Controls/StackPanel/) if you need more information. > -> For Avalonia.FuncUI's DSL properties you can check [StackPanel.fs](https://github.com/AvaloniaCommunity/Avalonia.FuncUI/blob/master/src/Avalonia.FuncUI.DSL/Panels/StackPanel.fs) +> For Avalonia.FuncUI's DSL properties you can check [StackPanel.fs](https://github.com/fsprojects/Avalonia.FuncUI/blob/master/src/Avalonia.FuncUI/DSL/Panels/StackPanel.fs) The StackPanel is a layout construct that stacks its children in horizontal or vertical direction. diff --git a/docs/controls/tabs.md b/docs/controls/tabs.md index 28c4d76a..41424bdc 100644 --- a/docs/controls/tabs.md +++ b/docs/controls/tabs.md @@ -2,7 +2,7 @@ > _Note_: You can check the Avalonia docs for the [TabControl](http://docs.avaloniaui.net/docs/controls/tabcontrol) and [TabControl API](http://reference.avaloniaui.net/api/Avalonia.Controls/TabControl/) if you need more information. > -> For Avalonia.FuncUI's DSL properties you can check [TabControl.fs](https://github.com/AvaloniaCommunity/Avalonia.FuncUI/blob/master/src/Avalonia.FuncUI.DSL/TabControl.fs) +> For Avalonia.FuncUI's DSL properties you can check [TabControl.fs](https://github.com/fsprojects/Avalonia.FuncUI/blob/master/src/Avalonia.FuncUI/DSL/TabControl.fs) The [TabControl](http://docs.avaloniaui.net/docs/controls/tabcontrol) offers you a way to present content inside your application, each tab contains a different set of controls. @@ -41,7 +41,7 @@ TabControl.create [ **Set HostControl as content** -You can also include individual Elmish Controls as the content of your tabs by using the [ViewBuilder](https://github.com/AvaloniaCommunity/Avalonia.FuncUI/blob/master/src/Avalonia.FuncUI.ControlCatalog/Views/MainView.fs#L36). Visit the [example](https://github.com/AvaloniaCommunity/Avalonia.FuncUI/blob/master/src/Avalonia.FuncUI.ControlCatalog/Views/MainView.fs) to see it in action +You can also include individual Elmish Controls as the content of your tabs by using the [ViewBuilder](https://github.com/fsprojects/Avalonia.FuncUI/blob/master/src/Avalonia.FuncUI.ControlCatalog/Avalonia.FuncUI.ControlCatalog/Views/MainView.fs#L36). Visit the [example](https://github.com/fsprojects/Avalonia.FuncUI/blob/master/src/Avalonia.FuncUI.ControlCatalog/Avalonia.FuncUI.ControlCatalog/Views/MainView.fs) to see it in action ```fsharp // counter.fs diff --git a/docs/controls/textblock.md b/docs/controls/textblock.md index 3b454273..d2e143a1 100644 --- a/docs/controls/textblock.md +++ b/docs/controls/textblock.md @@ -2,7 +2,7 @@ > _Note_: You can check the Avalonia docs for the [TextBlock](https://docs.avaloniaui.net/docs/controls/textblock) and [TextBlock API](http://reference.avaloniaui.net/api/Avalonia.Controls/TextBlock/) if you need more information. > -> For Avalonia.FuncUI's DSL properties you can check [TextBlock.fs](https://github.com/AvaloniaCommunity/Avalonia.FuncUI/blob/master/src/Avalonia.FuncUI.DSL/TextBlock.fs) +> For Avalonia.FuncUI's DSL properties you can check [TextBlock.fs](https://github.com/fsprojects/Avalonia.FuncUI/blob/master/src/Avalonia.FuncUI/DSL/TextBlock.fs) The textblock control allows you to present text within the application. diff --git a/docs/controls/textbox.md b/docs/controls/textbox.md index df148000..5b2d2886 100644 --- a/docs/controls/textbox.md +++ b/docs/controls/textbox.md @@ -2,7 +2,7 @@ > _Note_: You can check the Avalonia docs for the [TextBox](https://docs.avaloniaui.net/docs/controls/textbox) and [TextBox API](http://reference.avaloniaui.net/api/Avalonia.Controls/TextBox/) if you need more information. > -> For Avalonia.FuncUI's DSL properties you can check [TextBox.fs](https://github.com/AvaloniaCommunity/Avalonia.FuncUI/blob/master/src/Avalonia.FuncUI.DSL/TextBox.fs) +> For Avalonia.FuncUI's DSL properties you can check [TextBox.fs](https://github.com/fsprojects/Avalonia.FuncUI/blob/master/src/Avalonia.FuncUI/DSL/TextBox.fs) The textbox is a control that allows a user to input strings. diff --git a/docs/controls/timepicker.md b/docs/controls/timepicker.md index ff81b29f..f6f76e3d 100644 --- a/docs/controls/timepicker.md +++ b/docs/controls/timepicker.md @@ -2,7 +2,7 @@ > _Note_: You can check the Avalonia docs for the [TimePicker](https://docs.avaloniaui.net/docs/controls/timepicker) and [TimePicker API](http://reference.avaloniaui.net/api/Avalonia.Controls/TimePicker/) if you need more information. > -> For Avalonia.FuncUI's DSL properties you can check [TimePicker.fs](https://github.com/AvaloniaCommunity/Avalonia.FuncUI/blob/master/src/Avalonia.FuncUI.DSL/TimePicker.fs) +> For Avalonia.FuncUI's DSL properties you can check [TimePicker.fs](https://github.com/fsprojects/Avalonia.FuncUI/blob/master/src/Avalonia.FuncUI/DSL/TimePicker.fs) The TimePicker control allows the user to pick a time value. diff --git a/docs/controls/togglebutton.md b/docs/controls/togglebutton.md index 4b1bd81b..2a7098c5 100644 --- a/docs/controls/togglebutton.md +++ b/docs/controls/togglebutton.md @@ -2,7 +2,7 @@ > _Note_: You can check the Avalonia docs for the [ToggleButton](https://docs.avaloniaui.net/docs/controls/togglebutton) and [ToggleButton API](http://reference.avaloniaui.net/api/Avalonia.Controls.Primitives/ToggleButton/) if you need more information. > -> For Avalonia.FuncUI's DSL properties you can check [ToggleButton.fs](https://github.com/AvaloniaCommunity/Avalonia.FuncUI/blob/master/src/Avalonia.FuncUI.DSL/ToggleButton.fs) +> For Avalonia.FuncUI's DSL properties you can check [ToggleButton.fs](https://github.com/fsprojects/Avalonia.FuncUI/blob/master/src/Avalonia.FuncUI/DSL/Buttons/ToggleButton.fs) If you are looking for a button to behave more like a checkbox you can use a `ToggleButton`. A `ToggleButton` toggles between checked and unchecked on click. diff --git a/docs/controls/toggleswitch.md b/docs/controls/toggleswitch.md index 8b8c9526..b2f56474 100644 --- a/docs/controls/toggleswitch.md +++ b/docs/controls/toggleswitch.md @@ -2,7 +2,7 @@ > _Note_: You can check the Avalonia docs for the [ToggleSwitch API](http://reference.avaloniaui.net/api/Avalonia.Controls/ToggleSwitch/) if you need more information. > -> For Avalonia.FuncUI's DSL properties you can check [ToggleSwitch.fs](https://github.com/AvaloniaCommunity/Avalonia.FuncUI/blob/master/src/Avalonia.FuncUI.DSL/ToggleSwitch.fs) +> For Avalonia.FuncUI's DSL properties you can check [ToggleSwitch.fs](https://github.com/fsprojects/Avalonia.FuncUI/blob/master/src/Avalonia.FuncUI/DSL/Buttons/ToggleSwitch.fs) A `ToggleSwitch` is a switch that toggles between on (checked) and off (unchecked) states. This control functions similarly to a CheckBox but displays the content with an on/off slider instead.