Hi @artf , We have created a custom asset manager which is working perfectly for image component. However we are not able to call custom asset manager for background image. Tried to access using this methods var stm = editor.StyleManager; var fileType = stm.getType('file'); stm.addType('file',{ model: fileType.model,...
artf
Hi @sdrebel can you show us your implementation of custom asset manager? If you have followed this you should see it also in the Style manager
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...
How to make a checkbox input type in define new trait (https://grapesjs.com/docs/modules/Traits.html#define-new-trait-type), I have made it, and the checkbox does not appear, if I compare with Built-in trait types(checkbox) there are tags i, Thank's create elemen in define new type
artf
First of all, you have to provide a demo for such a case, and why the built-in checkbox trait type is not working for you?
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...
Hey guys, I am new to grapejs, but so far I really love it! Now I stumbled over a problem that I can't seem to fix or to find a solution anywhere, or I am just too stupid. I was playing around with my own named plugins and imported them into the grapejs-script. It works fine and the created blocks show up. The only pr...
artf
Can you create a reproducible demo, please? From your examples, I can even say "you don't have options in your plugins", so can't help you without a demo. Next time, if something is not working please follow the BUG issue template, not the...
untouch68
Can you create a reproducible demo, please?From your examples, I can even say "you don't have options in your plugins", so can't help you without a demo.Next time, if something is not working please follow the BUG issue template, not the Q...
artf
@untouch68 again, your examples are incomplete, can you create a reproducible demo?
Really very difficult to understand how to use this excellent tool !! Documentation does not seem sufficient :'(
artf
Elaborate, please! What would you like to do with GrapesJS and what is missing in documentation?
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...
I want to open a modal on clicking to anchor in the provided html in grapesjs Editor. I have bind onClick event on anchor but on clicking to that anchor takes to prevDef method of grapesjs which triggers 'event.preventDefault()'. So is there a way to disable it or a way to open a modal on clicking to that modal?
artf
Can you show use a live demo of your example?I want to open a modal The modal from the template or the one from GrapesJS?
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...
Hi, so I am using version 0.14.62 and I have a problem with the TraitManager. I have defined two custom traits like so: The problem is that when I change the value for bindingSrc an event is fired for both bindingSrc and ctrlLabel. The end result is that the label is set to empty. I am completely new to gitHub. Please...
artf
Hi @paulwright75 can you create a reproducible demo, 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...
when I set slider to 0 (min value) the slider return -1 value and this style property is ingored completely since it is not valid css. for example I found the code why this happens only min value. in the style manager slider view code when slider value not min value, this works well. but if value is set to minimum(for...
arthuralmeidap
@starcraft0429, could you provide us a code example? I have tried to simulate it but without success.
storyofyours
@artf Be our hero ;)
artf
Guys, it's really important to follow the ISSUE template, I don't even know which version do you use! Can you create a reproducible demo because I don't understand how to reproduce it
hello @artf I have applied a drop down menu in block manager the code is given below It works fine but whenever I try to change the dropdown lists it doesn't applies space. It takes all letters but space is ignored by the editor please help
verdverm
Try looking at the DOM to see what your drop-down item in the canvas to see what html elements are created. Does that output look like the html you expect?
VM8198
@verdverm yes in DOM the output looks exactly same as I needed see this video...https://drive.google.com/file/d/1bgb6QibnPPU6qGbLDudOD9xeMGtmvsnG/view
artf
Not able to reproduce with your code, create a reproducible demo, please. BTW properties like removable, draggable, droppable are part of the component definition, not blocks...
I'm using grapesJS within a Polymer 3.x Element and everything is working beautifully, awesome project. However, I'm experiencing an issue: When I select an element in the canvas, navigate to the traits panel, put my cursor in a trait field enter some text (or not) and then press the delete or backspace keys, it delet...
artf
Sounds like an old issue to me, are you using the latest version?
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...
I used to add custom html with editor.addComponent(). It works well at most of the time, but when I try to insert a large piece of HTML which may contain a bunch of children elements the canvas turns black and cannot be modified. I can only reload the whole editor to make it works again.
artf
the canvas turns black weird thing. Are you able to create a reproducible demo? Upload here the template if you need
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.