The jquery-ui tag has no wiki summary.
0
votes
2answers
600 views
Single line of text field validation in Sharepoint 2010 list
I have single line of text field in a Sharepoint 2010 list. I need to validate the particular field. The user will enter the number by starting with I or F. How do I validate the field if the user ...
1
vote
1answer
126 views
Implement Cascaded Dropdowns without using Lookups
I have 3 lists with a great deal of data in them (7-12k rows) that I'm pulling from another system. I want to implement cascaded dropdowns between the three, but I can't populate lookups for 12,000 ...
0
votes
0answers
27 views
Strange behaviour of CEWP in Page Layout
My question is regarding a custom page layout with the CEWP. So basically I have a simple page layout with the webpart zones defined and one CEWP in it. This CEWP has some tabs and javascript.
When I ...
0
votes
0answers
1k views
Calling a WebMethod defined in a Publishing Page Layout
I'm trying to define a WebMethod in one of my Publishing page layouts.
This WebMethod is intended to be called when a user takes a specific action in an Editor Part in a Visual Web Part, however, ...