Tagged Questions
0
votes
0answers
109 views
Multi-Select choice listbox in SPD
When I create Choice column from SharePoint designer, it gives me three options under display as:
Drop-down menu
Radio buttons
Checkboxes
Apparently, for multiple select option, we only have ...
3
votes
3answers
261 views
The CHOICE element contains the value within its body. What gives?
As stated on MSDN, the CHOICE element contains the value within its body.
That means that in a field, if I have:
<CHOICES>
<CHOICE>foo</CHOICE>
...
0
votes
2answers
391 views
Sharepoint 2010 - Related fields in dropdowns. How to?
In my UI I have a dropdown which contains some values: A, B, C. There is also another dropdown in the page whose values depend on the selected value in the first combo.
If I select A in the first ...