python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Adding TinyMCE plugin with toolbar icon using a module package in Episerver CMS 12
I have a custom TinyMCE plugin that add a toolbar icon to the tinymce tool bar. Plugin is configured in a file called editor_plugin.js which is placed inside my custom EpiServer module. I need this to...
Nimesh Anuradha
Votes: 0
Answers: 0
subprocess.CalledProcessError: Command '['isolate', '--cg', '--box-id=12', '--cleanup']' returned non-zero exit status 2
While trying to setup following CMS: https://github.com/cms-dev/cms/tree/v1.4, I used cmsWorker inside Terminal to start the Worker process.
After Worker received a submission, it threw following erro...
user10420480
Votes: 0
Answers: 0
How to use pagination in strapi.js when accessing relational content?
I have a CourseSeries table that has title, description, and is linked to many courses
When I visit http://localhost:1338/course-series I get:
[
{
"id": 2,
"title": &quo...
relidon
Votes: 0
Answers: 0
how to save user edited information
I am new to coding and currently building a website.
I am struggling with a part of my project-----
The basic idea of the function is to...
user clicks the edit page button
the page enters edit mode ...
armaan mittal
Votes: 0
Answers: 1