I need to be able to add a dropdown or button to the ckeditor’s toolbar that will pop up a list, and when a listitem would be clicked the text of that list item would be added to the ckeditor’s content
I also need to be ablee to change the content of that list, like to have a function:
function SetListsContent(arr)
{
//fill the list with the array arr
...
}
I end up doing this: