0
votes
2answers
51 views

Enlarge a Choice column's “specify your own value” text area?

Can anyone suggest a way to make the "specify your own value" text box larger in the Edit Form of a list item's Choice column? I would like to make it look more like a multi-line text field type, ...
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 ...
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 ...