Can I use Editor plug-in on Meteor?

Can I use Editor plug-in on Meteor?

meowoowmeowoow Posts: 1Questions: 1Answers: 0

Hi,
I am a Meteor developer, a node.js framework.
In my code, I can show the datatables table and want to use the editor plug-in.
I already downloaded "Editor JS+CSS only" code, but it seems to have not the server-side code.
I only saw https://editor.datatables.net/manual/server this page to handle the server side action.
So, does the server side action need to implement by developer manually? Is there any example? Thanks.

Answers

  • allanallan Posts: 61,839Questions: 1Answers: 10,134 Site admin

    So, does the server side action need to implement by developer manually?

    This is correct. The JS+CSS only version includes the Javascript and CSS only - if you want to use Editor with a server-side platform that is not PHP or .NET, then at the moment you would need to implement your own server-side libraries for it.

    Regards,
    Allan

This discussion has been closed.