#353September 30, 2017by matiponce91No answers
Hi All, I am trying to use GrapesJs with grapesjs-present-newsletter plugin so I can show HTML with inside CSS. So I installed the plugin through npm and then imported the library inside index.html. Finally within "grapes.init ()" I added the following code: but "inlineCss" (it doesn't matter if its value is true or f...
#352September 29, 2017by martinrios95No answers
Hi! ¿Have you got an uncompressed version of this framework? As I could see, there's only the minified version on this repo, so I can see the code for development environment. Best wishes, Martin
#351September 29, 2017by cmcintoshNo answers
I have a use case where I would like to allow users to switch the template they are editing. On the initial load, the code seems to work fine and loads the template as expected, but on the subsequent loads the canvas is wiped blank.
#349September 29, 2017by ekaradevNo answers
Hi ,I do not seem to do the turkish characters getHtml () when I write the editor
#348September 28, 2017by sonnylloydNo answers
I am in the middle of working on some custom components/blocks. To achieve this i have been using the api docs and using your grapejs plugins as examples. This file in particular https://github.com/artf/grapesjs-navbar/blob/master/src/components.js . The issue i have is on save and reloading of the page. the script ta...
#347September 28, 2017by cmcintoshNo answers
This is inside of a Plugin, I can confirm after init. That the editor is using the defined storage that I defined. Additionally, I can trigger editor.load() and editor.store() and see ajax calls go out if i crate them in the respective options. However, if I do not have load or store defined then I see no traffic in t...
#345September 28, 2017by bungambohlahNo answers
Hello @artf , nice to see you again, i have a question, how to initialize materializecss modal from source code commands grapesjs? , let's see the code. initialize modal : then in the src/commands/index.js : Then after run the command, it's not work modal is not a function, can i customize DOM element from your source...
#344September 27, 2017by telliott22No answers
I'm adding a new component to the canvas using editor.addComponents({ ... }); but it's always added as the last element, to the bottom of the canvas. Is there a way to insert it at a specific point on the canvas? All my components are rows, so ideally I'd like to insert components by index. Thanks, T
#343September 27, 2017by blackbirdzzzNo answers
Hi artf, where in the code do you transform this exemple This To this Just want to find how you delete the style="" and transform it to an id="#c54" by the model id :p i want to change the code to disable this Thanks
#342September 27, 2017by blackbirdzzzNo answers
hi artf, i saw that you got a big Asset manager modal when your using dropzone in your wiki exemple, it is possible to get the code or to know how to got the same modal in your GIF ?