Forums

Targetting link element by id in an event does not work

healyhatman 14 Apr, 2018
As described:

Say in a form you have a "Link" element, available under Core->Extras, with an id of "myLink"

Say you have a checkbox with an onselecting event with the actions Hide / Disable, target "#myLink"

On clicking the checkbox, the link element remains visible.

HACKFIX: Use a custom HTML element instead, wrapping a manually created <a> element in a <div> and target the <div>
This topic is locked and no more replies can be posted.