
Clone this issue
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Register.RadioButton("Test Options 2").WithValueMappingsOf(
"1", "TestOption1",
"2", "TestOption2",
"3", "TestOption3",
"4", "TestOption4"
);
That should resolve to "rdbTestOption1", "rdbTestOption2", etc. All the Naming Resolve strategy rules apply here.
|
|
Description
|
Register.RadioButton("Test Options 2").WithValueMappingsOf(
"1", "TestOption1",
"2", "TestOption2",
"3", "TestOption3",
"4", "TestOption4"
);
That should resolve to "rdbTestOption1", "rdbTestOption2", etc. All the Naming Resolve strategy rules apply here. |
Show » |
|