Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Typo in idpui:serviceContact example

...

  • The tag <idpui:serviceContact cssId="cp"/> would return John Doe.
  • The tag <idpui:serviceContact cssStyle="font-size:20px" contactType="technical"/> would return <a href="mailto:tech@example.edu" style="font-size:20px">John Doe<>Jane Smith</a>
  • The tag <idpui:serviceContact cssClass="cpClass" name="Technical contact" contactType="technical"/> would return <a href="mailto:tech@example.edu" class="cpClass">Technical contact</a>
  • The tag <idpui:serviceContact name="contact" contactType="billing"/> would return
    <a href="mailto:billing@example.edu">contact</a>
  • The tag <idpui:serviceContact contactType="administrative">Your SP's administrators</idpui:serviceContact> would return Your SP's administrators

...