Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a custom Button next to side settings panel #5471

Open
vaishnav22 opened this issue Apr 19, 2024 · 1 comment
Open

Add a custom Button next to side settings panel #5471

vaishnav22 opened this issue Apr 19, 2024 · 1 comment

Comments

@vaishnav22
Copy link

Are you requesting a feature, reporting a bug or asking a question?

Feature

What is the current behavior?

image

What is the expected behavior?

Have a new button here which might help to navigate to different page.

How would you reproduce the current behavior (if this is a bug)?

Provide the test code and the tested page URL (if applicable)

Tested page URL:

Test code

const creatorOptions = {
    showLogicTab: true,
    isAutoSave: true,
    showDesignerTab: true,
    showTestSurveyTab: true,
    showTranslationTab: false,
    showJSONEditorTab: false,
    showThemeTab: true,
    questionTypes: ['text', 'checkbox', 'radiogroup', 'dropdown', 'boolean', 'comment', 'tagbox', 'image', 'matrix', 'matrixdropdown', 'matrixdynamic', 'multipletext', 'panel', 'paneldynamic', 'rating', 'ranking']
};

-----------------------

const creator = new SurveyCreator(creatorOptions);
creator.text = survey.json;

-----------------------
<Box sx={{ height: '100vh' }}>
       <SurveyCreatorComponent creator={creator} />
</Box>

Specify your

  • browser: chrome
  • browser version:
  • surveyjs platform (angular or react or jquery or knockout or vue): react
  • surveyjs version: latest
@JaneSjs JaneSjs self-assigned this May 6, 2024
@JaneSjs JaneSjs transferred this issue from surveyjs/survey-library May 6, 2024
@JaneSjs JaneSjs changed the title Add a custom Button next to side settings dashboard Add a custom Button next to side settings panel May 6, 2024
@JaneSjs
Copy link
Contributor

JaneSjs commented May 6, 2024

Hello @vaishnav22,
Would you please clarify how exactly you wish to render a custom button?
As an option, consider overriding a Property Grid component as demonstrated at Override the Property Grid's component.

I look forward to your reply.

P.S. Let me note that SurveyJS Creator requires a commercial developer license.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants