All Suspensions

Modified on Wed, 25 May 2016 at 11:32 AM

You may want to show a list of all active suspensions across all your seasons. The following call will accomplish this for you.

myss_ShowAllActiveSuspensionsForWeb(target, showReason);

The following is an explanation of each parameter and their possible values:

1) target: (string) this is the ID of the HTML element in which to display the standings in.
2) showReason: (boolean) value indicates if you would like to show the reason on why they were suspended. a value of true will show the reason while false will hide it.

EXAMPLE HTML CODE:

<div style="width: 100%;" id="myss_suspensions"></div>
<script type="text/javascript">myss_ShowAllActiveSuspensionsForWeb('#myss_suspensions', true);</script>

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article