Home
last modified time | relevance | path

Searched refs:buttonId (Results 1 – 2 of 2) sorted by relevance

/plugin/stellarium/
H A Dsyntax.php47 $buttonId = 'stellarium-button-' . mt_rand(); // Unique button ID
48 …<a href='javascript:void(0)' id='{$buttonId}' data-content='{$content}' onclick=\"sendStellariumRe…
/plugin/stellarium/scripts/
H A Dstellarium.js1 function sendStellariumRequest(buttonId, serverUrl, password) { argument
2 var content = document.getElementById(buttonId).dataset.content;