Online Registration

Modified on Thu, 29 Jul 2021 at 02:20 PM


Our software contains an online registration module which you can use handle all online registrations. The following call will display all open registrations in your designated target.


myssApp.View.OnlineRegistration.Main.ViewAll(uid, key, target);

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


1) uid: (integer) reserved.  Always pass 0

2) key: (string) reserved.  Always pass ”

2) target: (string) this is the ID of the HTML element in which to display the registration list.

EXAMPLE HTML CODE:


<div id="myss_onlinereg" style="width: 100%;"></div>
<script type="text/javascript">
myssApp.View.OnlineRegistration.Main.ViewAll(0, '', '#myss_onlinereg', 0, 0, 0, null, 0);
</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