Questions tagged [grapesjs]

GrapesJS is a free and open source Web Builder Framework which helps building HTML templates, faster and easily, to be delivered in sites, newsletters or mobile apps.

GrapesJS is a free and open source Web Builder Framework which helps building HTML templates, faster and easily, to be delivered in sites, newsletters or mobile apps.

Resources

158 questions
0
votes
1 answer

Is it possible to integrate grapesjs into angularjs with a controller

JS var app = angular.module('CompanyProfile', []); app.controller('CompanyProfileCtrl', function() { function init() { var editor = grapesjs.init({ allowScripts: 1, showOffsets: 1, …
Brandon Yu
  • 49
  • 1
  • 1
  • 5
0
votes
1 answer

GrapesJS - Posting the HTML as part of a form

As part of an editor for a page, I want to use GrapesJS as a WYSIWYG for the page content. How can GrapesJS work inside of a form? On the same page you will be able to update the pages name, URL, etc. When I save my form, I want the generated html…
jastew
  • 323
  • 3
  • 9
0
votes
0 answers

How to download GrapesJS on Mac

So there is this open source drag and drop website builder called GrapesJS, I really liked its concept and I want to download and install it, the problem is, I am not knowing how. Can anyone help me, please? I left a pic for you that indicates what…
Hadi K.
  • 63
  • 1
  • 3
  • 7
0
votes
1 answer

Custom StorageManager using GrapesJs API Storage Manager

I am new in GrapesJs & Trying to achieve the following: I'm trying to implement a custom Storage Manager using Storage API of GrapesJs I'm trying to get/set the data from/to localStorage (i.e. ResponseFromLocalStorage). Below is my code: const…
Ashish Gope
  • 320
  • 1
  • 5
  • 13
0
votes
1 answer

How to implement GrapesJs

Anyone suggest me or give me proper guide of implementing in my local. this is a guide but i want some more clear guide. because this guide to i am not understanding. https://www.npmjs.com/package/grapesjs
user1727852
  • 123
  • 2
  • 10
-1
votes
1 answer

How do i style the form inside grapesjs?

There is already a form component in grapesjs which comes from grapesjs-plugin-forms. But I don't see any way to style the form. I want to style the form with predefined CSS. It will be of great help if you can provide any tips. Thanks in advance
ryitesh
  • 9
  • 4
-1
votes
2 answers

Script is loaded before the jquery

I am trying to use grapesjs in my application. So, I added the jquery in the head of the html page and the script in the body. My jquery is loaded in that page but before jquery is loaded the script in the body is executed. So that the script is not…
Harini
  • 109
  • 1
  • 3
  • 12
-3
votes
2 answers

How to add custom data with Ju99ernaut/grapesjs-tailwind plugin?

In laravel 8 app "jd-dotlogics/laravel-grapesjs": "^3" is used and https://github.com/Ju99ernaut/grapesjs-tailwind plugin is used to add custom block at grapejs editor, which looks like https://prnt.sc/cITyK6U2AKzM I need to add custom blocks based…
mstdmstd
  • 2,195
  • 17
  • 63
  • 140
1 2 3
10
11