hi Team,
We have customized look and feel of surveyjs library by applying some theme (using style manager, dom manipulation & css overrides)
Now, we want to use the same thing on surveyjs v2 builder. that is, when user drags and drops a question on designer, it should look same as themed questions. How to do that?
One of things I observed was, form has classes like
sv-text
while the form on the designer hassd-text
. previously with v1 builder, it was not like that.Hello Agasya,
Please accept my apologies for the delayed reply.
Let me make sure we're on the same page.
Survey Creator V2 brings a new behavior when users drag and drop questions. Now, the dragged element no longer displays the entire question (like it was in CreatorV1), but the minimized version of the question which basically includes the question type icon and the question title.
Do I correctly understand that you would like to get back the previous behavior and display the entire question when users drag the element? If your requirement is different, please elaborate on it. Feel free to share some illustrations of the desired functionality.
Regarding the additional issue - I decided to extract it to a separate thread: T10531: Customize theme for Survey Creator V2. Please refer to it for further details.
No! Not that.
I actually customized surveyjs look and feel by adding some css, setting style manager, etc.
Now, I want the survey builder to use same styles. how to do.