Tagged Questions
0
votes
2answers
43 views
new Item should show next 3 months and year in drop down
I have a ReleaseMonth column in my custom list. currently set to single line of text.
i have requiremnet to shows a dropdown list that includes next three months and year.
For example :- if the ...
0
votes
1answer
30 views
sharepoint list choice required field
Using out-of-the-box SharePoint 2007, I want to create a required "choice" field that has values but no spaces/blanks as a valid option. I then want the entry form to show a blank as you select ...
0
votes
2answers
70 views
In a list (2010), can I have a Choice type field that can dynamically be filled as users add new values to that field (if it didn't already exist)?
A list of projects are in the Choice field already. As new projects are started a user (without designer access) wants to add a new project and in the future be able to select it from the drop down, ...
0
votes
0answers
166 views
How set Default-Values of Choice by the Creation of new Lists via (JavaScript) CSOM
Im trying to create a list by using the JavaScript CSOM, but Im stuck at a certain point.
In this example I use the Template "SP.ListTemplateType.issueTracking" to create and enhance a list,
in this ...
1
vote
2answers
2k views
Dependency between 2 choice columns
I'm using SharePoint 2007.
I created a custom list.
In the list I create 2 choice fields (column A, column B).
I want to implement this scenario:
if the user chooses the first choice from column A, ...
0
votes
1answer
1k views
How can I display checkbox or radio button choices in a Choice field vertically?
I have a list with SharePoint 2007 with a Choice column that I'd like the choices to be displayed vertically (every 2 or 3) instead of horizontally. Is there some JavaScript/jQuery I can utilize to ...
3
votes
1answer
2k views
Choice field changed - How to propagate the change down to all lists that used it?
I have a feature (Web scoped) with a content type which contains a field (Type="Choice").
Values were A, B and C.
I've created a list based on this content type and added some elements in it.
I ...
2
votes
2answers
917 views
Cannot change value in a choice column for some documents
In a hosted WSS 3.0 environment I have a standard document library with some extra columns. For some reason I cannot change the value in a choice column (called: "Status"). The value always is reset ...