forked from FritzAndFriends/BlazorWebFormsComponents
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
211 lines (204 loc) · 8.92 KB
/
mkdocs.yml
File metadata and controls
211 lines (204 loc) · 8.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
site_name: BlazorWebFormsComponents
site_description: A collection of Blazor components that emulate the web forms components of the same name
site_author: Jeffrey T. Fritz
site_url: https://fritzandfriends.github.io/BlazorWebFormsComponents/
edit_uri: edit/dev/docs/
docs_dir: docs
repo_name: FritzAndFriends/BlazorWebFormsComponents
repo_url: https://github.com/FritzAndFriends/BlazorWebFormsComponents
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/FritzAndFriends/BlazorWebFormsComponents
theme:
name: material
custom_dir: docs/_overrides
language: en
palette:
scheme: default
primary: indigo
accent: indigo
font:
text: Roboto
code: Roboto Mono
logo: assets/logo.png
favicon: assets/favicon.ico
extra_css:
- assets/stylesheets/extra.css
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- footnotes
- markdown_include.include:
base_path: docs
- meta
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- toc:
permalink: true
plugins:
- exclude:
glob:
- "_overrides/*"
- "Dockerfile"
- git-revision-date-localized:
type: iso_datetime
- macros
- search:
lang:
- en
nav:
- Home: README.md
- Component Health Dashboard: dashboard.md
- Themes and Skins: themes-and-skins.md
- Editor Controls:
- AdRotator: EditorControls/AdRotator.md
- BulletedList: EditorControls/BulletedList.md
- Button: EditorControls/Button.md
- Calendar: EditorControls/Calendar.md
- CheckBox: EditorControls/CheckBox.md
- CheckBoxList: EditorControls/CheckBoxList.md
- Content: EditorControls/Content.md
- ContentPlaceHolder: EditorControls/ContentPlaceHolder.md
- DropDownList: EditorControls/DropDownList.md
- FileUpload: EditorControls/FileUpload.md
- HiddenField: EditorControls/HiddenField.md
- Image: EditorControls/Image.md
- ImageButton: EditorControls/ImageButton.md
- Label: EditorControls/Label.md
- LinkButton: EditorControls/LinkButton.md
- ListBox: EditorControls/ListBox.md
- Literal: EditorControls/Literal.md
- Localize: EditorControls/Localize.md
- MasterPage: EditorControls/MasterPage.md
- MultiView: EditorControls/MultiView.md
- Panel: EditorControls/Panel.md
- PlaceHolder: EditorControls/PlaceHolder.md
- RadioButton: EditorControls/RadioButton.md
- RadioButtonList: EditorControls/RadioButtonList.md
- Table: EditorControls/Table.md
- TextBox: EditorControls/TextBox.md
- View: EditorControls/View.md
- Data Controls:
- Chart: DataControls/Chart.md
- DataGrid: DataControls/DataGrid.md
- DataList: DataControls/DataList.md
- DataPager: DataControls/DataPager.md
- DetailsView: DataControls/DetailsView.md
- FormView: DataControls/FormView.md
- GridView: DataControls/GridView.md
- ListView: DataControls/ListView.md
- PagerSettings: DataControls/PagerSettings.md
- Repeater: DataControls/Repeater.md
- Validation Controls:
- BaseCompareValidator: ValidationControls/BaseCompareValidator.md
- BaseValidator: ValidationControls/BaseValidator.md
- CompareValidator: ValidationControls/CompareValidator.md
- ControlToValidate: ValidationControls/ControlToValidate.md
- CustomValidator: ValidationControls/CustomValidator.md
- ModelErrorMessage: ValidationControls/ModelErrorMessage.md
- RangeValidator: ValidationControls/RangeValidator.md
- RegularExpressionValidator: ValidationControls/RegularExpressionValidator.md
- RequiredFieldValidator: ValidationControls/RequiredFieldValidator.md
- ValidationSummary: ValidationControls/ValidationSummary.md
- Navigation Controls:
- HyperLink: NavigationControls/HyperLink.md
- ImageMap: NavigationControls/ImageMap.md
- Menu: NavigationControls/Menu.md
- SiteMapPath: NavigationControls/SiteMapPath.md
- TreeView: NavigationControls/TreeView.md
- Login Controls:
- ChangePassword: LoginControls/ChangePassword.md
- CreateUserWizard: LoginControls/CreateUserWizard.md
- Login: LoginControls/Login.md
- LoginName: LoginControls/LoginName.md
- LoginStatus: LoginControls/LoginStatus.md
- LoginView: LoginControls/LoginView.md
- PasswordRecovery: LoginControls/PasswordRecovery.md
- AJAX Controls:
- ScriptManager: EditorControls/ScriptManager.md
- ScriptManagerProxy: EditorControls/ScriptManagerProxy.md
- Substitution: EditorControls/Substitution.md
- Timer: EditorControls/Timer.md
- UpdatePanel: EditorControls/UpdatePanel.md
- UpdateProgress: EditorControls/UpdateProgress.md
- Ajax Control Toolkit Extenders:
- Overview: AjaxToolkit/index.md
- Migration Guide: AjaxToolkit/migration-guide.md
- Accordion: AjaxToolkit/Accordion.md
- AlwaysVisibleControlExtender: AjaxToolkit/AlwaysVisibleControlExtender.md
- AutoCompleteExtender: AjaxToolkit/AutoCompleteExtender.md
- BalloonPopupExtender: AjaxToolkit/BalloonPopupExtender.md
- CalendarExtender: AjaxToolkit/CalendarExtender.md
- CollapsiblePanelExtender: AjaxToolkit/CollapsiblePanelExtender.md
- ConfirmButtonExtender: AjaxToolkit/ConfirmButtonExtender.md
- DragPanelExtender: AjaxToolkit/DragPanelExtender.md
- DropShadowExtender: AjaxToolkit/DropShadowExtender.md
- FilteredTextBoxExtender: AjaxToolkit/FilteredTextBoxExtender.md
- HoverMenuExtender: AjaxToolkit/HoverMenuExtender.md
- ListSearchExtender: AjaxToolkit/ListSearchExtender.md
- MaskedEditExtender: AjaxToolkit/MaskedEditExtender.md
- ModalPopupExtender: AjaxToolkit/ModalPopupExtender.md
- NumericUpDownExtender: AjaxToolkit/NumericUpDownExtender.md
- PasswordStrength: AjaxToolkit/PasswordStrength.md
- PopupControlExtender: AjaxToolkit/PopupControlExtender.md
- ResizableControlExtender: AjaxToolkit/ResizableControlExtender.md
- RoundedCornersExtender: AjaxToolkit/RoundedCornersExtender.md
- SliderExtender: AjaxToolkit/SliderExtender.md
- SlideShowExtender: AjaxToolkit/SlideShowExtender.md
- TabContainer: AjaxToolkit/TabContainer.md
- TextBoxWatermarkExtender: AjaxToolkit/TextBoxWatermarkExtender.md
- ToggleButtonExtender: AjaxToolkit/ToggleButtonExtender.md
- UpdatePanelAnimationExtender: AjaxToolkit/UpdatePanelAnimationExtender.md
- ValidatorCalloutExtender: AjaxToolkit/ValidatorCalloutExtender.md
- Utility Features:
- Databinder: UtilityFeatures/Databinder.md
- EnumParameter: UtilityFeatures/EnumParameter.md
- ID Rendering: UtilityFeatures/IDRendering.md
- JavaScript Setup: UtilityFeatures/JavaScriptSetup.md
- L2 Automation Shims: UtilityFeatures/L2AutomationShims.md
- NamingContainer: UtilityFeatures/NamingContainer.md
- Page System: UtilityFeatures/PageService.md
- Response.Redirect: UtilityFeatures/ResponseRedirect.md
- Service Registration: UtilityFeatures/ServiceRegistration.md
- Styling Components: UtilityFeatures/StylingComponents.md
- ViewState: UtilityFeatures/ViewState.md
- ViewState and PostBack Shim: UtilityFeatures/ViewStateAndPostBack.md
- WebFormsPage: UtilityFeatures/WebFormsPage.md
- Migration:
- Getting Started: Migration/readme.md
- Phase 1 - Compilation Shims:
- ConfigurationManager: Migration/Phase1-ConfigurationManager.md
- App_Start Stubs: Migration/Phase1-AppStartStubs.md
- Phase 2 - Runtime Shims:
- Session State: Migration/Phase2-SessionShim.md
- Page Lifecycle: Migration/Phase2-LifecycleTransforms.md
- Event Handler Signatures: Migration/Phase2-EventHandlerSignatures.md
- Assess:
- Migration Readiness Assessment: Migration/migration_readiness.md
- Deprecation Guidance: Migration/DeprecationGuidance.md
- Known Fidelity Divergences: MigrationGuides/KnownFidelityDivergences.md
- Plan:
- Migration Strategies: Migration/Strategies.md
- .NET Standard to the Rescue: Migration/NET-Standard.md
- Automated Migration Guide: Migration/AutomatedMigration.md
- Roslyn Analyzers: Migration/Analyzers.md
- Implement:
- Master Pages: Migration/MasterPages.md
- User Controls: Migration/User-Controls.md
- Custom Controls: Migration/Custom-Controls.md
- Custom Control Base Classes: Migration/CustomControl-BaseClasses.md
- FindControl Migration: Migration/FindControl-Migration.md
- Deferred Controls: Migration/DeferredControls.md
- Themes and Skins: Migration/ThemesAndSkins.md
- Migrating .ashx Handlers: Migration/MigratingAshxHandlers.md
- Migration Tests:
- Overview: migration-tests/README.md
- WingtipToys 2026-03-04: migration-tests/wingtiptoys-2026-03-04/report.md