Hi all,
I’m getting the following error when trying to edit Custom HTML. Anyone know of a fix?
Error Type: Application : [N/A]
Error Messages: The method getMarkup was not found in component E:\contentbox.dev\modules\contentbox\model\content\CustomHTML.cfc.
Ensure that the method is defined, and that it is spelled correctly.
Tag Context:
ID: CF_TEMPLATEPROXY
LINE: 89
Template: E:\contentbox.dev\modules\contentbox-admin\views\customHTML\editor.cfm
Which is this line of code
#html.select(name=“markup”, options=prc.markups, selectedValue=( prc.content.isLoaded() ? prc.content.getMarkup() : prc.defaultMarkup ))#
Thanks,
Richard