I am in the process of writing a custom datatype, which has a custom textarea, which accepts JSON as its input. I want to validate that the JSON is valid before allowing the user to save the datatype.
Is there an Umbraco angularjs service that lets me wire into the datatype save event?
Intercept datatype save event
Hi all,
I am in the process of writing a custom datatype, which has a custom textarea, which accepts JSON as its input. I want to validate that the JSON is valid before allowing the user to save the datatype.
Is there an Umbraco angularjs service that lets me wire into the datatype save event?
is working on a reply...