Justin Cooney

Web Development Tips and Examples

  • In this example, I am taking a look at changing the default text that comes with a Discussion List in a SharePoint 2013 page for a new Community site collection. The Discussion list in SharePoint comes pre-packaged with a number of controls, including a hyperlink at the top that is used to add a new discussion. Naturally I wanted to customize the text to be more tailored to the content of the new page, and this included updating the text for the Add Discussion hyperlink.

    So in this case I was wondering: what’s the simplest way to customize text for SharePoint controls on a Web page?

    (more…)

  • If you are just starting out with SharePoint, then getting things configured the way you want can be quite daunting. For starters, I was trying my hand at creating a SharePoint 2013 discussions list and was surprised that the default view cuts the body of each discussion list item if it goes beyond a certain length. I am sure this is no big deal for someone who is very familiar with previous versions of SharePoint, but it actually took me a bit of searching around to figure out where in SharePoint the setting is that lets you show the full text in each list item.
    (more…)

  • Calling page elements in nested iFrames
    Working with nested iFrames

    In this example I will explain how to call HTML page elements in nested child iFrames. This can be handy if, for example, you want to get something a user has entered into a text entry box that is contained in an embedded iFrame, or even in a nested set of iFrames several levels deep. (more…)