File tree Expand file tree Collapse file tree 22 files changed +228
-48
lines changed
samples/AfterBlazorServerSide/Pages/ControlSamples/DataList
BlazorWebFormsComponents.Test/DataList Expand file tree Collapse file tree 22 files changed +228
-48
lines changed Original file line number Diff line number Diff line change @@ -330,3 +330,8 @@ ASALocalRun/
330330
331331# MFractors (Xamarin productivity tool) working folder
332332.mfractor /
333+
334+ # macOS
335+ .DS_Store
336+ .AppleDouble
337+ .LSOverride
Original file line number Diff line number Diff line change 11@page " /ControlSamples/DataList/ComplexStyle"
2- @using static System . Drawing . Color
2+ @using static BlazorWebFormsComponents . WebColor
33@using static BlazorWebFormsComponents .Enums .BorderStyle
44
55<h2 >DataList HeaderStyle sample</h2 >
1111<DataList @ref =" simpleDataList"
1212 runat =" server"
1313 EnableViewState =" false"
14- BackColor =" Gray "
14+ BackColor =" @( " #808080 " ) "
1515 BorderColor =" Firebrick"
1616 BorderStyle =" Groove"
1717 BorderWidth =" 2"
Original file line number Diff line number Diff line change 11@page " /ControlSamples/DataList/HeaderStyle"
2- @using static System . Drawing . Color
2+ @using static BlazorWebFormsComponents . WebColor
33
44<h2 >DataList HeaderStyle sample</h2 >
55
2727 runat =" server"
2828 EnableViewState =" false"
2929 Context =" Item"
30- HeaderStyle-BackColor =" Blue "
30+ HeaderStyle-BackColor =" @( " #C84630 " ) "
3131 HeaderStyle-ForeColor =" White"
3232 HeaderStyle-BorderColor =" White"
3333 HeaderStyle-BorderStyle =" Solid"
Original file line number Diff line number Diff line change 11@page " /ControlSamples/DataList"
2- @using static System . Drawing . Color
2+ @using static BlazorWebFormsComponents . WebColor
33
44<h2 >DataList Component homepage</h2 >
55
Original file line number Diff line number Diff line change 11@inherits TestComponentBase
2- @using static System . Drawing . Color
2+ @using static BlazorWebFormsComponents . WebColor
33@using static BlazorWebFormsComponents .Enums .BorderStyle
44@using BlazorWebFormsComponents
55
Original file line number Diff line number Diff line change 11@inherits TestComponentBase
2- @using static System . Drawing . Color
2+ @using static BlazorWebFormsComponents . WebColor
33@using static BlazorWebFormsComponents .Enums .BorderStyle
44@using BlazorWebFormsComponents
55
Original file line number Diff line number Diff line change 11@inherits TestComponentBase
2- @using static System . Drawing . Color
2+ @using static BlazorWebFormsComponents . WebColor
33@using static BlazorWebFormsComponents .Enums .BorderStyle
44@using BlazorWebFormsComponents
55
Original file line number Diff line number Diff line change 11@inherits TestComponentBase
2- @using static System . Drawing . Color
2+ @using static BlazorWebFormsComponents . WebColor
33
44
55<Fixture Test =" FirstTest" >
Original file line number Diff line number Diff line change 11@inherits TestComponentBase
2- @using static System . Drawing . Color
2+ @using static BlazorWebFormsComponents . WebColor
33
44
55<Fixture Test =" FirstTest" >
Original file line number Diff line number Diff line change 11@inherits TestComponentBase
2- @using static System . Drawing . Color
2+ @using static BlazorWebFormsComponents . WebColor
33
44
55
1010 CellSpacing =" 2"
1111 CellPadding =" 3"
1212 RepeatLayout =" Table"
13- BackColor =" Red "
13+ BackColor =" @( " #ff0000 " ) "
1414 Context =" Item" >
1515 <HeaderTemplate >My Widget List</HeaderTemplate >
1616 <ItemTemplate >@Item.Name </ItemTemplate >
You can’t perform that action at this time.
0 commit comments