I looked at the browser dev tools when in edit mode I get the following error:
SyntaxError (DOM Exception 12): The string did not match the expected pattern.
The error details reference line 2914 in the ‘creditor.js’ file:
2912 findOne: function(a) {
2913 var c = e(this);
2914
It appears I misspoke earlier. I was so focused on the content box that I
didn't notice that the CKEditor boxes for the class properties were blank and
not selectable. I tested this issue in multiple browsers and it affects
Internet Explorer and Safari but works as expected in Chrome. Is this a
Hi Jesse,
On Fri, Feb 10, 2017 at 7:21 PM, je...@abrightfamily.com <
je...@abrightfamily.com> wrote:
> I am combining structured and unstructured data on a single edit sheet.
> The editing mode is accessed by the user from a standard LiveTable actions
> button. The unstructured data is the page c
I am combining structured and unstructured data on a single edit sheet. The
editing mode is accessed by the user from a standard LiveTable actions button.
The unstructured data is the page content which is included in the edit sheet
using:
{{html}}$xwiki.getTextArea($tdoc.content){{/html}}
Whi