Hi there,
I have only recently started using couchCMS, almost entirely for the inline editing feature at the moment, and I am running into one issue I was hoping I could get some help with.
I have the inline editor set up for a section of text within a portion of the page that is only available, by means of a popup window, when a start button is clicked. Although I have that portion of text set up to be using the richtext editor, no toolbar appears despite being able to select and modify the text making it impossible to save the text or format it at all.
I will attach the code with an example of this happening in the case that it is a simple syntax mistake that I might have made. Any ideas on what may be causing this would be greatly appreciated.
I have only recently started using couchCMS, almost entirely for the inline editing feature at the moment, and I am running into one issue I was hoping I could get some help with.
I have the inline editor set up for a section of text within a portion of the page that is only available, by means of a popup window, when a start button is clicked. Although I have that portion of text set up to be using the richtext editor, no toolbar appears despite being able to select and modify the text making it impossible to save the text or format it at all.
I will attach the code with an example of this happening in the case that it is a simple syntax mistake that I might have made. Any ideas on what may be causing this would be greatly appreciated.
- Code: Select all
<h2 <cms:inline_edit 'question'/>> <cms:editable name = 'question' label='question' type='richtext'>This text box is set up using the rich text editor, but no toolbar appears when I click to try and edit the box. </cms:editable></h2>