...
HTML-Format |
---|
<button id="anmeldungportal" class="aui-button aui-button-primary">Anmeldung</button>
<script type="text/javascript">
window.ATL_JQ_PAGE_PROPS = {
"triggerFunction": function(showCollectorDialog) {
jQuery("#anmeldungportal").click(function(e) {
e.preventDefault();
showCollectorDialog();
window.alert("Hello"); });
}
};
</script> |