#1009April 5, 2018by krunal0393 answers
Is there way to have richtext box for trait. We want to user to insert rich text for trait and not sure how can we do it. We have below use case. There would be mutliple picture on page and once user mouse hover it will display some rich text and we want create component so admin can easily create page with above feat...
Piterden
But traits actually, are attributes of an element. For what purpose you need to use RTE there.
krunal039
We need user to add rich text with image and rich text is only visible when image mouse hover and user can drag and drop multiple image with rich text. On 6 April 2018 at 05:32, Denis Efremov <[email protected]> wrote: But traits ac...
Piterden
You don't need a RTE-trait. Why user can't use RTE in inline mode?
#1008April 5, 2018by rajatkumcom2 answers
Thanks in advance! I want to use browser's sessionStorage instead of localStorage. Could some one please help me with this.
artf
Implement it via a custom storage https://github.com/artf/grapesjs/wiki/API-Storage-Manager#add
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.
#1006April 4, 2018by parth-raj3 answers
WARNING READ and FOLLOW next 5 steps, then REMOVE them before posting the issueFollow CONTRIBUTING Guidelines https://github.com/artf/grapesjs/blob/master/CONTRIBUTING.mdUse the GitHub Issues EXCLUSIVELY for BUGS, FEATURE REQUESTS or QUESTIONS. Prefix the title of the issue with its context, eg. [Bug]: ....Do a quick...
KonradMil
https://opensource.org/licenses/BSD-3-Clause
parth-raj
Hi, i am using grapejs in sas app. Are there any restrictions regarding the usage of grapejs in sas app?
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.
#1005April 4, 2018by parth-raj1 answer
WARNING READ and FOLLOW next 5 steps, then REMOVE them before posting the issueFollow CONTRIBUTING Guidelines https://github.com/artf/grapesjs/blob/master/CONTRIBUTING.mdUse the GitHub Issues EXCLUSIVELY for BUGS, FEATURE REQUESTS or QUESTIONS. Prefix the title of the issue with its context, eg. [Bug]: ....Do a quick...
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.
#1004April 4, 2018by gabrigcl3 answers
Hi. I wish to enhance "draggable" attribute of components in order to allow excluding certain components when wildcard "*" is set for draggable components. For example, according to my case: I need the "video" and "image" component to be draggable on every component, except the "mycustomcomponent". My suggestion is to...
artf
You mean something like draggable: "*:not(your-component)"?
gabrigcl
Yes, I liked your thinking!
artf
Inside draggable and droppable properties you can pass any CSS-like query string so it's already possible
#1003April 4, 2018by Siddharth-ss422793 answers
on adding button "select" component { id : 'select', className : 'fa fa-mouse-pointer', command : 'select-comp', }, in button's panels getting error on button clickgrapes.min.js:2 Uncaught TypeError: t.get is not a function \n at R.i.run (grapes.min.js:2) at R.i.updateActive (grapes.min.js:11) at y (grapes.min.js:2) a...
Piterden
Maybe you share your run config for test?
Siddharth-ss42279
solved, it was related to the fonts loading.
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.
#1002April 4, 2018by tejaravi2 answers
Hi Guys, Can you help me out on how to query urlStore, urlLoad instead of using rest api call, we need to use graphQL. In GraphQL we will have only one global end point URL, but to save/retrieve the data we need to use the graphQuery Language, like: (here we are using Angular integrated with apollo to work with graphQ...
artf
Try to implement a custom Storage Manager https://github.com/artf/grapesjs/wiki/API-Storage-Manager#add
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.
#1001April 3, 2018by sublimekaushik3 answers
If I am writing listener out of loop like below it is working let ii = 'Icon Image'; let test = change:${ii}; this.listenTo(this, test, this.doStuff); but If I am writing same listener within a loop then it is not working How to get rid of it? help please
anilbuddha
@artf we are just using a normal 'for' loop, what should we fix in that. Could you please elaborate us to resolve the issue. Thanks
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.
#1000April 3, 2018by sublimekaushik3 answers
I want to show plain text within the trait under the setting button. In the above image 'Configuration_Type' I want to show as plain text. How can I achieve this?
Piterden
Try to And then use CSS to hide what you don't need.
sublimekaushik
Thanks. It worked.
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.
#999April 3, 2018by maha83port2 answers
Hi, Thanks for your plugin. how can i get the dropped controls, rows & columns information like json data while click the save button. Herewith i have attached my code. kindly do the needful?
artf
https://github.com/artf/grapesjs/wiki/API-Editor
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.