ph-link attribute
It’s just a link, you could add parameters easily.
toServer
<span id="value-to-query">toServer</span>
<script>
let vtq = document.getElementById('value-to-query');
let v = Math.floor(Math.random() * (100 - 1)) + 1;
vtq.innerHTML = 'toServer-' + v
</script>
<button
type="button"
ph-mask="2"
class="btn btn-sm"
ph-params="selectedIds:::#value-to-query/innerHTML"
ph-link="./"
>
<span>Edit</span>
</button>
extra attributes for this helper:
name | descriptio | link |
---|---|---|
ph-params | append query parameters to the url | value collector |