Hi,
We have been successfully implementing some client-side javascript validation to check the population of fields at certain points. We can get a handle on these by using:
document.getElementById(“#{id:}”).value;
However, we now need to check to see if a Rich Text field has been populated.
As this is client-side, I don’t want to have to use a backend field with an @Abstract and so would like to get a handle on the client value.
Is this possible? Can anyone help?
Thank you!
Ian