Hey! First of all thank you so much to build such a great and versatile tool. Is it possible that I can manipulate the dom elements of the block through block's content script? Eg. Basically I need a survey kinda block, where user can drop question block and then can enter the question string. Once again thank you so...
artf
Sure, but be sure to understand correctly the context of script and how it works https://grapesjs.com/docs/modules/Components-js.html#components-js You can't use $ if you didn't include it first
coder-strange
@artf I've added the jquery, in the above image I've added the value attribute to input tag as we can see that in the above image, but that value attribute is not there in the final HTML I'm getting from the editor.
Hi, I'm wondering if that's possible to save images as public url for instance, https://something.something.jpg so that anyone can access the image? Currently, it is saving images as base64
Hello @artf I've make pop-up for select custom link data with image. Now all the data reflected properly but when I try to change src than it's not working please let me know how to fix that. When input image URL in field 'Link Text(image URL)' than it should be update image in canvas. Please guide me. This is live De...
lock[bot]
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
i am using grapejs version 0.14.33 with angular 6 i want to add a section with 2 blocks on block manager as created on grapejs demo. and for that following code mentioned below but it is not working . suggest me any code that can add a box with 2 section and sections are dragable.
lock[bot]
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
lock[bot]
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Hi All, I am getting below issues which are related to RTE 1) RTE creating multiple child's as action performed on text block. Ex:- suppose we performed same action (Bold) three times in sequence on same text block then its creating three child's on the same element. 2) Font action in RTE is only supporting font size...
mararn1618
Hi mudit-mittal, this is somewhat fixed in 0.14.33 and the same as#761#1484
mudit-mittal
I am using latest version of library but issue is still here so kindly review.
lock[bot]
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
I'm looking to use Tailwind with GrapesJS, but this framework uses Utility-First CSS Classes to build quick layouts. The problem is that it also uses 'special' classes to define style variants, eg: hover:bg-blue or md:w-full etc. The problem is that the GrapesJS Selector escape function replaces the colons(:) with das...
artf
I'd appreciate a PR :)
lock[bot]
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Hello, I've created a custom component that shows images using background-image on a <div> instead of using an <img> element. It's mostly working, except that every time I change its src trait I must reload the editor to preview the rendered element. This is its view: On editor load, the component has its correct back...
artf
@dancodes can you provide a live demo of the issue, please?
no-response[bot]
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take ac...
lock[bot]
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
When adding a slider to a composite type property I am getting the following error (when trying to change value of slider):InputNumber.js?d43d:244 Uncaught SyntaxError: Invalid regular expression: /^initial|inherit/: Stack overflow at child.validateInputValue (InputNumber.js?d43d:244) at child.parseValue (PropertyInte...
artf
Open the issue in the correct repository and indicate steps to reproduce it, when trying to change value of slider what does it mean?!?
lock[bot]
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
@artf I need your help to solve my issue with grapesjs i have this code in the template: I want to pass that value in this way but when I edit that part into "Blogger Campaign", it doesn't send the updated values, sent still "Campaign Title" do you have a solution for this? thanks before
artf
Use events
lock[bot]
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
I would like to be able to make separate blocks into groups for different icon on panel. For instance I have buttons A, B & C on panel . "A" block manager will contain 1,2,3 components, "B" block manager will contain 4,5,6 components and so on,
mcsekar12
Create blocks to be grouped with the same category name as below. Here ButtonA,ButtonB will be grouped under CategoryA and Button1 under CategoryB
rgernale
Thank you for the fast response.
lock[bot]
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.