Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


HTML
<div class="" onclick="showTrainingPopup('upcoming-events-only');" style="font-size:large;cursor:pointer;text-decoration:underline;color:#0052CC;font-weight:bold;margin:auto;">
Show Upcoming Events
</div>
<br/>

Bring your requirements and have seasoned product owners from the LACE help clarify and structure your user stories based on your individual context and storycraft best practices.


Offered by request.


Include Page
Intake left-aligned
Intake left-aligned



Excerpt Include
User Story Clinic Outcomes
User Story Clinic Outcomes
nopaneltrue

Excerpt Include
Working Copy Popup Test
Working Copy Popup Test
nopaneltrue

Excerpt Include
Attachments
Attachments
nopaneltrue


HTML
<script type="text/javascript">
var aTags = document.getElementsByTagName("strong");

var searchText = "User Story Clinic";

for (var i = 0; i < aTags.length; i++) {
  if (aTags[i].textContent == searchText) {
    aTags[i].parentNode.parentNode.style="background-color:#c7ccdf;";
  }
}
</script>