Showing posts with label SPD2010. Show all posts
Showing posts with label SPD2010. Show all posts

Thursday, March 8, 2012

Hide fields in the list form using jQuery

The rule would be as follow:
1. Show the row of “Others” only if [Issue Type] = “Others”
2. Otherwise, hide the whole row of “Others”.
Solution:
Add a CQWP on the list:

Open the SPD2010
Update the CQWP with the below statements

Ticket1 and Ticket2 are the classes of the controls

Save the updates in SPD2010 and then refresh the page on the browser.

Monday, May 30, 2011

Editing Page in SharePoint Designer 2010 with Advance Mode

I have tried to edit a page and got a code that was marked in yellow. In addition, the Ribbon was missing some of the tabs. I was unable to edit the code on the page.

Solution:Click on “Advance Mode” button that is located on the Ribbon.
Once you have clicked it, you’ll see the other tabs and you will be able to edit the page.